Hacker News new | ask | show | jobs
Vamonos: Dynamic algorithm visualization in the browser (rosulek.github.io)
37 points by sousousou 4397 days ago
2 comments

Awesome!

It's nice that it uses pseudo-code, rather than making it specifically tied to a given prog. language.

The python equivalent would be this: http://pythontutor.com/

This would be really great for Wikipedia articles on algorithms. Many articles contain very technical specifications and few examples, which does not work well for conveying understanding.