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

Appearance settings

Commit 3e47a00

Browse filesBrowse files
authored
Update Solution.kt
1 parent 45d9358 commit 3e47a00
Copy full SHA for 3e47a00

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
  • src/main/kotlin/g2601_2700/s2641_cousins_in_binary_tree_ii
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎src/main/kotlin/g2601_2700/s2641_cousins_in_binary_tree_ii/Solution.kt

Copy file name to clipboardExpand all lines: src/main/kotlin/g2601_2700/s2641_cousins_in_binary_tree_ii/Solution.kt
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import com_github_leetcode.TreeNode
1717
*/
1818
class Solution {
1919
private var horizontalSum: MutableList<Int?>? = null
20+
2021
private fun traverse(root: TreeNode?, depth: Int) {
2122
if (root == null) {
2223
return

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.