TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

15 Sorting Algorithms in 6 Minutes

4 点作者 naryad超过 11 年前

2 条评论

ColinWright超过 11 年前
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.
hcarvalhoalves超过 11 年前
This is amazing. Bubble sort actually sounds like bubbles.