Classic Algorithms Implemented in JavaScript
1–10 of 36 posts
Re: Classic Algorithms Implemented in JavaScript
#2Love the beginner/advanced tags. Also, just generally well-organized. This is great.
Re: Classic Algorithms Implemented in JavaScript
#3Nicely done git web. Love these things done "right"
Re: Classic Algorithms Implemented in JavaScript
#4It would be cool if these had tests around them where it made sense.
Re: Classic Algorithms Implemented in JavaScript
#5What I would wish for is a list of common problems and how certain algorithms and data structures solve them.
Re: Classic Algorithms Implemented in JavaScript
#6As 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
#7What 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.
Re: Classic Algorithms Implemented in JavaScript
#8It would be cool if these had tests around them where it made sense.
Re: Classic Algorithms Implemented in JavaScript
#9Cool list but I would like to see them being implemented using FP approach when possible.
Re: Classic Algorithms Implemented in JavaScript
#10I'm impressed by the commenting. This is much higher quality stuff than I expected!