Skip to content

Commit 406adf1

Browse files
authored
Update Solution.kt
1 parent 3ed0f8a commit 406adf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/kotlin/g0101_0200/s0112_path_sum/Solution.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package g0101_0200.s0112_path_sum
22

3-
import com_github_leetcode.TreeNode
4-
53
// #Easy #Depth_First_Search #Breadth_First_Search #Tree #Binary_Tree #Data_Structure_I_Day_12_Tree
64
// #2022_09_29_Time_322_ms_(36.41%)_Space_39.6_MB_(18.97%)
75

6+
import com_github_leetcode.TreeNode
7+
88
/*
99
* Example:
1010
* var ti = TreeNode(5)

0 commit comments

Comments
 (0)