2012-05-04, 07:38 AM
nRxUs Wrote:Merge sort is supposed to be faster than quick sort.
On worst case scenarios quick sort is O(n^2) while Merge sort is O(nlogn).
That's only in worst case.
|
Quicksort implementation issue - Java
|
|
« Next Oldest | Next Newest »
|