Skip to content

Commit 4057c27

Browse files
authored
Update 04_bst.cpp
1 parent fde82c8 commit 4057c27

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

04_bst.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ struct Node
1717

1818

1919

20+
21+
22+
2023
void traversal(Node* root)
2124
{
2225
if (root == NULL)

0 commit comments

Comments
 (0)