== Algorithms ==
This repo holds various implementations of various useful aglorithms. From very naive / standard ones to more complex ones (see in particular the "puzzles" folder, with NP-Complete problems, among others).
It is not aimed to anything other than providing an example of ways to solves those kind of problems and understand standard algorithms.
Feel free to reuse the code. Most of the files are under Gnu Public License (GPL) v3, see http://gplv3.fsf.org/ for more information about this license.
If you find any error, feel free to contact me via Github or to directly pull-request the repo.