mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-05-02 06:46:18 -04:00
add boilerplate for second edition
This commit is contained in:
parent
5fd154f3fd
commit
dc3ebf3173
148 changed files with 18311 additions and 0 deletions
|
@ -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.
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue