Skip to content

Commit 6765d84

Browse files
june128leios
authored andcommitted
Update links. (#104)
1 parent 8f87a2f commit 6765d84

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The Arcane Algorithm Archive
22
The Arcane Algorithm Archive is a collaborative effort to create a guide for all important algorithms in all languages.
33
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.
4-
The book can be found here: https://algorithm-archivists.github.io/.
4+
The book can be found here: https://www.algorithm-archive.org/.
55
The github repository can be found here: https://github.com/algorithm-archivists/algorithm-archive.
66
Most algorithms have been covered on the youtube channel LeiosOS: https://www.youtube.com/user/LeiosOS
77
and livecoded on Twitch: https://www.twitch.tv/simuleios

chapters/introduction.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ This text is a natural extension of that idea -- a community effort to learn as
1212

1313
For this reason, I hesitate to call this a work a "textbook" and would prefer to think of it as a lab notebook of sorts. It will be an archive filled with cool ideas in computer science and physics that I hope will be interesting in their own right. My hope is that this book perfectly straddles the line between comprehensiveness and pleasure and will be an enjoyable read for anyone at any stage on their hobby programming journey.
1414

15-
Keeping with the community theme, this book is freely available on [github](https://github.com/algorithm-archivists/algorithm-archive) and [github pages](https://algorithm-archivists.github.io). Please feel free to read / browse the content available there. If you have any questions / comments / concerns, please let me know. This book is a community project and will only work if there is a community that works on it!
15+
Keeping with the community theme, this book is freely available on [github](https://github.com/algorithm-archivists/algorithm-archive) and [github pages](https://www.algorithm-archive.org). Please feel free to read / browse the content available there. If you have any questions / comments / concerns, please let me know. This book is a community project and will only work if there is a community that works on it!
1616

17-
As a final note before beginning the bulk text, I would like for this book to be "language agnostic." This basically means that I would like to use psuedocode in the main text, but provide source code in any language you could want in the appendix. Though this may seem a little counter-intuitive, I think it offers the greatest flexibility for myself as the author and for the community to develop their own code in any way they please. In fact, if you feel inclined, please feel free to implement your own version of any algorithm mentioned in this text. If you submit it and it passes all my *ahem* rigorous tests, then I can throw it at the end of each chapter with attribution to you!
17+
As a final note before beginning the bulk text, I w:w
18+
:w
19+
uld like for this book to be "language agnostic." This basically means that I would like to use psuedocode in the main text, but provide source code in any language you could want in the appendix. Though this may seem a little counter-intuitive, I think it offers the greatest flexibility for myself as the author and for the community to develop their own code in any way they please. In fact, if you feel inclined, please feel free to implement your own version of any algorithm mentioned in this text. If you submit it and it passes all my *ahem* rigorous tests, then I can throw it at the end of each chapter with attribution to you!
1820

1921
So I guess that's all for now. Because this book is freely available online, I may be heavily modifying the content as we delve deeper into the archive of arcane algorithms.

0 commit comments

Comments
 (0)