C_Programs icon indicating copy to clipboard operation
C_Programs copied to clipboard

Added binary tree with multiple operations

Open priteshtripathi7 opened this issue 4 years ago • 1 comments

The code is implemented using a switch statement which performs multiple operations which are: 1.INSERT IN BST 2.SEARCH KEY 3.PREORDER TRAVERSAL 4.INORDER TRAVERSAL 5.POSTORDER TRAVERSAL 6.HEIGHT AND DEPTH 7.NUMBER OF ELEMENTS IN THE TREE 8.MAXIMUM ELEMENTS 9.MINIMUM ELEMENTS 10.DELETE NODE

priteshtripathi7 avatar Oct 17 '20 06:10 priteshtripathi7

Added code for BST @Akanksha1212, please review.

priteshtripathi7 avatar Oct 17 '20 06:10 priteshtripathi7