From 0b79a1a1c6ad727631b5d3865f5245d67d97a761 Mon Sep 17 00:00:00 2001 From: Mia Steinkirch Date: Thu, 14 Jun 2018 15:47:16 -0700 Subject: [PATCH] Update README.md --- README.md | 41 ++--------------------------------------- 1 file changed, 2 insertions(+), 39 deletions(-) diff --git a/README.md b/README.md index 36509ab..507ad08 100644 --- a/README.md +++ b/README.md @@ -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: