Skip to content

Commit 1a00059

Browse files
limingzhonglimingzhong
authored andcommitted
f
1 parent e72e215 commit 1a00059

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tree/tree_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package tree
22

33
import (
44
"fmt"
5+
"math"
56
"testing"
67
)
78

@@ -46,4 +47,5 @@ func TestPathSum(t *testing.T) {
4647
PreTraversal(root)
4748
rs := PathSum(root, 22)
4849
fmt.Println(rs)
50+
math.Abs()
4951
}

0 commit comments

Comments
 (0)