Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Thread: QuickSelect Help

    by Norm
    Replies
    4
    Views
    1,229

    Re: QuickSelect Help

    Look at line 91 and find the index that gets the value past the end of the array.
    Then check the logic to see how the index got that value.

    Use the println() method to print out the values of the...
  2. Thread: QuickSelect Help

    by Norm
    Replies
    4
    Views
    1,229

    Re: QuickSelect Help

    Check the code to see why the index goes out of bounds.
    Remember that array indexes range in value from 0 to the array length-1

    Try debugging the code by adding some println statements to print...
Results 1 to 2 of 2