Forum: Java and JSP
11-07-2010, 02:00 AM
|
|
Replies: 0
Views: 1,998
help with quicksort
I'm trying to write an implementation of a quicksort-like solution to find the kth order statistic in a set, but I seem to have messed up my public static double select(double[] values, int p, int r,...
|