Re: [algogeeks] Threaded binary Trees

2013-02-14 Thread Karthikeyan V.B
There are a couple of advantages : 1. efficiently determine the predecessor and successor nodes starting from any node. 2. Any node can be accessible from any other node. Many problems on tree use recursion / stack to solve But if the same problem when solved using threaded binary tree gives a

[algogeeks] Threaded binary Trees

2013-02-12 Thread ghost
*What are the applications of threaded binary Trees apart from morris traversal ?* -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To unsubscribe from this group and stop receiving emails from it, send an email to