README.md 3.9 KB
Newer Older
K
Keqi Huang 已提交
1
 - 💪 如果你觉得有帮助请点个 star,谢谢!欢迎 Follow 我的 [Github](https://github.com/Lisanaaa) ***一起装 C--***
K
Keqi Huang 已提交
2
## LeetCode 题解
片刻小哥哥's avatar
片刻小哥哥 已提交
3

K
Keqi Huang 已提交
4
* [LeetCode 题解](/docs/Leetcode_Solutions)
片刻小哥哥's avatar
片刻小哥哥 已提交
5

K
Keqi Huang 已提交
6
## 基础算法模版
片刻小哥哥's avatar
片刻小哥哥 已提交
7

片刻小哥哥's avatar
片刻小哥哥 已提交
8
* [算法 汇总集合](/docs/Algorithm)
片刻小哥哥's avatar
片刻小哥哥 已提交
9
* [八大排序算法 集合](/docs/Algorithm/Sort)
飞龙 已提交
10
* [Wikipedia: List of Algorithms](https://en.wikipedia.org/wiki/List_of_algorithms)
片刻小哥哥's avatar
片刻小哥哥 已提交
11

片刻小哥哥's avatar
片刻小哥哥 已提交
12 13
## 模版要求

K
Keqi Huang 已提交
14
> 提交PR基本要求(满足任意一种即可)
片刻小哥哥's avatar
片刻小哥哥 已提交
15

K
Keqi Huang 已提交
16 17 18 19
* 1. 不一样的思路
* 2. 优化时间复杂度和空间复杂度,或者解决题目的Follow up
* 3. 有意义的简化代码
* 4. 未提交过的题目
片刻小哥哥's avatar
片刻小哥哥 已提交
20 21 22

> **案例模版**

K
Keqi Huang 已提交
23
[模版:001. Two Sum 两数之和](https://github.com/apachecn/LeetCode/blob/master/docs/Leetcode_Solutions/001._two_sum.md)
片刻小哥哥's avatar
片刻小哥哥 已提交
24 25

## 推荐 LeetCode 网站
片刻小哥哥's avatar
片刻小哥哥 已提交
26

K
Keqi Huang 已提交
27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
- [KrisYu的Github](https://github.com/KrisYu/LeetCode-CLRS-Python)
- [kamyu104的Github](https://github.com/kamyu104/LeetCode)
- [数据结构与算法/leetcode/lintcode题解](https://algorithm.yuanbin.me/zh-hans/)
- [Leetcode 讨论区](https://discuss.leetcode.com/)
- [visualgo算法可视化网站](https://visualgo.net/en)
- [Data Structure Visualization](https://www.cs.usfca.edu/~galles/visualization/Algorithms.html)
- [我的算法学习之路 - Lucida](http://zh.lucida.me/blog/on-learning-algorithms/)
- [HiredInTech](https://www.hiredintech.com/) System Design 的总结特别适合入门
- [mitcc的Github](https://github.com/mitcc/AlgoSolutions)
- [小土刀的面试刷题笔记](http://wdxtub.com/interview/14520594642530.html)
- [nonstriater/Learn-Algorithms](https://github.com/nonstriater/Learn-Algorithms)
- [剑指 Offer 题解](https://github.com/gatieme/CodingInterviews)
- https://github.com/liuchuo/LeetCode
- https://github.com/anxiangSir/SwordforOffer
- https://www.nowcoder.com/ta/coding-interviews?page=1
- [【小姐姐】刷题博客](https://www.liuchuo.net/about)
- [公瑾的Github](https://github.com/yuzhoujr/leetcode)
- [shejie1993](https://shenjie1993.gitbooks.io/leetcode-python/content/096%20Unique%20Binary%20Search%20Trees.html)
- [编程之法:面试和算法心得](https://legacy.gitbook.com/book/wizardforcel/the-art-of-programming-by-july/details)
46
- [算法/NLP/深度学习/机器学习面试笔记](https://github.com/imhuay/Interview_Notes-Chinese)
K
Keqi Huang 已提交
47
- [CS-Notes](https://github.com/CyC2018/CS-Notes)
48 49 50

## 项目贡献者

K
Keqi Huang 已提交
51 52 53 54
> 项目基石

* [KrisYu的Github](https://github.com/KrisYu/LeetCode-CLRS-Python)

K
Keqi Huang 已提交
55
> Please note, this repository is inspired from [KrisYu](https://github.com/KrisYu/LeetCode-CLRS-Python), and here is the [approve letter](https://github.com/apachecn/LeetCode/blob/master/images/Project%20cornerstone/approve%20letter.md). However, it has been modified, added and improved to reflect our knowledge, wisdom and effort.
K
Keqi Huang 已提交
56

片刻小哥哥's avatar
片刻小哥哥 已提交
57
> 项目发起人
58 59

* [@Lisanaaa](https://github.com/Lisanaaa)
片刻小哥哥's avatar
片刻小哥哥 已提交
60
* [@片刻](https://github.com/jiangzhonglian)
61 62 63

> 贡献者(欢迎大家来追加)

片刻小哥哥's avatar
片刻小哥哥 已提交
64
* [@Lisanaaa](https://github.com/Lisanaaa)
65
* [@片刻](https://github.com/jiangzhonglian)
66
* [@小瑶](https://github.com/chenyyx)
67 68 69 70 71 72

## 免责声明

ApacheCN 纯粹出于学习目的与个人兴趣整理的内容。

整理内容只供学习研究参考之用。ApacheCN 保留对此版本内容的署名权及其它相关权利。
K
Keqi Huang 已提交
73 74 75 76 77 78 79 80 81

* [ApacheCN 开源组织](https://github.com/apachecn/organization): https://github.com/apachecn/organization

> **欢迎任何人参与和完善:一个人可以走的很快,但是一群人却可以走的更远**

* 英文官网: https://leetcode.com
* 中文官网: https://leetcode-cn.com
* **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>**
* [<font color=green>ApacheCN repo 地址</font>](https://github.com/apachecn/leetcode): https://github.com/apachecn/leetcode