Jump to content

Talk:Sorting algorithms/Merge sort: Difference between revisions

Line 25:
== Haskell "simple" implementation is Quicksort ==
 
Except I'm mistaken the given Haskell simple implementation is actually a Quicksort algorithm : there is no concept of "merging" lists, and the originallistoriginal list isn't split but instead filtered between values inferior and values greater than the head of the original list (i.e. something akin to the quicksort pivot) ...
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.