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

3 4 5
* 英文官网: https://leetcode.com
* 中文官网: https://leetcode-cn.com

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

K
Keqi Huang 已提交
8
## 2. [算法模版](/docs/Algorithm_Templates/Python)
片刻小哥哥's avatar
片刻小哥哥 已提交
9 10 11

## 推荐的一些LeetCode网站

H
Haohao Bai 已提交
12
1. [KrisYu的Github](https://github.com/KrisYu/LeetCode-CLRS-Python)
片刻小哥哥's avatar
片刻小哥哥 已提交
13 14 15 16 17 18 19 20 21
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 已提交
22
11. [nonstriater/Learn-Algorithms](https://github.com/nonstriater/Learn-Algorithms)
片刻小哥哥's avatar
片刻小哥哥 已提交
23

K
Keqi Huang 已提交
24
### 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 已提交
25

26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
 - 💪 就是干!如果你觉得有帮助请点个star,谢谢!

## 项目贡献者

> 项目创始人

* [@Lisanaaa](https://github.com/Lisanaaa)

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

* [@片刻](https://github.com/jiangzhonglian)

## 免责声明

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

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

## [ApacheCN 组织资源](http://www.apachecn.org/)

> [kaggle: 机器学习竞赛](https://github.com/apachecn/kaggle)

| 深度学习 | 机器学习  | 大数据 | 运维工具 |
| --- | --- | --- | --- |
| [TensorFlow R1.2 中文文档](http://cwiki.apachecn.org/pages/viewpage.action?pageId=10030122) | [机器学习实战-教学](https://github.com/apachecn/MachineLearning) | [Spark 2.2.0和2.0.2 中文文档](http://spark.apachecn.org/) | [Zeppelin 0.7.2 中文文档](http://cwiki.apachecn.org/pages/viewpage.action?pageId=10030467) |
| [Pytorch 0.3 中文文档 ](http://pytorch.apachecn.org/cn/0.3.0/) | [Sklearn 0.19 中文文档](http://sklearn.apachecn.org/) | [Storm 1.1.0和1.0.1 中文文档](http://storm.apachecn.org/) | [Kibana 5.2 中文文档](http://cwiki.apachecn.org/pages/viewpage.action?pageId=8159377) |
|  | [LightGBM 中文文档](http://lightgbm.apachecn.org/cn/latest) | [Kudu 1.4.0 中文文档](http://cwiki.apachecn.org/pages/viewpage.action?pageId=10813594) |  |
|  | [XGBoost 中文文档](http://xgboost.apachecn.org/cn/latest)  | [Elasticsearch 5.4 中文文档](http://cwiki.apachecn.org/pages/viewpage.action?pageId=4260364) |
|  |  | [Beam 中文文档](http://beam.apachecn.org/) |