Talk:Sorting algorithms

From Citizendium
Revision as of 15:02, 15 November 2007 by 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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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)