MCPcopy Create free account
hub / github.com/VanjaRo/LeetCode / TreeNode

Struct TreeNode

tasks/449.go:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11type TreeNode struct {
12 Val int
13 Left *TreeNode
14 Right *TreeNode
15}
16
17type Codec struct {
18}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected