Tree structure already have parent node link. Even we reconstruct the tree 
as linked list we are not allowed to achieve the goal. Path can be combined 
using non-contigious (created from inorder traversal) elements. The only 
solution is using DP with O(MAX_SUM_VALUE) extra space for each node.

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algoge...@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to