Search:

Type: Posts; User: GregBrannon

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    1,476

    Re: Grid algorithm not working properly

    I think the part of the instructions, oft repeated, "row r, numbered 1 up to n inclusive, and for each column c, numbered 1 up to n inclusive," is the key to getting the results you need. "1 to n...
  2. Replies
    4
    Views
    1,476

    Re: Grid algorithm not working properly

    I think you've done this step wrong:

    For each entry in U, numbered by k from 1 up to n inclusive
    do this:
    ifU[k]equals zero
    thenStop this algorithm, and give our answer as k.

    I love your...
Results 1 to 2 of 2