add boilerplate for second edition

This commit is contained in:
Mia von Steinkirch 2020-02-08 17:18:16 -08:00
parent 5fd154f3fd
commit dc3ebf3173
148 changed files with 18311 additions and 0 deletions

View file

@ -1,5 +1,6 @@
## Book on Python, Algorithms, and Data Structures
## First Edition - 2014
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.
@ -13,6 +14,11 @@ It's loosely based on the exercises & theory from the book [Cracking the Code In
Even after the years, this book can be useful if you are aiming to learning Python and/or practicing for software engineering interviews.
--
## Second Edition - 2020
The second edition is updated for Python 3. This is a current work on progress.
---