├── LICENSE
└── README.md
/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2018 汤伟坤
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Awesome Leetcode [](https://github.com/sindresorhus/awesome) [](http://makeapullrequest.com)
2 |
3 | > A list of awesome leetcode solutions resources
4 |
5 | ### Content
6 |
7 | - [`Javascript`](#javascript)
8 | - [`Java`](#java)
9 | - [`C++`](#c++)
10 | - [`Python`](#python)
11 | - [`C`](#c)
12 | - [`C#`](#`c#`)
13 | - [`Go`](#go)
14 | - [`Swift`](#swift)
15 | - [`Ruby`](#ruby)
16 | - [`kotlin`](#kotlin)
17 | - [`Rust`](#rust)
18 |
19 | ## Javascript
20 |
21 | - [tangweikun/leetcode](https://github.com/tangweikun/leetcode)
22 | - [hanzichi/leetcode](https://github.com/hanzichi/leetcode)
23 | - [dnshi/leetcode](https://github.com/dnshi/Leetcode)
24 | - [paopao2/leetcode-js](https://github.com/paopao2/leetcode-js)
25 | - [RichCodersAndMe/LeetCode-Solution](https://github.com/RichCodersAndMe/LeetCode-Solution)
26 | - [tushariscoolster/leetcode-javascript](https://github.com/tushariscoolster/leetcode-javascript)
27 | - [Hongbo-Miao/leetcode](https://github.com/Hongbo-Miao/leetcode)
28 |
29 | ## Java
30 |
31 | - [gouthampradhan/leetcode](https://github.com/gouthampradhan/leetcode)
32 | - [kdn251/interviews](https://github.com/kdn251/interviews)
33 | - [Blankj/awesome-java-leetcode](https://github.com/Blankj/awesome-java-leetcode)
34 | - [gouthampradhan/leetcode-js](https://github.com/gouthampradhan/leetcode)
35 | - [fishercoder1534/Leetcode](https://github.com/fishercoder1534/Leetcode)
36 | - [conghuaicai/leetcode](https://github.com/conghuaicai/leetcode)
37 | - [RichCodersAndMe/LeetCode-Solution](https://github.com/RichCodersAndMe/LeetCode-Solution)
38 |
39 | ## C++
40 |
41 | - [haoel/leetcode](https://github.com/haoel/leetcode)
42 | - [mandliya/algorithms_and_data_structures](https://github.com/mandliya/algorithms_and_data_structures)
43 | - [pezy/LeetCode](https://github.com/pezy/LeetCode)
44 | - [leetcoders/LeetCode](https://github.com/leetcoders/LeetCode)
45 | - [illuz/Leetcode](https://github.com/illuz/leetcode)
46 | - [gzwl/leetcode](https://github.com/gzwl/leetcode)
47 | - [MaskRay/LeetCode](https://github.com/MaskRay/LeetCode)
48 | - [LeetCodeAnimation](https://github.com/MisterBooo/LeetCodeAnimation)
49 |
50 | ## Python
51 |
52 | - [kamyu104/LeetCode](https://github.com/kamyu104/LeetCode)
53 | - [csujedihy/lc-all-solutions](https://github.com/csujedihy/lc-all-solutions)
54 | - [RealHacker/leetcode-solutions](https://github.com/RealHacker/leetcode-solutions)
55 | - [algorhythms/LeetCode](https://github.com/algorhythms/LeetCode)
56 | - [bonfy/leetcode](https://github.com/bonfy/leetcode)
57 |
58 | ## C
59 |
60 | - [begeekmyfriend/leetCode](https://github.com/begeekmyfriend/leetcode)
61 | - [lennylxx/leetcode](https://github.com/lennylxx/leetcode)
62 |
63 | ## `C#`
64 |
65 | - [scottszb1987/LeetCodeInCSharp](https://github.com/scottszb1987/LeetCodeInCSharp)
66 | - [xieqilu/Qilu-leetcode](https://github.com/xieqilu/Qilu-leetcode)
67 | - [nikiforovall/leetcode-playground](https://github.com/NikiforovAll/leetcode-playground) - based on template [leetcode-playground-template](https://github.com/NikiforovAll/leetcode-playground-template)
68 |
69 | ## Go
70 |
71 | - [aQuaYi/LeetCode-in-Go](https://github.com/aQuaYi/LeetCode-in-Go)
72 | - [go-leetcode](https://github.com/hitzzc/go-leetcode)
73 |
74 | ## Swift
75 |
76 | - [soapyigu/LeetCode-Swift](https://github.com/soapyigu/LeetCode-Swift)
77 | - [diwu/LeetCode-Solutions-in-Swift](https://github.com/diwu/LeetCode-Solutions-in-Swift)
78 | - [lexrus/LeetCode.swift](https://github.com/lexrus/LeetCode.swift)
79 |
80 | ## Ruby
81 |
82 | - [acearth/LeetCodePractice](https://github.com/acearth/LeetCodePractice)
83 | - [leetcode-ruby](https://github.com/shichao-an/leetcode-ruby)
84 |
85 | ## kotlin
86 |
87 | - [RichCodersAndMe/LeetCode-Solution](https://github.com/RichCodersAndMe/LeetCode-Solution)
88 |
89 | ## Rust
90 |
91 | - [warycat/rustgym](https://github.com/warycat/rustgym)
92 | - [garciparedes/leetcode](https://github.com/garciparedes/leetcode)
93 |
94 | ## Mixed Langs
95 | - [leetcode.daily](https://github.com/zheeeng/leetcode.daily)
96 |
97 | ## Collaborators
98 |
99 | | [
](https://github.com/tangweikun)
[weikun tang](https://github.com/tangweikun) | [
](https://github.com/metacpp)
[metacpp](https://github.com/metacpp) | [
](https://github.com/relish-wang)
[relish-wang](https://github.com/relish-wang) | [
](https://github.com/happyflyingfish)
[Flying fish](https://github.com/happyflyingfish) | [
](https://github.com/nivance)
[nivance](https://github.com/nivance) | [
](https://github.com/tushariscoolster)
[Tushar Borole](https://github.com/tushariscoolster) | [
](https://github.com/NikiforovAll)
[Nikiforov Alexey](https://github.com/NikiforovAll) | [
](https://github.com/garciparedes)
[Sergio García Prado](https://github.com/garciparedes) |
100 | | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
101 |
102 |
--------------------------------------------------------------------------------