Live data from Hacker News

Classic Algorithms Implemented in JavaScript

github.com

1–10 of 36 posts

Re: Classic Algorithms Implemented in JavaScript

#6
As poor as I did in my Algorithms class last semester, this would have been very helpful to reference. There's definitely a gap between the concept and implementation of CS concepts, being able to see an efficient implementation of something like Heap Sort really helps teach how it works.

Re: Classic Algorithms Implemented in JavaScript

#7
post #5

What I would wish for is a list of common problems and how certain algorithms and data structures solve them.

I recommend Skiena's "The Algorithm Design Manual", it also includes some fun war stories of real world problems he was called in to solve, and the algorithms he used to solve them.
Post reply on HN