Skip to content

Commit 904d8a3

Browse files
committed
Make README more readable.
- Use a list for the enumeration of links to other interesting sites/ platforms/things in the second paragraph. - Use an absolute link to the How-to-Contribute chapter to make the sentence less convoluted. - Fix markdown style issues. - https://github.com/DavidAnson/markdownlint/blob/v0.11.0/doc/ Rules.md#md012 - https://github.com/DavidAnson/markdownlint/blob/v0.11.0/doc/ Rules.md#md022 - https://github.com/DavidAnson/markdownlint/blob/v0.11.0/doc/ Rules.md#md034
1 parent 65fa1dd commit 904d8a3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,30 @@
88

99
The Arcane Algorithm Archive is a collaborative effort to create a guide for all important algorithms in all languages.
1010
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.
1611

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>
1717

1818
Note that this project is essentially a book about algorithms collaboratively written by an online community.
1919
Fortunately, there are a lot of algorithms out there, which means that there is a lot of content material available.
2020
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.
2121
That said, we'll still cover a few algorithms for fun that have very little, if any practical purpose.
2222

2323
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).
2525

2626
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.
2727
If nothing else, it will be an enjoyable adventure for our community.
2828

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

31-
3231
----
3332

3433
## License
34+
3535
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)).
3636
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.
3737
All graphics are licensed under the license stated at the end of every chapter.

0 commit comments

Comments
 (0)