Category talk:Sorting Algorithms: Difference between revisions

From Rosetta Code
Content added Content deleted
(Pretty pictures)
 
imported>BorderLine
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
==Pretty pictures==
==Pretty pictures==
Is it possible to find a place for [http://sortvis.org/index.html this link]? --[[User:Paddy3118|Paddy3118]] 14:24, 8 August 2010 (UTC)
Is it possible to find a place for [http://sortvis.org/index.html this link]? --[[User:Paddy3118|Paddy3118]] 14:24, 8 August 2010 (UTC)
: How about something like "For visual comparisons of various sorting algorithms, see <nowiki>[http://sortvis.org/ this site]</nowiki>"? -- [[User:Eriksiers|Erik Siers]] 20:04, 29 December 2010 (UTC)
: Found another site: [http://www.sorting-algorithms.com/ http://www.sorting-algorithms.com/] -- [[User:Eriksiers|Erik Siers]] 23:57, 11 January 2011 (UTC)

==Requests==
Can someone please add timsort for java linkedlist? I tried to google it but I coudn't find anything. -- [unsigned]
: Speaking of timsort, its complexity apparently hid some real problems: http://www.envisage-project.eu/proving-android-java-and-python-sorting-algorithm-is-broken-and-how-to-fix-it/ --[[User:Rdm|Rdm]] ([[User talk:Rdm|talk]]) 00:22, 5 December 2017 (UTC)

== Request: Pigeonhole Sort ==

I'm working on a personal project, and I'm having trouble figuring this one out with the resources available on the internet.
Specifically, I'm coding in perl, but I could translate from most languages.
Any help with this would be appreciated.

Latest revision as of 11:51, 16 September 2023

Pretty pictures

Is it possible to find a place for this link? --Paddy3118 14:24, 8 August 2010 (UTC)

How about something like "For visual comparisons of various sorting algorithms, see [http://sortvis.org/ this site]"? -- Erik Siers 20:04, 29 December 2010 (UTC)
Found another site: http://www.sorting-algorithms.com/ -- Erik Siers 23:57, 11 January 2011 (UTC)

Requests

Can someone please add timsort for java linkedlist? I tried to google it but I coudn't find anything. -- [unsigned]

Speaking of timsort, its complexity apparently hid some real problems: http://www.envisage-project.eu/proving-android-java-and-python-sorting-algorithm-is-broken-and-how-to-fix-it/ --Rdm (talk) 00:22, 5 December 2017 (UTC)

Request: Pigeonhole Sort

I'm working on a personal project, and I'm having trouble figuring this one out with the resources available on the internet. Specifically, I'm coding in perl, but I could translate from most languages. Any help with this would be appreciated.