Search:

Type: Posts; User: copeg

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    2,839

    Re: heap ordering using binary tree

    This isn't the entire code listing, so we do not know what you've added to the tree/list, and how you are retrieving those values. Please provide a short example that clearly demonstrates the problem.
  2. Replies
    5
    Views
    2,839

    Re: heap ordering using binary tree

    Please define 'does not work'.
  3. Replies
    5
    Views
    2,839

    Re: heap ordering using binary tree

    Typically, nodes in a list have left and/or right values. nodes in a tree have children...see Binary Trees for an example of one type of tree: a binary tree
Results 1 to 3 of 3