Skip to content

Commit b2aa424

Browse files
authored
Rename go/Blind 75/trees/102-Binary-Tree-Level-Order-Traversal.go to go/102-Binary-Tree-Level-Order-Traversal.go
1 parent 6d0f04a commit b2aa424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/Blind 75/trees/102-Binary-Tree-Level-Order-Traversal.go renamed to go/102-Binary-Tree-Level-Order-Traversal.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ func levelOrder(root *TreeNode) [][]int {
3939
}
4040
return result
4141

42-
}
42+
}

0 commit comments

Comments
 (0)