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

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

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.