Search:

Type: Posts; User: Norm

Search: Search took 0.21 seconds.

  1. Replies
    13
    Views
    1,859

    Re: anyone can help me to solve this?

    Please edit the code and add indentations to show the nesting level. This unformatted, (all statements in starting in column one) is hard to read and understand.
  2. Replies
    13
    Views
    1,859

    Re: anyone can help me to solve this?

    Have you created a design in pseudo code for the problem? A list of the steps the program needs to do to solve it.



    Also posted at http://www.java-forums.org/new-java/60859-need-help-pls.html
  3. Replies
    13
    Views
    1,859

    Re: anyone can help me to solve this?

    post #4 is not an algorithm for solving the problem. It is a partial statement of the problem with an example.
    An algorithm is a list of steps that will solve the problem. You have not provided...
  4. Replies
    13
    Views
    1,859

    Re: anyone can help me to solve this?

    Can you be more specific? Post #1 is about removing duplicates. Post#2 is about encoding.

    Are you looking for algorithms to solve these problems
    or do you have the algorithm and need help...
  5. Replies
    13
    Views
    1,859

    Re: anyone can help me to solve this?

    These look like two different problems. Which one are you working on?

    Is this a question about creating an algorithm
    or about how to code an algorithm in java?
  6. Replies
    13
    Views
    1,859

    Re: anyone can help me to solve this?

    Can you describer how the program is supposed to work? List the steps the code should do to solve the problem.
    What is the name of the array you are working with? How are the values put in the...
Results 1 to 6 of 6