Skip to content

Commit cfc7bc3

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

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

README.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,32 @@ The book serie uses Python 3 as programming language, and LeetCode Problems as e
1212
## The Purpose of *The Comprehensive Coding Interview Guide*
1313
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*).
1414

15-
## The Data Structures and Algorithms Concepts
15+
## Part 1: The Data Structures and Algorithms Concepts
16+
As the first part of the serie, this part includes:
17+
1. Introduction,
18+
2. Fundamental Algorithm
19+
Design and Analysis (divide and conquer, complexity analysis),
20+
3. Data Structures (connect the doubts of data structures and Python built-in data types/Modules),
21+
4. Complete Search (searching on linear data structres, graph, tree),
22+
5. Advanced Algorithm Design (Dynamic programming, greedy algorithm),
23+
6. Math and Bit Manipulation
24+
25+
LeetCode problems as used as exercise, only id and the title of the questions are given.
26+
## Part 2: The LeetCode Problem Catalog
27+
The Second part of the series focusing on catagorize problems and solve them type by type.
28+
1. Dynamic Programming Questions (15%)
29+
2. Array Questions (15%)
30+
3. Linked List, Stack, Queue, and Heap Questions (12%)
31+
4. String Questions (15%)
32+
5. Tree Questions (10%)
33+
6. Graph Questions (15%)
1634

1735
## Feedback
1836
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.
1937

2038
If you have ideas to imporove the book, about formating, more contents, or correct the erros are also very welcome too.
21-
## Cooperation
39+
## Possible Cooperation
40+
If you are excellent with algorithms, or top leaders on the LeetCode Weekly contest, or made in the ACM ICPC contest, and are interested into helping and potentially coauthor on some parts of the book, please do not hesitate to contact me.
41+
42+
## Copyright
43+
The book is copyrighed and protected, please do not spread without permission.

0 commit comments

Comments
 (0)