Search:

Type: Posts; User: copeg

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    5,440

    [SOLVED] Re: Finding deepest node of tree??

    phamminh91 has given some great pseudo-code to begin with. Recommend you give it a go, break the problem down as phamminh91 has outlined and do this step by step...I will note that you've posted a...
  2. Replies
    5
    Views
    5,440

    [SOLVED] Re: Finding deepest node of tree??

    The code does not find the deepest node, but all leaf nodes - which based upon the tree posted above are 23 and 21. To find the deepest node, you need to get the depth/level as well, and find the...
Results 1 to 2 of 2