Pranay2050 / Binary_Search_Tree

Implementation of all BST traversals and tree cloning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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