mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-05-07 09:15:23 -04:00
Compare commits
No commits in common. "master" and "First_Edition" have entirely different histories.
master
...
First_Edit
419 changed files with 68 additions and 9021 deletions
3
.github/FUNDING.yml
vendored
Normal file
3
.github/FUNDING.yml
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
# These are supported funding model platforms
|
||||
|
||||
custom: paypal.me/miasteinkirch
|
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
*.py[cod]
|
||||
*~
|
||||
|
||||
# C extensions
|
||||
*.so
|
||||
|
||||
# Installer logs
|
||||
pip-log.txt
|
||||
|
||||
# Unit test / coverage reports
|
||||
.coverage
|
||||
.tox
|
||||
nosetests.xml
|
||||
|
||||
# Translations
|
||||
*.mo
|
||||
|
||||
|
||||
# PyCharm
|
||||
.idea
|
15
First_edition_2014/README.md
Normal file
15
First_edition_2014/README.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
## Python, Algorithms and Data Structures (2014)
|
||||
|
||||
[Download PDF (first edition,published by Hanbit Media)](https://github.com/bt3gl/Python-and-Algorithms-and-Data-Structures/blob/master/First_edition_2014/ebook_pdf/book_second_edition.pdf).
|
||||
|
||||
|
||||
## To run the snippet:
|
||||
|
||||
Install dependencies in a [virtual environment](https://coderwall.com/p/8-aeka):
|
||||
|
||||
```
|
||||
virtualenv venv
|
||||
source venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
0
MY_BOOK/ebook_src/builtin_structures/__init__.py → First_edition_2014/ebook_src/abstract_structures/queues/__init__.py
Executable file → Normal file
0
MY_BOOK/ebook_src/builtin_structures/__init__.py → First_edition_2014/ebook_src/abstract_structures/queues/__init__.py
Executable file → Normal file
0
MY_BOOK/ebook_src/searching_and_sorting/searching/__init__.py → First_edition_2014/ebook_src/builtin_structures/__init__.py
Normal file → Executable file
0
MY_BOOK/ebook_src/searching_and_sorting/searching/__init__.py → First_edition_2014/ebook_src/builtin_structures/__init__.py
Normal file → Executable file
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue