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-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,11 +52,11 @@
52
52
<!-- Please don't remove this: Grab your social icons from https://github.com/carlsednaoui/gitsocial -->
53
53
54
54
## Purpose
55
-
The purpose of the book is to guide the reader to prepare for coding interviews. Preparing for the coding interview, not easy! Cracking the coding interivew? Like impossible for most of us! Luck does play some role in the outcome. So, let's just treat it as a learning process and have some fun.
55
+
The purpose of the book is to guide the reader in preparing for coding interviews. Preparing for the coding interview is not easy! Cracking the coding interivew? Nearly impossible for most of us! Luck does play a role in the outcome. So, let's just treat it as a learning process and have some fun!
56
56
57
-
Computer Science is really not just computer science. It is a combination of all fields; our normal interview problems fall into the eumerative combinatorics and our computer vision mostly is related to Linear Algebra. What really matters is our passion in learning more and applying it to solve real-life problems.
57
+
Computer Science is really not just computer science. It is a combination of all fields; our normal interview problems fall into the eumerative combinatorics and our computer vision mostly consists of Linear Algebra. What really matters is our passion to learn and ability to apply this knowledge to solve real-life problems.
58
58
59
-
There are plenty of books out there focusing on either teaching algorithmic knowledge (*Introduction to Algorithms*, *Algorithmic Problem Solving*, etc) or introducing interview process and solving interview problems(*Cracking the Coding Interview*, *Coding Interview Questions*, etc), but barely any that combines the two. This is a book designed to make up this role in the categorization. Principle, Pattern, and Leetcode Problems make up the core of this book.
59
+
There are plenty of books out there focusing on either teaching algorithmic knowledge (*Introduction to Algorithms*, *Algorithmic Problem Solving*, etc) or introducing the interview process and solving interview problems(*Cracking the Coding Interview*, *Coding Interview Questions*, etc), but none of these books truly combine the two. This is a book designed to make up this role in the categorization. Principle, Pattern, and Leetcode Problems make up the core of this book.
60
60
61
61
<!---We guide the reader to master data structures, algorithm design and analysis, and problem-patterns through playing around with toy examples coded in Python thoroughly. Analyzing the behavior and computational complexity of more restricted and clearly-defined problems in the book helps lay the foundation of solving real-world problems which are more open and challenging. -->
62
62
@@ -155,9 +155,7 @@ Publish, 2013.
155
155
* Graph Visualize with [graphviz](http://www.webgraphviz.com/). [Examples](https://graphs.grevian.org/example). [Tutorial to use Python](https://graphviz.readthedocs.io/en/stable/manual.html)
156
156
157
157
## Mocking Interviews
158
-
Practice is important. Schedule some mocking interviews with [interviewing.io](https://interviewing.io/)
159
-
160
-
158
+
Practice is important. Schedule some mocking interviews with [interviewing.io](https://interviewing.io/). If you cant manage to register, you can join us in [discord server](https://discord.gg/ZXnSag7fMP) and ask peers for practice interview.
161
159
162
160
## Community
163
161
**Join me on discord server: https://discord.gg/ZXnSag7fMP, for early access of the book and a supportive community**
@@ -166,4 +164,4 @@ Practice is important. Schedule some mocking interviews with [interviewing.io](h
166
164
If you have ideas to improve the book, about formatting, more contents, or correct the errors, do not hesitate to let me know.
167
165
168
166
<!---## Copyright
169
-
The book is copyrighed and protected, please do not spread without permission. ---!>
167
+
The book is copyrighed and protected, please do not spread without permission. ---!>
0 commit comments