Re: [algogeeks] Binary tree as threads and weights

2010-10-08 Thread Amit Agarwal
1) Suppose the node which you hold is P 2) Navigate on path from P to Root of Tree[Upside] and flip the relationship direction for every edge you encounter on the path 3) Make P as Root of tree 4) redraw(P); -Regards Amit Agarwal blog.amitagrwal.com On Fri, Oct 8, 2010 at 1:29 PM, snehal jain

[algogeeks] Binary tree as threads and weights

2010-10-08 Thread snehal jain
If we consider the edges in binary tree as threads and nodes in the tree as weights hanging from it(it is suspended from the root) then how the tree structure will change when the tree is hung from a particular leaf. -- You received this message because you are subscribed to the Google Groups "A