mgechev / javascript-algorithms

💻 JavaScript implementations of computer science algorithms
https://mgechev.github.io/javascript-algorithms/
MIT License
7.84k stars 1.28k forks source link

Version without solutions? #90

Closed hschoenburg closed 9 years ago

hschoenburg commented 9 years ago

Hey, I'm putting together a coding curriculum, and these algorithms are awesome. I was wondering if there exists a version of the code without the solutions already written?

mgechev commented 9 years ago

Hey @hschoenburg, I'm glad the repo is useful for teaching.

We haven't build the repo with the idea in mind to define different problems but more like to find the implementation of the individual algorithms.

However, you can define problems, which could be solved as composition of these algorithms. The solutions will require combination of the algorithms with slight modification which seems like a good exercise to me :-)