Skip to content

Implementation of all BST traversals and tree cloning

Notifications You must be signed in to change notification settings

Pranay2050/Binary_Search_Tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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