Skip to content

Commit 4077c0e

Browse files
committed
Merge branch 'main' of https://github.com/doocs/leetcode into main
2 parents 753ae06 + 973ee6a commit 4077c0e

File tree

155 files changed

+13554
-7264
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

155 files changed

+13554
-7264
lines changed

.github/workflows/contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1717
svgPath: images/contributors.svg
1818
svgWidth: 890
19-
commitMessage: "chore: update contributors to leetcode project @doocs"
19+
commitMessage: "chore: auto update contributors"

.github/workflows/starcharts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
with:
1515
github_token: ${{ secrets.GITHUB_TOKEN }}
1616
svg_path: images/starcharts.svg
17-
commit_message: "chore: update starcharts to leetcode project @doocs"
17+
commit_message: "chore: auto update starcharts"
1818
stars_change: "50"

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,13 @@
212212
- [子集](./solution/0000-0099/0078.Subsets/README.md)
213213
- [子集 II](./solution/0000-0099/0090.Subsets%20II/README.md)
214214

215+
### 并查集
216+
217+
- [被围绕的区域](./solution/0100-0199/0130.Surrounded%20Regions/README.md)
218+
- [省份数量](./solution/0500-0599/0547.Number%20of%20Provinces/README.md)
219+
- [冗余连接](./solution/0600-0699/0684.Redundant%20Connection/README.md)
220+
- [可能的二分法](./solution/0800-0899/0886.Possible%20Bipartition/README.md)
221+
215222
### 设计
216223

217224
- [LRU 缓存机制](./solution/0100-0199/0146.Lru%20Cache/README.md)
@@ -222,13 +229,6 @@
222229
- [设计哈希集合](./solution/0700-0799/0705.Design%20HashSet/README.md)
223230
- [设计哈希映射](./solution/0700-0799/0706.Design%20HashMap/README.md)
224231

225-
### 数据库
226-
227-
- [组合两个表](./solution/0100-0199/0175.Combine%20Two%20Tables/README.md)
228-
- [第二高的薪水](./solution/0100-0199/0176.Second%20Highest%20Salary/README.md)
229-
- [第 N 高的薪水](./solution/0100-0199/0177.Nth%20Highest%20Salary/README.md)
230-
- [分数排名](./solution/0100-0199/0178.Rank%20Scores/README.md)
231-
232232
## 维护者
233233

234234
- [Yang Libin](https://github.com/yanglbme)

README_EN.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,13 @@ Complete solutions to [LeetCode](https://leetcode.com/problemset/all/), [LCOF](h
204204
- [Subsets](./solution/0000-0099/0078.Subsets/README_EN.md)
205205
- [Subsets II](./solution/0000-0099/0090.Subsets%20II/README_EN.md)
206206

207+
### Union Find
208+
209+
- [Surrounded Regions](./solution/0100-0199/0130.Surrounded%20Regions/README_EN.md)
210+
- [Number of Provinces](./solution/0500-0599/0547.Number%20of%20Provinces/README_EN.md)
211+
- [Redundant Connection](./solution/0600-0699/0684.Redundant%20Connection/README_EN.md)
212+
- [Possible Bipartition](./solution/0800-0899/0886.Possible%20Bipartition/README_EN.md)
213+
207214
### Design
208215

209216
- [LRU Cache](./solution/0100-0199/0146.Lru%20Cache/README_EN.md)
@@ -214,13 +221,6 @@ Complete solutions to [LeetCode](https://leetcode.com/problemset/all/), [LCOF](h
214221
- [Design HashSet](./solution/0700-0799/0705.Design%20HashSet/README_EN.md)
215222
- [Design HashMap](./solution/0700-0799/0706.Design%20HashMap/README_EN.md)
216223

217-
### Database
218-
219-
- [Combine Two Tables](./solution/0100-0199/0175.Combine%20Two%20Tables/README_EN.md)
220-
- [Second Highest Salary](./solution/0100-0199/0176.Second%20Highest%20Salary/README_EN.md)
221-
- [Nth Highest Salary](./solution/0100-0199/0177.Nth%20Highest%20Salary/README_EN.md)
222-
- [Rank Scores](./solution/0100-0199/0178.Rank%20Scores/README_EN.md)
223-
224224
## Maintainer
225225

226226
- [Yang Libin](https://github.com/yanglbme)

images/contributors.svg

Lines changed: 61 additions & 61 deletions
Loading

0 commit comments

Comments
 (0)