Search:

Type: Posts; User: javapenguin

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    4,514

    Re: Polymorphic Binary Search Tree Question

    To check if it's an empty tree, all, theoretically, you'd need to know is if the data at the root is null.

    If the root is null, in theory, all should be null.
  2. Replies
    5
    Views
    4,514

    Re: Polymorphic Binary Search Tree Question

    :-t

    Not necessarily, the Node just has to be a leaf to have no children.
Results 1 to 2 of 2