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.

Data Structure Visualizations (2011)

384 pointsby prabhupantover 6 years ago

9 comments

anonytraryover 6 years ago
I was a bit annoyed that the visualizations require you to enter a number, then press a button, which triggers the input field to clear and disables input until the current animation is done. So if you wanna see a quick progression of building a linked list, you have to click, type, press button, repeat. It'd be neat if they queued up comma separated inputs so you could actually watch an entire sequence unfold.
评论 #19084535 未加载
DyslexicAtheistover 6 years ago
QuickSort with Hungarian (Küküllőmenti legényes) folk dance: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=ywWBy6J5gz8" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=ywWBy6J5gz8</a>
评论 #19086944 未加载
评论 #19084178 未加载
dangover 6 years ago
2013: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=6928904" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=6928904</a><p>2015: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=10183811" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=10183811</a><p>2017: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=14064865" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=14064865</a> <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=15480517" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=15480517</a>
niftover 6 years ago
Interesting site! Always cool to see these things visualised.<p>It reminds me of the visualisation of different sorting algorithm (with sound): <a href="https:&#x2F;&#x2F;youtu.be&#x2F;kPRA0W1kECg" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;kPRA0W1kECg</a>
olooneyover 6 years ago
Some very nice ones in here: AVL and Red&#x2F;Black trees, especially the rotation step. I also liked it when the code shows up on the upper left and you can see it stepping through line-by-line, such as the Fibonacci example.<p>The radix tree didn&#x27;t seem to work for me.
abhishekjhaover 6 years ago
Query regarding Preparing for interviews: Is it expected from me to know implementations for all of them with all the posdible operations?
评论 #19083879 未加载
评论 #19084314 未加载
评论 #19083773 未加载
elderKover 6 years ago
Man, I&#x27;ll always have a soft spot in my heart for these visualizations.<p>Extremely useful learning aids :)<p>I remember back in the day when they were Java applets :)
ameliusover 6 years ago
How well can it visualize arbitrary graphs of various types (trees, DAGs, undirected graphs, cyclic graphs, ...)?
winridover 6 years ago
Very cool! Always fun to watch all the different tree implimentations.