/algorithm-archive

The Arcane Algorithm Archive for all our adventures on LeiosOS / simuleios

Primary LanguageC++MIT LicenseMIT

The Arcane Algorithm Archive

The Arcane Algorithm Archive for all our adventures on LeiosOS / simuleios
The book can be found here: https://www.gitbook.com/book/leios/algorithm-archive/details. The github repository can be found here: https://github.com/leios/algorithm-archive.

Note that the this project is is essentially a book about algorithms collaboratively written by an online community. Fortunately, there are a lot of algorithms out there, which means that there is a lot of content material available. Unfortunately, this means that we will probably never cover every algorithm ever created and instead need to focus on what the community sees as useful and necessary. That said, we'll still cover a few algorithms for fun that have very litte, if any practical purpose.

If you would like to contribute, feel free to go to any chapter with code associated with it and implement that algorithm in your favorite language, and then submit the code via pull request, following the submission guidelines found in chapters/how_to_contribute.md (or here if you are reading this on gitbook).

Hopefully, this project will grow and allow individuals to learn about and try their hand at implementing different algorithms for fun and (potentially) useful projects. If nothing else, it will be an enjoyable adventure for our community.

Thanks for reading and let me know if there's anything wrong or if you want to see something implemented in the future!


License

The content of this project itself is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License (link below). The code examples are licensed under the MIT license (found in LICENSE.md).

{% creativecommons type="by-nc" %} {% endcreativecommons %}