From 70b22c17385dc1d5f4ddf773995246da81ccc95b Mon Sep 17 00:00:00 2001 From: MvS Date: Thu, 14 Nov 2019 18:40:48 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=AE=20Clean=20up=20and=20arxiv=20my=20?= =?UTF-8?q?python=20book,=20no=20plans=20for=20future=20updates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 +++++++++-- Second_edition_2019/README.md | 4 ---- 2 files changed, 9 insertions(+), 6 deletions(-) delete mode 100644 Second_edition_2019/README.md diff --git a/README.md b/README.md index 211e6c7..1da4015 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,17 @@ ## Book on Python, Algorithms, and Data Structures -- [PDF and source code for 1st edition (2014, 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). +This is a book about algorithms and data structure in Python. I wrote & open-sourced & sold it to [Hanbit Media](http://www.hanbit.co.kr/) in 2014. -- [PDF and source code for 2nd edition (2019, ported to Python 3.7)](https://github.com/bt3gl/Python-and-Algorithms-and-Data-Structures/blob/master/Second_edition_2019). +It's loosely based on the exercises & theory from the book [Cracking the Code Interview](https://www.amazon.com/Cracking-Coding-Interview-Programming-Questions/dp/0984782850/). +- [Here is the PDF for the book](https://github.com/bt3gl/Python-and-Algorithms-and-Data-Structures/blob/master/First_edition_2014/ebook_pdf/book_second_edition.pdf). + +- [Here is the source code, including abstract structures, bitwise operations, builtin Python data structures, searching and sorting, trees, and real interview problems](https://github.com/bt3gl/Book-on-Python-Algorithms-and-Data-Structures/tree/master/First_edition_2014/ebook_src). + +- [Here are several samplings for coding challenges](https://github.com/bt3gl/Book-on-Python-Algorithms-and-Data-Structures/tree/master/First_edition_2014/other_resources), including [Project Euler](https://projecteuler.net/), [Top Coder](https://www.topcoder.com/challenges), [Interview Cake](https://www.interviewcake.com/), and [the eudyptula challenge](http://eudyptula-challenge.org/). + +Even after the years, this book can be useful if you are aiming to learning Python and/or practicing for software engineering interviews. ----- diff --git a/Second_edition_2019/README.md b/Second_edition_2019/README.md deleted file mode 100644 index 8de71bf..0000000 --- a/Second_edition_2019/README.md +++ /dev/null @@ -1,4 +0,0 @@ -## Python, Algorithms, and Data Structures (2nd Edition, 2019) - - -