Talk:Sorting algorithm
Add topic| This is the talk page for discussing improvements to the Sorting algorithm article. This is not a forum for general discussion of the subject of the article. |
Article policies
|
| Find sources: Google (books · news · scholar · free images · WP refs) · FENS · JSTOR · TWL |
| Archives: 1, 2, 3Auto-archiving period: 12 months |
| Other talk page banners | |||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||
Table visibility
[edit]In the Sorting algorithm#Comparison sorts, quite a few parts of the text on the table are quite hard to see in dark mode. {{mvar}} seems to get the colours right though. Will try to find a work around. APenguinThatIsSilly("talk") 00:23, 14 January 2025 (UTC)
- Currently, it looks like just the latex stuff is still rendered in white on top of pastel colours. I recommend following: In HSL colour space, invert L in dark mode for table colours. This is probably a better highlighting mode for dark pages. 2001:56A:711D:4500:2593:91E0:95DF:B7C (talk) 22:07, 31 August 2025 (UTC)
Recombinant sort
[edit]I’d like to raise a question about the inclusion of "Recombinant sort" in the main list of sorting algorithms.
As far as I can tell, the algorithm is described only in its original publication(s) (an arXiv preprint and a journal article), and I have not found independent secondary sources such as textbooks, surveys, or third-party evaluations or implementations..
In the absence of such sources, listing it in the main article may give undue weight to a recently proposed and unvalidated method. I’d like to propose either removing it from the main list or relocating it to a clearly labeled section for experimental or proposed algorithms, if editors feel it should be retained at all. Ridiculous fish (talk) 07:04, 28 December 2025 (UTC)
much less?
[edit]- Many of them are based on the assumption that the key size is large enough that all entries have unique key values, and hence that n ≪ 2k, where ≪ means "much less than".
Hence? How does the assumption imply more than ? —Antonissimo (talk) 04:07, 24 February 2026 (UTC)
Inclusion of sorting algorithms
[edit]This, ought to be obvious, but per WP:DUE and WP:NOR sorting algorithms need to have some independent reliable sourcing to be covered here. Trying to force in your self-published algorithm based on posts on self publishing platforms is not sufficient. MrOllie (talk) 00:56, 21 April 2026 (UTC)
- I agree! Bubba73 You talkin' to me? 01:10, 21 April 2026 (UTC)
- User:Whitegraywolf should not be edit warring over this Untamed1910 (talk) 02:02, 21 April 2026 (UTC)
Source and precisions about the minimal complexity
[edit]Hi.
- A source for the interesting formula for the minimal complexity, , should be good. But it may be so easy to find that it doesn't deserve one.
- And a way to precise if 1.4427 is an approximation, while it surely is.