Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jnbdz/algo-quickstarts
Algorithm quickstarts
https://github.com/jnbdz/algo-quickstarts
algorithm algorithms binary-search quickstart quickstarts
Last synced: 7 days ago
JSON representation
Algorithm quickstarts
- Host: GitHub
- URL: https://github.com/jnbdz/algo-quickstarts
- Owner: jnbdz
- License: unlicense
- Created: 2022-07-03T23:42:00.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T18:15:48.000Z (about 2 years ago)
- Last Synced: 2024-11-12T02:26:37.546Z (2 months ago)
- Topics: algorithm, algorithms, binary-search, quickstart, quickstarts
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# algo-quickstarts
Algorithm quickstarts## Resources
### People
- [scandum | GitHub](https://github.com/scandum) - Has a lot of good C algo libraries (e.g.: sorting).
- [JoanaMota | GitHub](https://github.com/JoanaMota)
- [colesbury | GitHub](https://github.com/colesbury) - AI at Facebook
- [mcleantom | GitHub](https://github.com/mcleantom) - Help with algo for merging JSON configue files.
### Books
- [Grokking Algorithms: An illustrated guide for programmers and other curious people | Manning](https://www.amazon.ca/Grokking-Algorithms-illustrated-programmers-curious/dp/1617292230/)
- [Classic Computer Science Problems in Python | Manning](https://www.amazon.ca/Classic-Computer-Science-Problems-Python/dp/1617295981/)
### Videos
- [Dynamic Programming - Learn to Solve Algorithmic Problems & Coding Challenges | Youtube](https://www.youtube.com/watch?v=oBt53YbR9Kk)
- [Algorithms and Data Structures Tutorial - Full Course for Beginners | YouTube](https://www.youtube.com/watch?v=8hly31xKli0)