1
- # [ LeetCode] ( https://leetcode.com/problemset/algorithms/ ) ![ Language] ( https://img.shields.io/badge/language-Python%20%2F%20C++%2011-orange.svg ) [ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( ./LICENSE.md ) [ ![ SayThanks] ( https://img.shields.io/badge/say-thanks-ff69b4.svg )] ( https://saythanks.io/to/kamyu104 ) ![ Travis] ( https://travis-ci.org/kamyu104/LeetCode.svg?branch=master )
1
+ # [ LeetCode] ( https://leetcode.com/problemset/algorithms/ ) ![ Language] ( https://img.shields.io/badge/language-Python%20%2F%20C++%2011-orange.svg ) [ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( ./LICENSE.md ) [ ![ SayThanks] ( https://img.shields.io/badge/say-thanks-ff69b4.svg )] ( https://saythanks.io/to/kamyu104 ) ![ Travis] ( https://travis-ci.org/kamyu104/LeetCode-Solution .svg?branch=master )
2
2
3
3
The number of LeetCode questions is increasing every week.
4
4
For more questions and solutions, you can see my [ LintCode] ( https://github.com/kamyu104/LintCode ) repository.
@@ -7,40 +7,40 @@ I'll keep updating for full summary and better solutions. Stay tuned for updates
7
7
8
8
## Algorithms
9
9
10
- * [ Bit Manipulation] ( https://github.com/kamyu104/LeetCode#bit-manipulation )
11
- * [ Array] ( https://github.com/kamyu104/LeetCode#array )
12
- * [ String] ( https://github.com/kamyu104/LeetCode#string )
13
- * [ Linked List] ( https://github.com/kamyu104/LeetCode#linked-list )
14
- * [ Stack] ( https://github.com/kamyu104/LeetCode#stack )
15
- * [ Queue] ( https://github.com/kamyu104/LeetCode#queue )
16
- * [ Heap] ( https://github.com/kamyu104/LeetCode#heap )
17
- * [ Tree] ( https://github.com/kamyu104/LeetCode#tree )
18
- * [ Hash Table] ( https://github.com/kamyu104/LeetCode#hash-table )
19
- * [ Math] ( https://github.com/kamyu104/LeetCode#math )
20
- * [ Two Pointers] ( https://github.com/kamyu104/LeetCode#two-pointers )
21
- * [ Sort] ( https://github.com/kamyu104/LeetCode#sort )
22
- * [ Recursion] ( https://github.com/kamyu104/LeetCode#recursion )
23
- * [ Binary Search] ( https://github.com/kamyu104/LeetCode#binary-search )
24
- * [ Binary Search Tree] ( https://github.com/kamyu104/LeetCode#binary-search-tree )
25
- * [ Breadth-First Search] ( https://github.com/kamyu104/LeetCode#breadth-first-search )
26
- * [ Depth-First Search] ( https://github.com/kamyu104/LeetCode#depth-first-search )
27
- * [ Backtracking] ( https://github.com/kamyu104/LeetCode#backtracking )
28
- * [ Dynamic Programming] ( https://github.com/kamyu104/LeetCode#dynamic-programming )
29
- * [ Greedy] ( https://github.com/kamyu104/LeetCode#greedy )
30
- * [ Graph] ( https://github.com/kamyu104/LeetCode#graph )
31
- * [ Geometry] ( https://github.com/kamyu104/LeetCode#geometry )
32
- * [ Simulation] ( https://github.com/kamyu104/LeetCode#simulation )
33
- * [ Design] ( https://github.com/kamyu104/LeetCode#design )
10
+ * [ Bit Manipulation] ( https://github.com/kamyu104/LeetCode-Solution #bit-manipulation )
11
+ * [ Array] ( https://github.com/kamyu104/LeetCode-Solution #array )
12
+ * [ String] ( https://github.com/kamyu104/LeetCode-Solution #string )
13
+ * [ Linked List] ( https://github.com/kamyu104/LeetCode-Solution #linked-list )
14
+ * [ Stack] ( https://github.com/kamyu104/LeetCode-Solution #stack )
15
+ * [ Queue] ( https://github.com/kamyu104/LeetCode-Solution #queue )
16
+ * [ Heap] ( https://github.com/kamyu104/LeetCode-Solution #heap )
17
+ * [ Tree] ( https://github.com/kamyu104/LeetCode-Solution #tree )
18
+ * [ Hash Table] ( https://github.com/kamyu104/LeetCode-Solution #hash-table )
19
+ * [ Math] ( https://github.com/kamyu104/LeetCode-Solution #math )
20
+ * [ Two Pointers] ( https://github.com/kamyu104/LeetCode-Solution #two-pointers )
21
+ * [ Sort] ( https://github.com/kamyu104/LeetCode-Solution #sort )
22
+ * [ Recursion] ( https://github.com/kamyu104/LeetCode-Solution #recursion )
23
+ * [ Binary Search] ( https://github.com/kamyu104/LeetCode-Solution #binary-search )
24
+ * [ Binary Search Tree] ( https://github.com/kamyu104/LeetCode-Solution #binary-search-tree )
25
+ * [ Breadth-First Search] ( https://github.com/kamyu104/LeetCode-Solution #breadth-first-search )
26
+ * [ Depth-First Search] ( https://github.com/kamyu104/LeetCode-Solution #depth-first-search )
27
+ * [ Backtracking] ( https://github.com/kamyu104/LeetCode-Solution #backtracking )
28
+ * [ Dynamic Programming] ( https://github.com/kamyu104/LeetCode-Solution #dynamic-programming )
29
+ * [ Greedy] ( https://github.com/kamyu104/LeetCode-Solution #greedy )
30
+ * [ Graph] ( https://github.com/kamyu104/LeetCode-Solution #graph )
31
+ * [ Geometry] ( https://github.com/kamyu104/LeetCode-Solution #geometry )
32
+ * [ Simulation] ( https://github.com/kamyu104/LeetCode-Solution #simulation )
33
+ * [ Design] ( https://github.com/kamyu104/LeetCode-Solution #design )
34
34
35
35
36
36
## Database
37
37
38
- * [ SQL] ( https://github.com/kamyu104/LeetCode#sql )
38
+ * [ SQL] ( https://github.com/kamyu104/LeetCode-Solution #sql )
39
39
40
40
41
41
## Shell
42
42
43
- * [ Shell Script] ( https://github.com/kamyu104/LeetCode#shell-script )
43
+ * [ Shell Script] ( https://github.com/kamyu104/LeetCode-Solution #shell-script )
44
44
45
45
## Reference
46
46
0 commit comments