Skip to content

Commit ecb5aee

Browse files
author
lucifer
committed
feat: 更新英文主页
1 parent cf19063 commit ecb5aee

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.en.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The data structures mainly include:
7676
- Tree and Graph: Lowest Common Ancestor (LCA); Disjoint-Set
7777
- String: Prefix Tree (Trie); Suffix Tree
7878

79-
## Previews
79+
## Previews(Not Translated Yet)
8080

8181
[0042.trapping-rain-water](./problems/42.trapping-rain-water.md):
8282

@@ -110,7 +110,7 @@ The data structures mainly include:
110110

111111
> Here only lists some **representative problems** but not all.
112112
113-
#### Easy
113+
#### Easy (Not Translated Yet)
114114

115115
- [0001.TwoSum](./problems/1.TwoSum.md)🆕
116116
- [0020.Valid Parentheses](./problems/20.validParentheses.md)
@@ -145,7 +145,7 @@ The data structures mainly include:
145145
- [0501.find-mode-in-binary-search-tree](./problems/501.Find-Mode-in-Binary-Search-Tree.md) 🆕
146146
- [0575.distribute-candies](./problems/575.distribute-candies.md)
147147

148-
#### Medium
148+
#### Medium (Not Translated Yet)
149149

150150
- [0002. Add Two Numbers](./problems/2.addTwoNumbers.md)
151151
- [0003. Longest Substring Without Repeating Characters](./problems/3.longestSubstringWithoutRepeatingCharacters.md)
@@ -225,7 +225,7 @@ The data structures mainly include:
225225
- [1031.maximum-sum-of-two-non-overlapping-subarrays](./problems/1031.maximum-sum-of-two-non-overlapping-subarrays.md)
226226
- [1218.longest-arithmetic-subsequence-of-given-difference.md](./problems/1218.longest-arithmetic-subsequence-of-given-difference.md) 🆕
227227

228-
#### Hard
228+
#### Hard (Not Translated Yet)
229229

230230
- [0004.median-of-two-sorted-array](./problems/4.median-of-two-sorted-array.md) 🆕
231231
- [0023.merge-k-sorted-lists](./problems/23.merge-k-sorted-lists.md)
@@ -242,7 +242,7 @@ The data structures mainly include:
242242
- [0460.lfu-cache](./problems/460.lfu-cache.md) 🆕
243243
- [1168.optimize-water-distribution-in-a-village](./problems/1168.optimize-water-distribution-in-a-village-en.md) 🆕
244244

245-
### Summary of Data Structures and Algorithms
245+
### Summary of Data Structures and Algorithm
246246

247247
- [Data Structure](./thinkings/basic-data-structure-en.md) (Drafts)
248248
- [Basic Algorithm](./thinkings/basic-algorithm-en.md)Drafts
@@ -307,7 +307,7 @@ We're still on the early stage, so feedback from community is very welcome. For
307307
## Contribution
308308

309309
- If you have any ideas, [Issues](https://github.com/azl397985856/leetcode/issues) or chat in groups.
310-
- If you want to commit to the repository, Pull Request is welcome.
310+
- If you want to commit to the repository, Pull Request is welcome. Here is the [CONTRIBUTION GUIDE](./CONTRIBUTING.en.md)
311311
- If you want to edit images resources in this project, [here](./assets/drawio/) lists the files that can be edited on [draw.io](https://www.draw.io/).
312312

313313
## Thank you

0 commit comments

Comments
 (0)