ZuraGuerra / algorithm-archive

A collaborative book on algorithms

Home Page:https://www.algorithm-archive.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IMPORTANT NOTE FOR NEW CONTRIBUTORS:

We do not yet accept entirely new chapters by everyone. If you would like to start work on one, get in contact with Leios first. If you create a full chapter, including text, and submit it as a pull request it is most likely going to get rejected.

If you want to help, it is best to write language examples for existing chapters. You can also try to find spelling or other mistakes in existing chapters and submit fixes for those.

The Arcane Algorithm Archive

The Arcane Algorithm Archive is a collaborative effort to create a guide for all important algorithms in all languages. This goal is obviously too ambitious for a book of any size, but it is a great project to learn from and work on and will hopefully become an incredible resource for programmers in the future. The book can be found here: https://www.algorithm-archive.org/. The GitHub repository can be found here: https://github.com/algorithm-archivists/algorithm-archive. Most algorithms have been covered on the YouTube channel LeiosOS: https://www.youtube.com/user/LeiosOS and live coded on Twitch: https://www.twitch.tv/simuleios. If you would like to communicate more directly, please feel free to go to our discord: https://discord.gg/Pr2E9S6.

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 little, 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 contents/how_to_contribute/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 %}

About

A collaborative book on algorithms

https://www.algorithm-archive.org

License:MIT License


Languages

Language:C 14.9%Language:C++ 12.8%Language:Julia 12.2%Language:C# 12.2%Language:Python 8.3%Language:Java 6.6%Language:Rust 6.1%Language:Haskell 5.4%Language:JavaScript 5.0%Language:Elm 3.7%Language:Clojure 2.9%Language:Swift 2.0%Language:MATLAB 1.9%Language:OCaml 1.1%Language:Objective-C 1.0%Language:Shell 0.9%Language:Go 0.8%Language:D 0.8%Language:R 0.5%Language:TeX 0.4%Language:Racket 0.3%Language:CSS 0.2%