README.md 1.6 KB
Newer Older
K
Keqi Huang 已提交
1
# Algorithms
片刻小哥哥's avatar
片刻小哥哥 已提交
2

K
Keqi Huang 已提交
3
## 1. [LeetCode 题解和总结](/docs/Leetcode_Solutions/)
片刻小哥哥's avatar
片刻小哥哥 已提交
4

K
Keqi Huang 已提交
5
## 2. [面试问答](/docs/Interview/)
片刻小哥哥's avatar
片刻小哥哥 已提交
6

K
Keqi Huang 已提交
7
* [面试总结](https://github.com/apachecn/LeetCode/blob/master/docs/Interview/%E5%BC%80%E5%8F%91%E5%B2%97%E4%BD%8D(Java)%E6%80%BB%E7%BB%93.md)
K
Keqi Huang 已提交
8 9 10
* [Google 面试题](/docs/Interview/Google/Google.md)
* [pocketgems 面试题](/docs/Interview/pocketgems/pocketgems.md)
* [WePay 面试题](/docs/Interview/WePay/WePay.md)
K
Keqi Huang 已提交
11
* [PPd面试题](/docs/Interview/PPd/ppd.md)
片刻小哥哥's avatar
片刻小哥哥 已提交
12

K
Keqi Huang 已提交
13
## 3. [算法模版](/docs/Algorithm_Templates/)
片刻小哥哥's avatar
片刻小哥哥 已提交
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28


## 推荐的一些LeetCode网站

1. [KrisYu的GItuhub](https://github.com/KrisYu/LeetCode-CLRS-Python)
2. [kamyu104的Github](https://github.com/kamyu104/LeetCode)
3. [数据结构与算法/leetcode/lintcode题解](https://algorithm.yuanbin.me/zh-hans/)
4. [Leetcode 讨论区](https://discuss.leetcode.com/)
5. [visualgo算法可视化网站](https://visualgo.net/en)
6. [Data Structure Visualization](https://www.cs.usfca.edu/~galles/visualization/Algorithms.html)
7. [我的算法学习之路 - Lucida](http://zh.lucida.me/blog/on-learning-algorithms/)
8. [HiredInTech](https://www.hiredintech.com/) System Design 的总结特别适合入门
9. [mitcc的Github](https://github.com/mitcc/AlgoSolutions)
10. [小土刀的面试刷题笔记](http://wdxtub.com/interview/14520594642530.html)

K
Keqi Huang 已提交
29

K
Keqi Huang 已提交
30
### 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.
K
Keqi Huang 已提交
31

K
Keqi Huang 已提交
32
 - 💪就是干!如果你觉得有帮助请点个star,谢谢!