Skip to content

Commit

Permalink
Update 04_bst.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Atharv2433 authored Dec 12, 2024
1 parent da7d568 commit fde82c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 04_bst.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ struct Node
}
};




void traversal(Node* root)
{
if (root == NULL)
Expand Down

0 comments on commit fde82c8

Please sign in to comment.