Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Re: Method to solve a word search in Java using 2d arrays

    How will the code do that? What is the logic?
    What does the code need to remember to be able to restart the summing for the next numbers in the row?
    What should it do when some where in the...
  2. Re: Method to solve a word search in Java using 2d arrays

    Does that mean the code must restart the search when the sum gets too large? How will the code handle that? For example if the target is 7 and a row has: 4 5 5 2 there will need to be some...
  3. Re: Method to solve a word search in Java using 2d arrays

    Can you explain the algorithm you are using for this program? What steps does the code need to take to get the desired results?
Results 1 to 3 of 3