All Projects → billryan → Algorithm Exercise

billryan / Algorithm Exercise

Data Structure and Algorithm notes. 数据结构与算法/leetcode/lintcode题解/

Programming Languages

python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language
CSS
56736 projects
shell
77523 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to Algorithm Exercise

Algorithms4 Common
🔥Algorithms, 4th Edition 算法4精华笔记,通俗理解,算法收集与强化。
Stars: ✭ 183 (-94.41%)
Mutual labels:  algorithm, leetcode
Way To Algorithm
Algorithm Tutorial and Source Code
Stars: ✭ 221 (-93.25%)
Mutual labels:  algorithm, gitbook
Algorithm
Leetcode 组队刷题
Stars: ✭ 193 (-94.11%)
Mutual labels:  algorithm, leetcode
Leetcode
LeetCode solutions, written in python and cpp(LeetCode解题报告,记录自己的leetcode成长之路)
Stars: ✭ 179 (-94.54%)
Mutual labels:  algorithm, leetcode
Leader.js.cool
不可替代的团队领袖培养计划
Stars: ✭ 257 (-92.16%)
Mutual labels:  algorithm, gitbook
Js Algorithms
A collection of algorithms written in javascript
Stars: ✭ 182 (-94.44%)
Mutual labels:  algorithm, leetcode
Interviewroom
Contains all important data structure and algorithms problems asked in interviews
Stars: ✭ 207 (-93.68%)
Mutual labels:  algorithm, leetcode
Leetcode Solutions
🏋️ Python / Modern C++ Solutions of All 2111 LeetCode Problems (Weekly Update)
Stars: ✭ 2,787 (-14.93%)
Mutual labels:  algorithm, leetcode
Cs Notes
📚 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
Stars: ✭ 143,620 (+4284%)
Mutual labels:  algorithm, leetcode
Interviews
Everything you need to know to get the job.
Stars: ✭ 54,875 (+1575.06%)
Mutual labels:  algorithm, leetcode
Leetcode
High-quality LeetCode solutions
Stars: ✭ 178 (-94.57%)
Mutual labels:  algorithm, leetcode
Leetcode Notebook
🌛LeetCode 题解,每日更新,欢迎 Watch。每天一道算法题,和我一起变强吧!
Stars: ✭ 301 (-90.81%)
Mutual labels:  algorithm, leetcode
Leetcode Spider
用 node.js 爬你自己的 leetcode 解题源码
Stars: ✭ 176 (-94.63%)
Mutual labels:  algorithm, leetcode
Leetcode Go
✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
Stars: ✭ 22,440 (+584.98%)
Mutual labels:  algorithm, leetcode
Leetcode Notes
LeetCode 算法解答
Stars: ✭ 172 (-94.75%)
Mutual labels:  algorithm, leetcode
Arts
每周一道算法一本书
Stars: ✭ 199 (-93.93%)
Mutual labels:  algorithm, leetcode
D.s.a Leet
References and summary for leetcode high-frequency algorithm problems
Stars: ✭ 155 (-95.27%)
Mutual labels:  algorithm, leetcode
Leetcode Js
用 JS 刷 LeetCode
Stars: ✭ 165 (-94.96%)
Mutual labels:  algorithm, leetcode
Leetcode
Solutions to LeetCode problems; updated daily. Subscribe to my YouTube channel for more.
Stars: ✭ 3,090 (-5.68%)
Mutual labels:  algorithm, leetcode
Coderchef Kitchen
The official repository for our programming kitchen which consists of 50+ delicious programming recipes having all the interesting ingredients ranging from dynamic programming, graph theory, linked lists and much more. All the articles contain beautiful images and some gif/video at times to help clear important concepts.
Stars: ✭ 306 (-90.66%)
Mutual labels:  algorithm, leetcode

Data Structure and Algorithm/leetcode/lintcode

Build Status Slack Status Chat on Slack

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!

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 https://leetcode.com/, http://www.lintcode.com/, http://www.geeksforgeeks.org/, http://hihocoder.com/, https://www.topcoder.com/.
  3. Part III is the appendix of resume and other supplements.

This project is hosted on https://github.com/billryan/algorithm-exercise and rendered by GitBook. You can star the repository on the GitHub to keep track of updates. Another choice is to subscribe channel #github_commit via Slack https://ds-algo.slack.com/messages/github_commit/.

Feel free to access http://slackin4ds-algo.herokuapp.com with Slack invite automation.

You can view/search this document online or offline, feel free to read it. :)

  • Online(Rendered by GitBook): https://algorithm.yuanbin.me
    • 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 http://creativecommons.org/licenses/by-sa/4.0/

To Do

  • add multiple languages support
  • add implementations of Python, C++, Go and Java code
  • add time and space complexity analysis
  • add proper Chinese fonts for PDF output
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].