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

https://github.com/davidfischer/algos-and-data-structures


https://github.com/davidfischer/algos-and-data-structures

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

Python Algorithms & Data Structures
===================================

The code samples are aimed to learn about algorithms and data structures
and are not implemented because they are particularly efficient in any
sense.

Inspiration for these algorithms came from literateprograms.org,
Python Algorithms by Magnus Lie Hetland, and Wikipedia.

There's some pretty good Python algorithms
[here](http://interactivepython.org/courselib/static/pythonds/index.html)
too.

Running tests
-------------

pip install -r requirements.txt
make # runs tests