|
3 | 3 | * 英文官网: https://leetcode.com
|
4 | 4 | * 中文官网: https://leetcode-cn.com
|
5 | 5 |
|
6 |
| -## 1.LeetCode 习题集合 |
| 6 | +> <font color=red>slogan: **不想装逼的朋友,我们都不想认识**</font> |
| 7 | +
|
| 8 | +* **LeetCode 刷题群 | ApacheCN【812791932】<a target="_blank" href="//shang.qq.com/wpa/qunwpa?idkey=1d390faa76fe789a0068dadae4ab9b0f0fc7997c38f216e9a30172866163a49d"><img border="0" src="/images/MainPage/ApacheCN-group.png" alt="LeetCode 刷题 | ApacheCN " title="LeetCode 刷题 | ApacheCN "></a>** |
| 9 | +* [<font color=green>ApacheCN repo 地址</font>](https://github.com/apachecn/leetcode): https://github.com/apachecn/leetcode |
| 10 | +* **<font color=green>ApacheCN 网友捐赠页面</font>:http://www.apachecn.org/organization/664.html** |
| 11 | + |
| 12 | +## LeetCode 习题集合 |
7 | 13 |
|
8 | 14 | * [LeetCode 习题集合](/docs/Leetcode_Solutions)
|
9 | 15 |
|
10 |
| -## 2.算法 集合 |
| 16 | +## 算法 汇总集合 |
11 | 17 |
|
12 |
| -* [算法 集合](/docs/Algorithm) |
| 18 | +* [算法 汇总集合](/docs/Algorithm) |
13 | 19 | * [八大排序算法 集合](/docs/Algorithm/Sort)
|
14 | 20 | * [Wikipedia: List of Algorithms](https://en.wikipedia.org/wiki/List_of_algorithms)
|
15 | 21 |
|
16 |
| -## 推荐的一些LeetCode网站 |
| 22 | +## 模版要求 |
| 23 | + |
| 24 | +> 基本要求(提交PR前) |
| 25 | +
|
| 26 | +* 要不:有不一样的思路 |
| 27 | +* 要不:优化时间复杂度和空间复杂度 |
| 28 | +* 要不:简化代码 |
| 29 | + |
| 30 | +> **案例模版** |
| 31 | +
|
| 32 | +[模版:1. Two Sum 两数之和](/docs/Leetcode_Solutions/001._two_sum.md) |
| 33 | + |
| 34 | +## 推荐 LeetCode 网站 |
17 | 35 |
|
18 | 36 | 1. [KrisYu的Github](https://github.com/KrisYu/LeetCode-CLRS-Python)
|
19 | 37 | 2. [kamyu104的Github](https://github.com/kamyu104/LeetCode)
|
|
27 | 45 | 10. [小土刀的面试刷题笔记](http://wdxtub.com/interview/14520594642530.html)
|
28 | 46 | 11. [nonstriater/Learn-Algorithms](https://github.com/nonstriater/Learn-Algorithms)
|
29 | 47 | 12. [剑指 Offer 题解](https://github.com/gatieme/CodingInterviews)
|
| 48 | +13. https://algorithm.yuanbin.me/zh-hans |
| 49 | +14. https://github.com/liuchuo/LeetCode |
| 50 | +15. https://github.com/anxiangSir/SwordforOffer |
| 51 | +16. https://www.nowcoder.com/ta/coding-interviews?page=1 |
| 52 | +17. 【小姐姐】刷题博客:https://www.liuchuo.net/about |
30 | 53 |
|
31 |
| -### Please note, this repository is inspired from [KrisYu](https://github.com/KrisYu/LeetCode-CLRS-Python). However, it has been modified, added and improved to reflect our knowledge, wisdom and effort. |
| 54 | +> Please note, this repository is inspired from [KrisYu](https://github.com/KrisYu/LeetCode-CLRS-Python). However, it has been modified, added and improved to reflect our knowledge, wisdom and effort. |
32 | 55 |
|
33 | 56 | - 💪 就是干!如果你觉得有帮助请点个star,谢谢!
|
34 | 57 |
|
|
0 commit comments