JavaScript algorithm exercises made using the JSAV framework.
Check the exercises here:
http://aalto-letech.github.io/JSAV-exercises/
After cloning the repo you should run the following commands:
git submodule init
git submodule update
cd JSAV
make
cd ..
You can update gh-pages with the update script:
git checkout gh-pages
./update
git commit -m "Updated gh-pages"
git push origin gh-pages
git checkout master