Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/billryan/algorithm-exercise
Data Structure and Algorithm notes. 数据结构与算法/leetcode/lintcode题解/
https://github.com/billryan/algorithm-exercise
algorithm gitbook leetcode
Last synced: 5 days ago
JSON representation
Data Structure and Algorithm notes. 数据结构与算法/leetcode/lintcode题解/
- Host: GitHub
- URL: https://github.com/billryan/algorithm-exercise
- Owner: billryan
- Created: 2015-03-22T07:10:27.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-07-28T13:16:24.000Z (over 2 years ago)
- Last Synced: 2025-01-10T11:10:07.636Z (12 days ago)
- Topics: algorithm, gitbook, leetcode
- Language: Python
- Homepage: https://algorithm.yuanbin.me
- Size: 40.7 MB
- Stars: 3,450
- Watchers: 190
- Forks: 892
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
Awesome Lists containing this project
README
# Data Structure and Algorithm/leetcode/lintcode
[![Build Status](https://travis-ci.org/billryan/algorithm-exercise.svg?branch=master)](https://travis-ci.org/billryan/algorithm-exercise)
[![Slack Status](https://slackin4ds-algo.herokuapp.com/badge.svg)](https://slackin4ds-algo.herokuapp.com/)
[![Chat on Slack](https://img.shields.io/badge/chat-on_slack-orange.svg)](https://ds-algo.slack.com/)This book is notes about learning data structure and algorithm. It was written in Simplified Chinese but other languages such as English and Traditional Chinese are also working in progress. Contributions are welcome!
- [English](https://algorithm.yuanbin.me/en/), rarely updated
- [简体中文](https://algorithm.yuanbin.me/zh-hans/), frequently updated
- [繁體中文](https://algorithm.yuanbin.me/zh-tw/), rarely updated## Introduction
1. Part I is some brief introduction of basic data structures and algorithm, such as linked lists, stack, queues, trees, sorting.
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 .
Feel free to access with Slack invite automation.
You can view/search this document online or offline, feel free to read it. :)
- Online(Rendered by GitBook):
- Site Search via Google: `keywords site:algorithm.yuanbin.me`
- Site Search via Algolia: Click `Type to search` on the top left corner of webpages
- Offline(Compiled by GitBook on Travis-CI): ePub, PDF, MOBI## License
This work is licensed under the **Creative Commons Attribution-ShareAlike 4.0 International License**. To view a copy of this license, please visit
## To Do
- [ ] add multiple languages support
- [ ] add implementations of `Python`, `C++`, `Go` and `Java` code
- [x] add time and space complexity analysis
- [x] add proper Chinese fonts for PDF output