Content deleted Content added
new section to bottom |
|||
(21 intermediate revisions by 14 users not shown) | |||
Line 1:
{{Talk header}}
{{Banner holder |collapsed=yes|1=
{{ArticleHistory
|action1=FAC
Line 8 ⟶ 9:
|currentstatus=FFAC
}}
{{WikiProject
{{WikiProject Computer science|importance=Top}}
}}
}}
{{User:MiszaBot/config
|archiveheader = {{Talk archive}}
|algo = old(365d)
|maxarchivesize = 100K
|minthreadsleft = 5
|minthreadstoarchive = 1
|counter = 3
|archive = Talk:Sorting algorithm/Archive %(counter)d
}}
== tk pic ==
What is the point of the [[tk (software)|tk]] screenshot at the top?? —[[User:Tamfang|Tamfang]] ([[User talk:Tamfang|talk]]) 00:46, 21 April 2023 (UTC)
:Seeing no response ... [[User:Tamfang|—Tamfang]] ([[User talk:Tamfang|talk]]) 04:52, 3 November 2023 (UTC)
:: I agree that it wasn't very good. But I think something should be there. Do you see any good ones at Category:Sort algorithms? Perhaps [[:File:Visualization of Gnome sort.gif]] [[User:Bubba73|Bubba73]] <sup>[[User talk:Bubba73|You talkin' to me?]]</sup> 05:29, 3 November 2023 (UTC)
:::Perhaps an animation of a less stupid sort. ;) [[Heapsort]] or [[Quicksort]] for example. [[User:Tamfang|—Tamfang]] ([[User talk:Tamfang|talk]]) 06:23, 3 November 2023 (UTC)
::: There are some better ones at the Wikimedia Commons: Category:Animations of sort algorithms, see [https://commons.wikimedia.org/wiki/Category:Animations_of_sort_algorithms this] [[User:Bubba73|Bubba73]] <sup>[[User talk:Bubba73|You talkin' to me?]]</sup> 06:31, 3 November 2023 (UTC)
== AI Sorting ==
Line 1,165 ⟶ 44:
::The DeepMind AI sorting algorithm targets sorting 3 to 5 elements and in the case of 5 elements, saves one compare. Not much of a breakthrough. [[User:Rcgldr|Rcgldr]] ([[User talk:Rcgldr|talk]]) 07:38, 24 July 2023 (UTC)
::: That could potentially be significant if it is in a recursive divide-and-conquer algorithm. [[User:Bubba73|Bubba73]] <sup>[[User talk:Bubba73|You talkin' to me?]]</sup> 05:36, 3 November 2023 (UTC)
== Table visibility ==
In the [[Sorting algorithm#Comparison sorts]], quite a few parts of the text on the table are quite hard to see in dark mode. {{Tl|mvar}} seems to get the colours right though. Will try to find a work around. <span style="font-family:monospace;background:#368;padding:.2rem;color:white">''[[User:APenguinThatIsSilly|<span style="color:white">APenguinThatIsSilly</span>]]''(''[[User talk:APenguinThatIsSilly|<span style="color:#FEC">"talk"</span>]]'')</span> 00:23, 14 January 2025 (UTC)
== (Multiway) Powersort ==
[[Powersort]] is an improvement on [[Timsort]] and has replaced it as the default sort in CPython. Moreover, multiway Powersort is probably even faster and can plausibly claim to be state of the art. Can we find room for one or both in the comparison table? [[Special:Contributions/98.114.142.14|98.114.142.14]] ([[User talk:98.114.142.14|talk]]) 05:06, 22 July 2025 (UTC)
|