Skip to content

Commit 3c31246

Browse files
committed
docs: update readme documents
1 parent 439698a commit 3c31246

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,11 @@
168168
- [子集](/solution/0000-0099/0078.Subsets/README.md)
169169
- [子集 II](/solution/0000-0099/0090.Subsets%20II/README.md)
170170

171-
### 混合问题
171+
### 设计
172+
173+
- [实现 Trie (前缀树)](/solution/0200-0299/0208.Implement%20Trie%20%28Prefix%20Tree%29/README.md)
174+
- [设计哈希集合](/solution/0700-0799/0705.Design%20HashSet/README.md)
175+
- [设计哈希映射](/solution/0700-0799/0706.Design%20HashMap/README.md)
172176

173177
### 数据库
174178

@@ -204,8 +208,6 @@
204208

205209
非常感谢以下所有朋友对本项目的贡献,你们是最可爱的人!
206210

207-
<!-- https://opencollective.com/doocs-leetcode/contributors.svg?width=890&button=false -->
208-
209211
<a href="https://github.com/doocs/leetcode/graphs/contributors" target="_blank"><img src="./images/contributors.svg" /></a>
210212

211213
## 赞助者

README_EN.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,13 @@ Complete solutions to [LeetCode](https://leetcode-cn.com/problemset/all/), [LCOF
161161
- [Subsets](/solution/0000-0099/0078.Subsets/README_EN.md)
162162
- [Subsets II](/solution/0000-0099/0090.Subsets%20II/README_EN.md)
163163

164-
### Misc
164+
### Design
165+
166+
- [Implement Trie (Prefix Tree)](<solution/0200-0299/0208.Implement%20Trie%20(Prefix%20Tree)/README_EN.md>)
167+
- [Design HashSet](/solution/0700-0799/0705.Design%20HashSet/README_EN.md)
168+
- [Design HashMap](/solution/0700-0799/0706.Design%20HashMap/README_EN.md)
169+
170+
### Database
165171

166172
- [Combine Two Tables](/solution/0100-0199/0175.Combine%20Two%20Tables/README_EN.md)
167173
- [Second Highest Salary](/solution/0100-0199/0176.Second%20Highest%20Salary/README_EN.md)
@@ -193,8 +199,6 @@ You can also contribute to [doocs/leetcode](https://github.com/doocs/leetcode) u
193199

194200
This project exists thanks to all the people who contribute.
195201

196-
<!-- https://opencollective.com/doocs-leetcode/contributors.svg?width=890&button=false -->
197-
198202
<a href="https://github.com/doocs/leetcode/graphs/contributors" target="_blank"><img src="./images/contributors.svg" /></a>
199203

200204
## Backers & Sponsors

0 commit comments

Comments
 (0)