Animated Algorithms
21–30 of 36 posts
Re: Animated Algorithms
#22Re: Animated Algorithms
#23Re: Animated Algorithms
#24This is really great. I always wished something like this existed when I was going through CS undergrad (and grad, for that matter). Have you tried reaching out to any CS professors to tell them about it? You might also spread the word by telling some "coding interview" blogs about it.
I teach various CS classes and love using these kinds of sites. It really is a powerful way to demonstrate concepts. Usually what I do is go to the site, choose an algorithm, then show the algorithm working with the default options. Then I'll change a few options and try it again. Then I might pick a different algorithm and do another demo. Then I'll share the link with the class and encourage students to experiment on their own to really understand the algorithm.
It would be convenient to have screencast demos doing the exact same thing as a backup for lectures in case there are any problems. Problems I've encountered: general Flash/JavaScript failure, projected screen resolution so bad that the site is unusable, site temporarily slow or down, sites with ads showing inappropriate content for classroom use. Video backup lets me not worry about any of that.
Re: Animated Algorithms
#25Re: Animated Algorithms
#26site doesn't work on my browser- this is 2014.
Re: Animated Algorithms
#27Earlier quoted context omitted.
more dynos added....should be smoother now.
Awesome thanks! The site looks great. It would be cool if you could add some support for algorithms that a lot of new programmers would be looking for. eg: DFS, BFS, and maybe Dijkstras. I didn't see any of those :(
Re: Animated Algorithms
#28I am really interested in how it works. From what I could see it seems a bit more cumbersome, than my approach of a using full JS interpreter: http://will.thimbleby.net/algorithms/doku.php?id=bubble_sort
Re: Animated Algorithms
#29Sadly the website seems to have fallen over for me. I am really interested in how it works. From what I could see it seems a bit more cumbersome, than my approach of a using full JS interpreter: http://will.thimbleby.net/algorithms/doku.php?id=bubble_sort