Logo 
Search:

C Programming Article

Submit Article
Comments on Program to insert and delete a node from the binary search tree

Program to insert and delete a node from the binary search tree.


Tarun Vashisth
Tarun Vashisth from IndiaAug 27
Why is it necessary to pass btreenode** as an argument in insert() function but only btreenode* in case of inorder(). As per my knowledge what is required is to just pass a pointer to root node. Can anyone explain me the difference.


Please enter your Comment
  • Comment should be atleast 15 Characters.
  • Please put code inside [Code] your code [/Code].