errakeshpillai
Full Member level 5
- Joined
- Oct 17, 2011
- Messages
- 255
- Helped
- 64
- Reputation
- 128
- Reaction score
- 59
- Trophy points
- 1,328
- Location
- Chennai, India
- Activity points
- 2,738
It it is a balanced tree, then the leftmost node (left leaf) should be deleted the first, followed by its right counterpart, then the parent.. and similarly it will go on to the top till the root is freed.