Search:

Type: Posts; User: Zaphod_b

Search: Search took 0.07 seconds.

  1. Replies
    7
    Views
    1,708

    Re: Help me, java quicksort!

    But that didn't do what I hinted at.

    I hate to repeat myself, but


    Bottom line: I wouldn't have made my suggestion unless I had tested it.

    I asked what reference you were using. I meant,...
  2. Replies
    7
    Views
    1,708

    Re: Help me, java quicksort!

    I don't understand this at all:



    if (top < last && bot > first) {
    quickSorter(data, first, bot);
    quickSorter(data, top, last);
    }
Results 1 to 2 of 2