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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
1
# *The Comprehensive Coding Interview Guide*
2
-
Partially open sourced content from my book serie, *The Comprehensive Coding Interview Guide*. Currently two parts and will be hopefully published as two books:
2
+
Partially open sourced content from my book series, *The Comprehensive Coding Interview Guide*. Currently two parts and will be hopefully published as two books:
3
3
- Learning: Data Structures and Algorithms Explained with LeetCode Problems
4
4
- Cracking: The LeetCode Problem Catalog
5
5
6
-
The book serie uses Python 3 as programming language, and LeetCode Problems as examples. The advantages of doing so are obvious:
6
+
The book series uses Python 3 as programming language, and LeetCode Problems as examples. The advantages of doing so are obvious:
7
7
8
8
(1) Python is becoming the most popular language in the age of AI, and there are not many interview guide books using Python.
9
9
10
10
(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.
11
11
12
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*).
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 be correct (i.e. , 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
15
## Part 1: Learning: Data Structures and Algorithms Explained with LeetCode Problems
16
-
As the first part of the serie, this part includes:
16
+
As the first part of the series, this part includes:
17
17
1. Introduction,
18
18
2. Fundamental Algorithm
19
19
Design and Analysis (divide and conquer, complexity analysis),
@@ -35,7 +35,7 @@ The Second part of the series focusing on catagorize problems and solve them typ
35
35
## Feedback
36
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.
37
37
38
-
If you have ideas to imporove the book, about formating, more contents, or correct the erros are also very welcome too.
38
+
If you have ideas to improve the book, about formatting, more contents, or correct the errors are also very welcome too.
39
39
## Possible Cooperation
40
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.
0 commit comments