I am stuck at the point where I want to delete the particular Row Object from table but It is dynamic tree structure means object can be created, deleted, reordered, etc at any time using all the Table methods.
Tree Structure is dynamic so How to reach to the Leaf Object OR Intermediate Object which need to deleted. Traverse in all the Branches as well.
Here It can be any number of nodes, child nodes, parent nodes. But I need to Traverse all the nodes upto all the Leaf nodes .
So, my question is to delete any node?
If you have ideas, suggestions about this problem so your solutions accepted.
Thanks in Advance.
Tree Example as below: