You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-2Lines changed: 24 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,32 @@ The book serie uses Python 3 as programming language, and LeetCode Problems as e
12
12
## The Purpose of *The Comprehensive Coding Interview Guide*
13
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
14
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),
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%)
16
34
17
35
## Feedback
18
36
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
37
20
38
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