Search:

Type: Posts; User: DavidFongs

Search: Search took 0.14 seconds.

  1. Replies
    5
    Views
    4,432

    Re: Polymorphic Binary Search Tree Question

    No.... if a Node has no children it is a leaf or the root. If an entire tree has no children, it is just a root node
  2. Replies
    5
    Views
    4,432

    Re: Polymorphic Binary Search Tree Question

    Ok.... I see you cross posted this on codeguru's forums..... The more info you provide the more help you will get. Post the code you have so far, and any of the project instructions
  3. Replies
    5
    Views
    4,432

    Re: Polymorphic Binary Search Tree Question

    If there are no children, there is just a root. You can delete the tree by setting the root to null.
Results 1 to 3 of 3