/Binary_Search_Tree

Implementation of all BST traversals and tree cloning

Primary LanguageC

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