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 [video]

6 pointsby lauriswtfover 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><a href="https://news.ycombinator.com/item?id=6819544" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=6819544</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%28sor.." 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.
评论 #6830013 未加载
emilioolivaresover 11 years ago
This is how it was done. Interesting read: <a href="http://panthema.net/2013/sound-of-sorting/" rel="nofollow">http:&#x2F;&#x2F;panthema.net&#x2F;2013&#x2F;sound-of-sorting&#x2F;</a>