mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-11-19 21:52:21 -05:00
| .. | ||
| ebook_pdf | ||
| ebook_src | ||
| other_resources | ||
| README.md | ||
| requirements.txt | ||
Python, Algorithms and Data Structures (2014)
Download PDF (first edition,published by Hanbit Media).
To run the snippet:
Install dependencies in a virtual environment:
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt