https://github.com/davidfischer/algos-and-data-structures
https://github.com/davidfischer/algos-and-data-structures
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidfischer/algos-and-data-structures
- Owner: davidfischer
- Created: 2013-05-13T04:23:54.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-13T04:24:13.000Z (about 12 years ago)
- Last Synced: 2025-01-03T07:03:30.916Z (5 months ago)
- Language: Python
- Size: 109 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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