README.md 3.7 KB
Newer Older
片刻小哥哥's avatar
片刻小哥哥 已提交
1
# LeetCode 面试必备
K
Keqi Huang 已提交
2
 - 💪 就是干!如果你觉得有帮助请点个star,谢谢!
片刻小哥哥's avatar
片刻小哥哥 已提交
3
* [ApacheCN 开源组织](https://github.com/apachecn/organization): https://github.com/apachecn/organization
4

片刻小哥哥's avatar
片刻小哥哥 已提交
5
> **欢迎任何人参与和完善:一个人可以走的很快,但是一群人却可以走的更远**
片刻小哥哥's avatar
片刻小哥哥 已提交
6

片刻小哥哥's avatar
片刻小哥哥 已提交
7 8
* 英文官网: https://leetcode.com
* 中文官网: https://leetcode-cn.com
片刻小哥哥's avatar
片刻小哥哥 已提交
9 10 11 12
* **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

## LeetCode 习题集合
片刻小哥哥's avatar
片刻小哥哥 已提交
13

片刻小哥哥's avatar
片刻小哥哥 已提交
14 15
* [LeetCode 习题集合](/docs/Leetcode_Solutions)

片刻小哥哥's avatar
片刻小哥哥 已提交
16
## 算法 汇总集合
片刻小哥哥's avatar
片刻小哥哥 已提交
17

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

片刻小哥哥's avatar
片刻小哥哥 已提交
22 23
## 模版要求

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

K
Keqi Huang 已提交
26 27 28 29
* 1. 不一样的思路
* 2. 优化时间复杂度和空间复杂度,或者解决题目的Follow up
* 3. 有意义的简化代码
* 4. 未提交过的题目
片刻小哥哥's avatar
片刻小哥哥 已提交
30 31 32

> **案例模版**

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

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

K
Keqi Huang 已提交
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
- [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)
片刻小哥哥's avatar
片刻小哥哥 已提交
56

57 58 59

## 项目贡献者

K
Keqi Huang 已提交
60 61 62 63
> 项目基石

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

K
Keqi Huang 已提交
64
> 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 已提交
65

片刻小哥哥's avatar
片刻小哥哥 已提交
66
> 项目发起人
67 68

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

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

片刻小哥哥's avatar
片刻小哥哥 已提交
73
* [@Lisanaaa](https://github.com/Lisanaaa)
74
* [@片刻](https://github.com/jiangzhonglian)
75
* [@小瑶](https://github.com/chenyyx)
76 77 78 79 80 81

## 免责声明

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

整理内容只供学习研究参考之用。ApacheCN 保留对此版本内容的署名权及其它相关权利。