13.07.2015 Views

Quick Sort Algorithm - Florida Institute of Technology

Quick Sort Algorithm - Florida Institute of Technology

Quick Sort Algorithm - Florida Institute of Technology

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

1|void quicksort (int[] a, int lo, int hi)2|{3| int i=lo, j=hi, h;4| int x=a[k];// partition5| do6| {7| while (a[i]x) j--;9| if (i

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!