https://github.com/andrebell/algorithms
Collection of Jupyter notebooks on classical algorithms
https://github.com/andrebell/algorithms
Last synced: 3 months ago
JSON representation
Collection of Jupyter notebooks on classical algorithms
- Host: GitHub
- URL: https://github.com/andrebell/algorithms
- Owner: andrebell
- Created: 2015-08-17T23:07:16.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-14T20:47:52.000Z (over 10 years ago)
- Last Synced: 2023-03-03T14:15:46.919Z (about 3 years ago)
- Homepage:
- Size: 199 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Algorithms in Python
====================
Most of the algorithms in this repository closely follow "Algorithms" by R. Sedgewick. It currently is not the intention to get the most pythonic or fastest implementation. The idea is to first write implementations at all, then add in explanations that make use of the power of the jupyter notebook to ease the understanding of these algorithms.