Skip to content

Commit f997c7e

Browse files
Merge branch 'doocs:main' into main
2 parents bca9136 + ac79b4f commit f997c7e

File tree

195 files changed

+40379
-32617
lines changed

Some content is hidden

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

195 files changed

+40379
-32617
lines changed

README.md

Lines changed: 8 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
## 站点
2323

24-
https://leetcode.doocs.org
24+
<https://leetcode.doocs.org>
2525

2626
## 算法全解
2727

@@ -190,19 +190,10 @@ https://leetcode.doocs.org
190190
1. 进入 leetcode 目录,切换到一个新的分支;
191191
1. 对项目做出一些变更,然后使用 git add、commit、push 等命令将你的本地变更提交到你的远程 GitHub 仓库;
192192
1. 将你的变更以 PR 的形式提交过来,项目的维护人员会在第一时间对你的变更进行 review!
193-
1. 你也可以参考帮助文档 https://help.github.com/cn 了解更多细节。
193+
1. 你也可以参考帮助文档 <https://help.github.com/cn> 了解更多细节。
194194

195195
<div align="center">
196-
197-
```mermaid
198-
graph TD;
199-
A[LeetCode 仓库 <br> doocs/leetcode.git] -- 1.Fork(派生) --> B[你的 GitHub 仓库 <br> yourusername/leetcode.git];
200-
B -- 2.Git 克隆 --> C[本地开发环境];
201-
C -- 3.创建新分支并修改代码 --> D[本地修改后的代码];
202-
D -- 4.提交 & 推送到你的仓库 --> B;
203-
B -- 5.提交 Pull Request(合并请求) --> A;
204-
```
205-
196+
<img src="https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/doocs/leetcode%40main/images/pr.svg" width="320px"/>
206197
</div>
207198

208199
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=149001365&machine=basicLinux32gb&location=SoutheastAsia)
@@ -224,26 +215,18 @@ graph TD;
224215

225216
<a href="https://github.com/doocs/leetcode/graphs/contributors" target="_blank"><img src="https://contrib.rocks/image?repo=doocs/leetcode&max=500" /></a>
226217

227-
## 赞助者
228-
229-
感谢以下个人、组织对本项目的支持和赞助!
230-
231-
<a href="https://opencollective.com/doocs-leetcode/backers.svg?width=890" target="_blank"><img src="https://opencollective.com/doocs-leetcode/backers.svg?width=890"></a>
232-
233-
<a href="https://opencollective.com/doocs-leetcode/sponsors.svg?width=890" target="_blank"><img src="https://opencollective.com/doocs-leetcode/sponsors.svg?width=890"></a>
234-
235-
> "_You help the developer community practice for interviews, and there is nothing better we could ask for._" -- [Alan Yessenbayev](https://opencollective.com/alan-yessenbayev)
236-
237218
## 版权
238219

239220
本项目著作权归 [GitHub 开源社区 Doocs](https://github.com/doocs) 所有,商业转载请联系 @yanglbme 获得授权,非商业转载请注明出处。
240221

241-
## 联系我们
222+
## 联系我们 & 支持项目
242223

243224
欢迎各位小伙伴们添加 @yanglbme 的个人微信(微信号:YLB0109),备注 「**leetcode**」。后续我们会创建算法、技术相关的交流群,大家一起交流学习,分享经验,共同进步。
244225

245-
| <img src="https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/doocs/images/qrcode-for-yanglbme.png" width="260px" align="left"/> |
246-
| ------------------------------------------------------------------------------------------------------------------------------ |
226+
如果你觉得这个项目对你有帮助,也欢迎通过微信扫码赞赏我们 ☕️~
227+
228+
| <img src="https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/doocs/images/qrcode-for-yanglbme.png" width="260px" align="center"/> | <img src="https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/doocs/leetcode%40main/images/support1.jpg" width="260px" align="center"/> |
229+
| -------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
247230

248231
## 许可证
249232

README_EN.md

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -185,16 +185,7 @@ I'm looking for long-term contributors/partners to this repo! Send me [PRs](http
185185
1. See [CONTRIBUTING](https://github.com/doocs/.github/blob/main/CONTRIBUTING.md) or [GitHub Help](https://help.github.com/en) for more details.
186186

187187
<div align="center">
188-
189-
```mermaid
190-
graph TD;
191-
A[LeetCode Repo <br> doocs/leetcode.git] -- 1.Fork --> B[Your GitHub Repo <br> yourusername/leetcode.git];
192-
B -- 2.Git Clone --> C[Local Machine];
193-
C -- 3.Create a New Branch & Make Changes --> D[Modify Code Locally];
194-
D -- 4.Commit & Push to Your Repo --> B;
195-
B -- 5.Create a Pull Request --> A;
196-
```
197-
188+
<img src="https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/doocs/leetcode%40main/images/pr-en.svg" width="320px"/>
198189
</div>
199190

200191
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=149001365&machine=basicLinux32gb&location=EastUs)
@@ -216,20 +207,15 @@ This project exists thanks to all the people who contribute.
216207

217208
<a href="https://github.com/doocs/leetcode/graphs/contributors" target="_blank"><img src="https://contrib.rocks/image?repo=doocs/leetcode&max=500" /></a>
218209

219-
## Backers & Sponsors
220-
221-
Thank you to all our backers and sponsors!
222-
223-
<a href="https://opencollective.com/doocs-leetcode/backers.svg?width=890" target="_blank"><img src="https://opencollective.com/doocs-leetcode/backers.svg?width=890"></a>
224-
225-
<a href="https://opencollective.com/doocs-leetcode/sponsors.svg?width=890" target="_blank"><img src="https://opencollective.com/doocs-leetcode/sponsors.svg?width=890"></a>
226-
227-
> "_You help the developer community practice for interviews, and there is nothing better we could ask for._" -- [Alan Yessenbayev](https://opencollective.com/alan-yessenbayev)
228-
229210
## Copyright
230211

231212
The copyright of this project belongs to [Doocs](https://github.com/doocs) community. For commercial reprints, please contact [@yanglbme](mailto:[email protected]) for authorization. For non-commercial reprints, please indicate the source.
232213

214+
## Support Us
215+
216+
If you find this project helpful, consider supporting us by buying us a coffee ☕️
217+
👉 [https://paypal.me/yanglbme](https://paypal.me/yanglbme)
218+
233219
## Contact Us
234220

235221
We welcome everyone to add @yanglbme's personal WeChat (WeChat ID: YLB0109), with the note "leetcode". In the future, we will create algorithm and technology related discussion groups, where we can learn and share experiences together, and make progress together.

images/pr-en.svg

Lines changed: 1 addition & 0 deletions
Loading

images/pr.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)