We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed0f8a commit 406adf1Copy full SHA for 406adf1
src/main/kotlin/g0101_0200/s0112_path_sum/Solution.kt
@@ -1,10 +1,10 @@
1
package g0101_0200.s0112_path_sum
2
3
-import com_github_leetcode.TreeNode
4
-
5
// #Easy #Depth_First_Search #Breadth_First_Search #Tree #Binary_Tree #Data_Structure_I_Day_12_Tree
6
// #2022_09_29_Time_322_ms_(36.41%)_Space_39.6_MB_(18.97%)
7
+import com_github_leetcode.TreeNode
+
8
/*
9
* Example:
10
* var ti = TreeNode(5)
0 commit comments