Skip to content

Commit 9f3d010

Browse files
authored
Merge pull request labuladong#291 from rpivo/patch-1
update readme to be more grammatically correct
2 parents d94dbdf + 6c3d44d commit 9f3d010

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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.
22

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**.
44

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

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/
88

99
If you want to clone this repo, please use following command:
1010

1111
```shell
1212
git clone --depth 1 --branch english https://github.com/labuladong/fucking-algorithm.git
1313
```
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.
1515

16-
# Table of Content
16+
# Table of Contents
1717

1818
* I. Dynamic Programming
1919
* [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
3232
* [House Robber Problems](dynamic_programming/HouseRobber.md)
3333
* [Stock Buy and Sell Problems](dynamic_programming/BestTimeToBuyAndSellStock.md)
3434

35-
* II. Data Structure
35+
* II. Data Structures
3636
* [Binary Head and Priority Queue](data_structure/binary_heap_implements_priority_queues.md)
3737
* [LRU Cache Strategy in Detial](interview/LRU_algorithm.md)
3838
* [Collections of Binary Search Operations](data_structure/The_Manipulation_Collection_of_Binary_Search_Tree.md)
@@ -65,7 +65,7 @@ This command specifies the `english` branch and limit the depth of clone, get ri
6565
* [Several counter-intuitive Probability Problems](think_like_computer/several_counter_intuitive_probability_problems.md)
6666
* [Shuffle Algorithm](think_like_computer/Shuffle_Algorithm.md)
6767

68-
* IV. High Frequency Interview Problem
68+
* IV. High Frequency Interview Problems
6969
* [How to Implement LRU Cache](interview/LRU_algorithm.md)
7070
* [How to Find Prime Number Efficiently](interview/Print_PrimeNumbers.md)
7171
* [How to Calculate Minimium Edit Distance](dynamic_programming/EditDistance.md)
@@ -90,4 +90,4 @@ This command specifies the `english` branch and limit the depth of clone, get ri
9090
* [You Must Know About Linux Shell](common_knowledge/linuxshell.md)
9191
* [You Must Know About Cookie and Session](common_knowledge/SessionAndCookie.md)
9292
* [Cryptology Algorithm](common_knowledge/Cryptology.md)
93-
* [Some Good Online Pratice Platforms](common_knowledge/OnlinePraticePlatform.md)
93+
* [Some Good Online Pratice Platforms](common_knowledge/OnlinePraticePlatform.md)

0 commit comments

Comments
 (0)