Qno 2: Suppose you want to delete the root node of tree and replace it with the right child of the tree. How can you create that function? Write code with function declaration as follows, void...


solve using C++


Qno 2: Suppose you want to delete the root node of tree and replace it with the right child of<br>the tree. How can you create that function? Write code with function declaration as follows,<br>void deleteroot(node *p) where node* p is address for root node of tree.<br>

Extracted text: Qno 2: Suppose you want to delete the root node of tree and replace it with the right child of the tree. How can you create that function? Write code with function declaration as follows, void deleteroot(node *p) where node* p is address for root node of tree.

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here