TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

15 Sorting Algorithms in 6 Minutes

4 pointsby naryadover 11 years ago

2 comments

ColinWrightover 11 years ago
Some previous submissions:<p><a href="https://news.ycombinator.com/item?id=6138505" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=6138505</a><p><a href="https://news.ycombinator.com/item?id=6140319" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=6140319</a><p><a href="https://news.ycombinator.com/item?id=6179041" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=6179041</a><p><a href="https://news.ycombinator.com/item?id=6452116" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=6452116</a><p><a href="https://news.ycombinator.com/item?id=6536773" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=6536773</a><p><a href="https://news.ycombinator.com/item?id=6614809" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=6614809</a><p><a href="https://news.ycombinator.com/item?id=6668253" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=6668253</a><p>There are many, many submissions with &quot;sorting algorithm&quot; in the title:<p><a href="https://www.hnsearch.com/search#request/all&amp;q=title%3A%28sorting+algorithm%29&amp;sortby=create_ts+desc" rel="nofollow">https:&#x2F;&#x2F;www.hnsearch.com&#x2F;search#request&#x2F;all&amp;q=title%3A%28sor...</a><p>Some look interesting, although you&#x27;ll need to sift through the repeats. One of the items that got several comments is this one:<p><a href="https://news.ycombinator.com/item?id=5999443" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=5999443</a> : O(n) Sorting Algorithm: Quantum Bogosort (uwaterloo.ca)<p>Another:<p><a href="https://news.ycombinator.com/item?id=2445963" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=2445963</a> : Sorting algorithms demonstrated with Hungarian folk dance (flowingdata.com)<p>And one more:<p><a href="https://news.ycombinator.com/item?id=1997621" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=1997621</a> : Sorting Algorithm Animations (sorting-algorithms.com)<p>Not a huge amount of discussion, but some.
hcarvalhoalvesover 11 years ago
This is amazing. Bubble sort actually sounds like bubbles.