# algorithm-exercise
**Repository Path**: BokalaQuan/algorithm-exercise
## Basic Information
- **Project Name**: algorithm-exercise
- **Description**: Data Structure and Algorithm notes. 数据结构与算法/leetcode/lintcode题解/
- **Primary Language**: Python
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2017-08-01
- **Last Updated**: 2024-11-29
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Data Structure and Algorithm/leetcode/lintcode
[](https://travis-ci.org/billryan/algorithm-exercise)
[](https://slackin4ds-algo.herokuapp.com/)
[](https://ds-algo.slack.com/)
- English via [Data Structure and Algorithm notes](http://algorithm.yuanbin.me/en/index.html)
- 简体中文请戳 [数据结构与算法/leetcode/lintcode题解](http://algorithm.yuanbin.me/zh-hans/index.html)
- 繁體中文請瀏覽 [資料結構與演算法/leetcode/lintcode題解](http://algorithm.yuanbin.me/zh-tw/index.html)
## Introduction
This work is some notes of learning and practicing data structures and algorithm.
1. Part I is some brief introduction of basic data structures and algorithm, such as, linked lists, stack, queues, trees, sorting and etc.
2. Part II is the analysis and summary of programming problems, and most of the programming problems come from , , , , .
3. Part III is the appendix of resume and other supplements.
This project is hosted on and rendered by [Gitbook](https://www.gitbook.com/book/yuanbin/algorithm/details). You can star the repository on the GitHub to keep track of updates. Another choice is to subscribe channel `#github_commit` via Slack . ~~RSS feed is under development.~~
Feel free to access for Slack invite automation.
You can view/search this document online or offline, feel free to read it. :)
- Online(Rendered by Gitbook):
- Offline(Compiled by Gitbook and Travis-CI):
1. EPUB: [GitHub](https://github.com/sign4bill/algorithm-exercise/tree/deploy/epub), [Gitbook](https://www.gitbook.com/download/epub/book/yuanbin/algorithm), [七牛 CDN(中国大陆用户适用)](http://7xojrx.com1.z0.glb.clouddn.com/docs/algorithm-exercise/index.html) - Recommended for iPhone/iPad/MAC
2. PDF: [GitHub](https://github.com/sign4bill/algorithm-exercise/tree/deploy/pdf), [Gitbook](https://www.gitbook.com/download/pdf/book/yuanbin/algorithm), [七牛 CDN(中国大陆用户适用)](http://7xojrx.com1.z0.glb.clouddn.com/docs/algorithm-exercise/index.html) - Recommended for Desktop
3. MOBI: [GitHub](https://github.com/sign4bill/algorithm-exercise/tree/deploy/mobi), [Gitbook](https://www.gitbook.com/download/mobi/book/yuanbin/algorithm), [七牛 CDN(中国大陆用户适用)](http://7xojrx.com1.z0.glb.clouddn.com/docs/algorithm-exercise/index.html) - Recommended for Kindle
- Site Search via Google: `keywords site:algorithm.yuanbin.me`
- Site Search via Swiftype: Click `Search this site` on the right bottom of webpages
## License
This work is licensed under the **Creative Commons Attribution-ShareAlike 4.0 International License**. To view a copy of this license, please visit
## Contribution
- [English](http://algorithm.yuanbin.me/en/index.html) is maintained by [@billryan](https://github.com/billryan)
- [简体中文](http://algorithm.yuanbin.zh-hans/index.html) is maintained by [@billryan](https://github.com/billryan), [@Shaunwei](https://github.com/Shaunwei)
- [繁體中文](http://algorithm.yuanbin.me/zh-tw/index.html) is maintained by [@CrossLuna](https://github.com/CrossLuna)
Other contributors can be found in [Contributors to algorithm-exercise](https://github.com/billryan/algorithm-exercise/graphs/contributors)
### Donation
本项目接受捐赠,形式不限,可以买书,可以寄明信片,也可以金额打赏 :)
#### 邮寄明信片
@billryan 喜欢收集各种明信片,来者不拒~ 邮寄的话可以邮寄至 `上海市闵行区上海交通大学闵行校区电院群楼5号楼307`,收件人:`袁斌`。
#### 送书
除了邮寄明信片,你还可以买本书送给各位贡献者,@billryan 的地址见上节。
#### 支付宝

账户名:yuanbin2014(at)gmail.com 金额随意
#### Wechat

金额随意
#### PayPal
账户名:yuanbin2014(at)gmail.com 金额随意,付款时选择 friends and family
隐私考虑,以下名单隐去了部分个人信息,有些名单若没来得及添加,可私下联系我加上,有些信息和金额因为时间久远可能有误,欢迎指正。
- `taoli***@gmail.com`, 20
- `张亚*`, 6.66
- `wen***@126.com`, 20.16
- `she***@163.com`, 10
- `孙*`, 20
- `石*`, 50
- `文*`, 20
- `don***@163.com`, 5
- `129***@qq.com`, 50
- `130****9675`, 5
- `Tong W***`, 20 $
- `ee.***@gmail.com`, 6.66
- `abc***@126.com`, 6.66
- `liaowen***@163.com`, 明信片
- 2016-10-19 微信转账, 6.66
- `182****9133`, 5
- `tf.***@gmail.com` 10.24
- `jat***@163.com` 20
- `bao***@163.com` 10
所得捐款用于七牛 CDN 流量付费/激励 Contributors 写出更好的内容/购买书籍/西瓜/饮料
## To Do
- [ ] add multiple languages support, currently 繁體中文, 简体中文 are available
- [x] explore nice writing style
- [x] add implementations of `Python`, `C++`, `Java` code
- [x] add time and space complexity analysis
- [x] summary of basic data structure and algorithm
- [x] add CSS for online website
- [x] add proper Chinese fonts for PDF output