Skip to content

Commit 608604d

Browse files
committed
commit solution 100
1 parent 46734b7 commit 608604d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: solution/100-199/0100.same-tree/solution_test.go

-6
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ import (
44
"testing"
55
)
66

7-
type TreeNode struct {
8-
Val int
9-
Left *TreeNode
10-
Right *TreeNode
11-
}
12-
137
func TestIsSameTree(t *testing.T) {
148
var ret bool
159

0 commit comments

Comments
 (0)