Skip to content

Commit d641f49

Browse files
committed
Temporary fix test cases
1 parent f0f0f7f commit d641f49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

leetcode/1101-1200/1161.Maximum-Level-Sum-of-a-Binary-Tree/Solution_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import (
1111
type SolutionFuncType func(*TreeNode) int
1212

1313
var SolutionFuncList = []SolutionFuncType{
14-
//maxLevelSum,
15-
maxLevelSum2,
14+
maxLevelSum,
15+
//maxLevelSum2,
1616
}
1717

1818
var DefaultValue int = -1024

0 commit comments

Comments
 (0)