Skip to content

Commit 911db87

Browse files
authored
Fix diagram of symmetric tree by removing tabs
1 parent b13da16 commit 911db87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

queue/symmetrical_binary_tree_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ can draw a vertical line through the root and then the left subtree is the mirro
2020
/ \ / \
2121
4 4 3 4
2222
/ \ / \ / \ / \
23-
5 6 6 5 5 6 6 5
23+
5 6 6 5 5 6 6 5
2424
2525
For example given "2,4,4,5,6,6,5", shown in the symmetric tree above return true.
2626
Given "2,3,4,5,6,6,5", shown in the not symmetric tree above return false.

0 commit comments

Comments
 (0)