Talk:Sorting algorithms: Difference between revisions
Jump to navigation
Jump to search
imported>Ragnar Schroder (New page: ==The article should be organized differently== I think it would be far better to organize the different sort algorithms under general classes of algorithms like Divide and conquer, Greed...) |
imported>Joe Quick m (subpages) |
||
Line 1: | Line 1: | ||
{{subpages}} | |||
==The article should be organized differently== | ==The article should be organized differently== | ||
Latest revision as of 18:54, 19 December 2007
The article should be organized differently
I think it would be far better to organize the different sort algorithms under general classes of algorithms like Divide and conquer, Greedy methods, and similar. Or perhaps the complexity.
Also, not all implementations of quicksort perform swaps.
Also, AFAIK, "Hash-sort" is the most common term for what the article terms "Sorting by Distribution".
Ragnar Schroder 14:02, 15 November 2007 (CST)