|
8 | 8 |
|
9 | 9 | The Arcane Algorithm Archive is a collaborative effort to create a guide for all important algorithms in all languages.
|
10 | 10 | 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.
|
11 |
| -The book can be found here: https://www.algorithm-archive.org/. |
12 |
| -The GitHub repository can be found here: https://github.com/algorithm-archivists/algorithm-archive. |
13 |
| -Most algorithms have been covered on the YouTube channel LeiosOS: https://www.youtube.com/user/LeiosOS |
14 |
| -and live coded on Twitch: https://www.twitch.tv/simuleios. |
15 |
| -If you would like to communicate more directly, please feel free to go to our discord: https://discord.gg/Pr2E9S6. |
16 | 11 |
|
| 12 | +- The book can be found here: <https://www.algorithm-archive.org/> |
| 13 | +- The GitHub repository can be found here: <https://github.com/algorithm-archivists/algorithm-archive> |
| 14 | +- Most algorithms have been covered on the YouTube channel LeiosOS: <https://www.youtube.com/user/LeiosOS> |
| 15 | +- And have been live coded on Twitch: <https://www.twitch.tv/simuleios> |
| 16 | +- If you would like to communicate more directly, please feel free to go to our discord: <https://discord.gg/Pr2E9S6> |
17 | 17 |
|
18 | 18 | Note that this project is essentially a book about algorithms collaboratively written by an online community.
|
19 | 19 | Fortunately, there are a lot of algorithms out there, which means that there is a lot of content material available.
|
20 | 20 | 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.
|
21 | 21 | That said, we'll still cover a few algorithms for fun that have very little, if any practical purpose.
|
22 | 22 |
|
23 | 23 | 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,
|
24 |
| -and then submit the code via pull request, following the submission guidelines found in `contents/how_to_contribute/how_to_contribute.md` (or [here](contents/how_to_contribute/how_to_contribute.md) if you are reading this on GitBook). |
| 24 | +and then submit the code via pull request, following the submission guidelines found [here](https://www.algorithm-archive.org/contents/how_to_contribute/how_to_contribute.html). |
25 | 25 |
|
26 | 26 | 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.
|
27 | 27 | If nothing else, it will be an enjoyable adventure for our community.
|
28 | 28 |
|
29 | 29 | Thanks for reading and let me know if there's anything wrong or if you want to see something implemented in the future!
|
30 | 30 |
|
31 |
| - |
32 | 31 | ----
|
33 | 32 |
|
34 | 33 | ## License
|
| 34 | + |
35 | 35 | The code examples for this project are licensed under the MIT license (found in [LICENSE.md](https://github.com/algorithm-archivists/algorithm-archive/blob/master/LICENSE.md)).
|
36 | 36 | All text content is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/legalcode) with attribution specified at the end of every chapter.
|
37 | 37 | All graphics are licensed under the license stated at the end of every chapter.
|
|
0 commit comments