Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

‎solution/100-199/0100.same-tree/solution_test.go‎

Lines changed: 0 additions & 6 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /