Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 211 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 211 Bytes

Binary_Search_Tree

This program implements all types of traversal methods given below :

-> Inorder

-> Preorder

-> Postorder

-> Levelorder

also, the tree cloning method is also implemented in the program