Skip to content

Commit 8c09275

Browse files
Li YinMaya-H
authored andcommitted
Changes to README #PurposeUpdate README.md
1 parent ca34696 commit 8c09275

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.vs/ProjectSettings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"CurrentProjectSetting": null
3+
}

.vs/slnx.sqlite

88 KB
Binary file not shown.

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@
5252
<!-- Please don't remove this: Grab your social icons from https://github.com/carlsednaoui/gitsocial -->
5353

5454
## 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!
5656

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.
5858

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.
6060

6161
<!---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. -->
6262

@@ -155,9 +155,7 @@ Publish, 2013.
155155
* 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)
156156

157157
## 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.
161159

162160
## Community
163161
**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
166164
If you have ideas to improve the book, about formatting, more contents, or correct the errors, do not hesitate to let me know.
167165

168166
<!---## 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

Comments
 (0)