Interesting Tree problem...

Revision en1, by wish_me, 2017-08-29 13:22:28

Find the maximum difference between any combination of child and parent node in a given binary tree. Here child node can be any level below parent node, but should be in the same sub tree starting from parent node

Tags #trees, binary, recursion, bottom-up

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English wish_me 2017-08-29 13:22:28 240 Initial revision (published)