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.

Visualising sorting algorithms

28 pointsby rlmover 14 years ago

4 comments

stravidover 14 years ago
<a href="http://www.sorting-algorithms.com/" rel="nofollow">http://www.sorting-algorithms.com/</a><p>Insertion, Selection, Bubble, Shell, Merge, Heap, Quick and Quick3 sort compared and visualized.
评论 #1667412 未加载
sgtover 14 years ago
Inspired by recent videos that visualized various sorting algorithms w/audio, I decided to create a Radix sort video using using Python:<p><a href="http://rasterburn.org/~sgt/stuff3/radix/" rel="nofollow">http://rasterburn.org/~sgt/stuff3/radix/</a><p>(YouTube link, although video is laggy so I recommend the previous link): <a href="http://www.youtube.com/watch?v=nJ8QKkei7QY" rel="nofollow">http://www.youtube.com/watch?v=nJ8QKkei7QY</a>)
anthonybover 14 years ago
One of my favorites is merge sort, visualised in Protovis:<p><a href="http://vis.stanford.edu/protovis/ex/sort.html" rel="nofollow">http://vis.stanford.edu/protovis/ex/sort.html</a>
dill_dayover 14 years ago
See also <a href="http://news.ycombinator.com/item?id=1511332" rel="nofollow">http://news.ycombinator.com/item?id=1511332</a>