Skip to content

Commit 2f5e380

Browse files
author
Li Yin
authored
Update README.md
1 parent 9575e1e commit 2f5e380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
## About this book
5454
In short, this is a middle-to-high level algorithm book designed with cracking coding interviews at hearts. It offers an one-stop coding interview prep experience. The structure of the book: (1) math and CS theories as coding is not just code after all, (2) Python data structures, (3) algorithm design principles, (4) Classical algorithms explained with core principles. (5) Problem patterns.
5555

56-
Besides trying to make the content easy to follow, here summarize the uniqueness about this book: (1) it offers Python source code that is tailored to be simple so that it would be natural for you to use in interviews (2) all the exercises and examples are from Leetcode problems so that you get to practise online (3) Classical algorithms are explained with design principles. No algorithm is magic. (Check out advanced graph algorithms as an example) (4) problem patterns to help you tackle coding interview questions topic by topic.
56+
Besides trying to make the content easy to follow, here summarizes the uniqueness about this book: (1) it offers Python source code that is tailored to be simple so that it would be natural for you to use in interviews (2) all the exercises and examples are from Leetcode problems so that you get to practise online (3) Classical algorithms are explained with design principles. No algorithm is magic. (Check out advanced graph algorithms as an example) (4) problem patterns to help you tackle coding interview questions topic by topic.
5757
## How did I come up with this book?
5858
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!
5959

0 commit comments

Comments
 (0)