Joe Wilson

Joe Wilson

  • NA
  • 7.8k
  • 418.4k

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

Nov 22 2014 5:03 AM
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.