Parshantbalwaria129 / C-C-Hack2021

c/c++ repo for Hacktoberfest 2021
4 stars 35 forks source link

Created BST_operations.cpp #2

Closed santoshkakkera closed 3 years ago

santoshkakkera commented 3 years ago

sir/mam i have created a file and i have added all BST basic operations in the code. the list of operations i have added in the code:

  1. inserting nodes into the tree 2.searching of particular node in the tree.
  2. deletion of node in the tree 4.printing the data in inorder type in the tree so could you please verify and merge it .