Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Cs Book | 11,024 | 2 months ago | 5 | |||||||
计算机类常用电子书整理,并且附带下载链接,包括Java,Python,Linux,Go,C,C++,数据结构与算法,人工智能,计算机基础,面试,设计模式,数据库,前端等书籍 | ||||||||||
Grokking_algorithms | 9,538 | 17 days ago | 29 | other | JavaScript | |||||
Code for the book Grokking Algorithms (https://amzn.to/29rVyHf) | ||||||||||
Dsa.js Data Structures Algorithms Javascript | 7,009 | 1 | 4 | 9 months ago | 44 | November 30, 2021 | 6 | mit | JavaScript | |
🥞Data Structures and Algorithms explained and implemented in JavaScript + eBook | ||||||||||
Algorithms | 6,545 | 4 years ago | 74 | |||||||
Bug-tracking for Jeff's algorithms book, notes, etc. | ||||||||||
Algoxy | 5,847 | 11 days ago | 1 | TeX | ||||||
Book of Elementary Algorithms and Data structures | ||||||||||
Prmlt | 5,091 | 4 years ago | 1 | mit | MATLAB | |||||
Matlab code of machine learning algorithms in book PRML | ||||||||||
Javascript Datastructures Algorithms | 4,112 | 6 months ago | 25 | TypeScript | ||||||
:books: collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book | ||||||||||
Js Dev Reads | 3,899 | a year ago | 1 | |||||||
A list of books 📚and articles 📝 for the discerning web developer to read. | ||||||||||
Algorithm Archive | 2,221 | a day ago | 98 | mit | Python | |||||
A collaborative book on algorithms | ||||||||||
Cs Books | 2,185 | 4 years ago | ||||||||
📚 Computer Science Books 计算机技术类书籍 PDF |
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.
To change the language, please use the UI at the top of the site:
Here are some essential links:
Note that this project 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. You can find help and instructions regarding the contribution process in our How to Contribute wiki entry.
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!
The code examples for this project are licensed under the MIT license (found in LICENSE.md). All text content is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License with attribution specified at the end of every chapter. All graphics are licensed under the license stated at the end of every chapter. If no attribution is specified, please attribute James Schloss.