Search:

Type: Posts; User: Norm

Search: Search took 0.43 seconds.

  1. Replies
    11
    Views
    1,363

    Re: help me with this code

    Did you compile and test it?
    Were there compiler errors? Then it is not correct
    Did it produce the correct answer when executed? Then it could be correct.






    Also posted at...
  2. Replies
    11
    Views
    1,363

    Re: help me with this code

    How does the code do a "search"? Break that down into steps.
  3. Replies
    11
    Views
    1,363

    Re: help me with this code

    What progress have you made in designing the methods? Do you have a list of the steps each should do?
  4. Replies
    11
    Views
    1,363

    Re: help me with this code

    First you need to make a design for what the method should do. What are the simple steps that the method needs to do to solve its problem? When you get the list of steps for the method, then work on...
  5. Replies
    11
    Views
    1,363

    Re: help me with this code

    How can the code be compiled and executed for testing?

    Both those methods are empty. What are the steps each method must take to do its job?

    That method could walk the tree and count.

    Same...
  6. Replies
    11
    Views
    1,363

    Re: help me with this code

    What are those two methods supposed to do?

    How can the code be compiled and executed for testing? It needs import statements and a main() method.

    The code needs to be properly formatted. There...
Results 1 to 6 of 6