Skip to content

Commit 3b342a9

Browse files
author
Li Yin
authored
Update README.md
1 parent e2ed15f commit 3b342a9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,20 @@
22
Partially open sourced content from my book serie, *The Comprehensive Coding Interview Guide*. Currently two parts and will be hopefully published as two books:
33
- The Data Structures and Algorithms Concepts
44
- The LeetCode Problem Catalog
5+
56
The book serie uses Python 3 as programming language, and LeetCode Problems as examples. The advantages of doing so are obvious:
67

78
(1) Python is becoming the most popular language in the age of AI, and there are not many interview guide books using Python.
89

910
(2) Using LeetCode Problems because first they are real coding interview questions; second, with the online judge system, it is easier for learners to practice online and with the support of the community, it makes the learning process more fun.
1011

12+
## The Purpose of *The Comprehensive Coding Interview Guide*
13+
My purpose here is to offer any person who is interested with getting hands dirty with algorithms and coding a practical and strict manual to guide them through this process. The content is supposed to not only correct (that the code and algorithms work) and catchy but also discreet (i.e , to know why it works, when it works, and how it works but not as theoretical as the *Introduction to Algorithms*).
14+
1115
## The Data Structures and Algorithms Concepts
16+
17+
## Feedback
18+
If you like the example chapters that I put here, please leave your comment here. This book comes with a lot of hard work --personally, I paused my PhD program for a semester to focus on. Therefore, your comment is important to lead to the publication of the work.
19+
20+
If you have ideas to imporove the book, about formating, more contents, or correct the erros are also very welcome too.
21+
## Cooperation

0 commit comments

Comments
 (0)