0
Reply

How to delete an element of a tree which has two child ?

Ask a question
Joe Wilson

Joe Wilson

9y
561
1
I mean I want to delete an element of a tree which is designed bu link list and the elements are nodes so I want to delete a node of the tree. By the way, The node has two child node. Please help me two write the code of deleting nodes in trees.