Update README.md

This commit is contained in:
Mia Steinkirch 2018-06-14 15:47:16 -07:00 committed by GitHub
parent 277b556961
commit 0b79a1a1c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,46 +1,9 @@
## Algorithms & Data Structures in Python (Book, Hanbit Media, Inc.)
## Algorithms & Data Structures in Python (Book, Hanbit Media, Inc.)
* [Download the e-book here.](https://github.com/bt3gl/Python-and-Algorithms-and-Data-Structures/blob/master/book/book_second_edition.pdf).
#### 📚[Download the digital book here](https://github.com/bt3gl/Python-and-Algorithms-and-Data-Structures/blob/master/book/book_second_edition.pdf)
![](http://i.imgur.com/MJZjABD.png)
---
### ✨ Source Code
src/
└── abstract_structures
├── heap
├── linked_lists
├── queues
└── stacks
└── builtin_structures
├── dicts
├── lists_and_strings
├── numbers
├── sets
└── tuples
└── trees
└── bitwise
└── searching_and_sorting
└── USEFUL
----
## ✨ Installation: