Skip to content

Commit 5298191

Browse files
committed
Simple Binary Tree implementation
1 parent 542e884 commit 5298191

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Programs/P62_BinaryTree.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,9 @@ def testTree():
5353

5454
if __name__ == '__main__':
5555
testTree()
56+
57+
# OUTPUT
58+
# 2
59+
# 1
60+
# 4
61+
# 3

0 commit comments

Comments
 (0)