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
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
-
English translation is still processing... Some articles are still in Chinese, but most are completed. Please **star** this repo, when you come back soon, translation will finish perfectly. Just enjoy.
1
+
English translation is in progress... Some articles are still in Chinese, but most are completed. Please **star** this repo. The full translation will eventually be finished. Enjoy.
2
2
3
-
These articles are somehow kinds of **Algorithmic Thinking**. All based on LeetCode problems, but **NOT ONLY the code of solution, but also WHY writing code this way, HOW we figure it out.**
3
+
These articles go over different kinds of **Algorithmic Thinking**. All are based on LeetCode problems. They are **not only the solution code for the problem, but also WHY the solution works and HOW we can figure it out**.
4
4
5
-
I don't like one liner and confusing, I like clear and easy-understanding.
5
+
I don't like one-liners. They can be confusing. I like clear, easily understandable code.
6
6
7
-
**Gitbook** has deployed, will sync with this branch of the repo: https://labuladong.gitbook.io/algo-en/
7
+
The **Gitbook** has been deployed and will sync with this branch of the repo: https://labuladong.gitbook.io/algo-en/
8
8
9
9
If you want to clone this repo, please use following command:
10
10
11
11
```shell
12
12
git clone --depth 1 --branch english https://github.com/labuladong/fucking-algorithm.git
13
13
```
14
-
This command specifies the `english` branch and limit the depth of clone, get rid of the Git commit history, which can be faster to clone.
14
+
This command specifies the `english` branch and will limit the depth of the clone and get rid of the Git commit history, which can be faster to clone.
15
15
16
-
# Table of Content
16
+
# Table of Contents
17
17
18
18
* I. Dynamic Programming
19
19
*[Dynamic Programming in Detials](dynamic_programming/AnalysisOfDynamicProgramming.md)
@@ -32,7 +32,7 @@ This command specifies the `english` branch and limit the depth of clone, get ri
0 commit comments