Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

Binary Search Depiction

# 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)