Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Re: Help with my Binary tree. (Node links are incorrect) Please!

    A useful technique for working with linked Nodes is to add a toString() method to the node that returns the data about the node: item, left and right. Then when a Node is printed, the toString()...
  2. Re: Help with my Binary tree. (Node links are incorrect) Please!

    What variable is null? Why doesn't the code test for the null value before it gets the exception?

    One problem I see is too much use of static variables and methods.
Results 1 to 2 of 2