Skip to content

Commit 5bd9503

Browse files
committed
add more list
1 parent 0c9a430 commit 5bd9503

5 files changed

+495
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,13 @@ python problem.py https://www.lintcode.com/problem/92 -l cpp
3737
| [--] | [grind102.md](./list/grind102.md) | 93/102 | - |
3838
| [--] | [grind169.md](./list/grind169.md) | 145/169 | - |
3939
| [--] | [grind75.md](./list/grind75.md) | 71/75 | - |
40+
| [--] | [leetcode-75.md](./list/leetcode-75.md) | 32/75 | - |
4041
| [--] | [leetcode-contest.md](./list/leetcode-contest.md) | 14/56 | - |
4142
| [--] | [leetcode-discuss.md](./list/leetcode-discuss.md) | 9/54 | - |
4243
| [--] | [leetcode-google.md](./list/leetcode-google.md) | 203/471 | - |
44+
| [--] | [leetcode-top-100-liked.md](./list/leetcode-top-100-liked.md) | 96/100 | - |
45+
| [--] | [leetcode-top-interview-150.md](./list/leetcode-top-interview-150.md) | 125/150 | - |
46+
| [--] | [leetcode-topics.md](./list/leetcode-topics.md) | 72/144 | - |
4347
| [--] | [neetcode150.md](./list/neetcode150.md) | 131/150 | - |
4448
| [] | [9c-advanced.md](./list/9c-advanced.md) | 75/93 | 18 vips |
4549
| [] | [9c-dp.md](./list/9c-dp.md) | 42/45 | 3 vips |

list/leetcode-75.md

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
# [leetcode 75](https://leetcode.com/studyplan/leetcode-75/)
2+
3+
1. https://leetcode.com/problems/merge-strings-alternately/
4+
2. https://leetcode.com/problems/greatest-common-divisor-of-strings/
5+
3. https://leetcode.com/problems/kids-with-the-greatest-number-of-candies/
6+
4. https://leetcode.com/problems/can-place-flowers/
7+
5. https://leetcode.com/problems/reverse-vowels-of-a-string/
8+
6. https://leetcode.com/problems/reverse-words-in-a-string/
9+
7. https://leetcode.com/problems/product-of-array-except-self/
10+
8. https://leetcode.com/problems/increasing-triplet-subsequence/
11+
9. https://leetcode.com/problems/string-compression/
12+
10. https://leetcode.com/problems/move-zeroes/
13+
11. https://leetcode.com/problems/is-subsequence/
14+
12. https://leetcode.com/problems/container-with-most-water/
15+
13. https://leetcode.com/problems/max-number-of-k-sum-pairs/
16+
14. https://leetcode.com/problems/maximum-average-subarray-i/
17+
15. https://leetcode.com/problems/maximum-number-of-vowels-in-a-substring-of-given-length/
18+
16. https://leetcode.com/problems/max-consecutive-ones-iii/
19+
17. https://leetcode.com/problems/longest-subarray-of-1s-after-deleting-one-element/
20+
18. https://leetcode.com/problems/find-the-highest-altitude/
21+
19. https://leetcode.com/problems/find-pivot-index/
22+
20. https://leetcode.com/problems/find-the-difference-of-two-arrays/
23+
21. https://leetcode.com/problems/unique-number-of-occurrences/
24+
22. https://leetcode.com/problems/determine-if-two-strings-are-close/
25+
23. https://leetcode.com/problems/equal-row-and-column-pairs/
26+
24. https://leetcode.com/problems/removing-stars-from-a-string/
27+
25. https://leetcode.com/problems/asteroid-collision/
28+
26. https://leetcode.com/problems/decode-string/
29+
27. https://leetcode.com/problems/number-of-recent-calls/
30+
28. https://leetcode.com/problems/dota2-senate/
31+
29. https://leetcode.com/problems/delete-the-middle-node-of-a-linked-list/
32+
30. https://leetcode.com/problems/odd-even-linked-list/
33+
31. https://leetcode.com/problems/reverse-linked-list/
34+
32. https://leetcode.com/problems/maximum-twin-sum-of-a-linked-list/
35+
33. https://leetcode.com/problems/maximum-depth-of-binary-tree/
36+
34. https://leetcode.com/problems/leaf-similar-trees/
37+
35. https://leetcode.com/problems/count-good-nodes-in-binary-tree/
38+
36. https://leetcode.com/problems/path-sum-iii/
39+
37. https://leetcode.com/problems/longest-zigzag-path-in-a-binary-tree/
40+
38. https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree/
41+
39. https://leetcode.com/problems/binary-tree-right-side-view/
42+
40. https://leetcode.com/problems/maximum-level-sum-of-a-binary-tree/
43+
41. https://leetcode.com/problems/search-in-a-binary-search-tree/
44+
42. https://leetcode.com/problems/delete-node-in-a-bst/
45+
43. https://leetcode.com/problems/keys-and-rooms/
46+
44. https://leetcode.com/problems/number-of-provinces/
47+
45. https://leetcode.com/problems/reorder-routes-to-make-all-paths-lead-to-the-city-zero/
48+
46. https://leetcode.com/problems/evaluate-division/
49+
47. https://leetcode.com/problems/nearest-exit-from-entrance-in-maze/
50+
48. https://leetcode.com/problems/rotting-oranges/
51+
49. https://leetcode.com/problems/kth-largest-element-in-an-array/
52+
50. https://leetcode.com/problems/smallest-number-in-infinite-set/
53+
51. https://leetcode.com/problems/maximum-subsequence-score/
54+
52. https://leetcode.com/problems/total-cost-to-hire-k-workers/
55+
53. https://leetcode.com/problems/guess-number-higher-or-lower/
56+
54. https://leetcode.com/problems/successful-pairs-of-spells-and-potions/
57+
55. https://leetcode.com/problems/find-peak-element/
58+
56. https://leetcode.com/problems/koko-eating-bananas/
59+
57. https://leetcode.com/problems/letter-combinations-of-a-phone-number/
60+
58. https://leetcode.com/problems/combination-sum-iii/
61+
59. https://leetcode.com/problems/n-th-tribonacci-number/
62+
60. https://leetcode.com/problems/min-cost-climbing-stairs/
63+
61. https://leetcode.com/problems/house-robber/
64+
62. https://leetcode.com/problems/domino-and-tromino-tiling/
65+
63. https://leetcode.com/problems/unique-paths/
66+
64. https://leetcode.com/problems/longest-common-subsequence/
67+
65. https://leetcode.com/problems/best-time-to-buy-and-sell-stock-with-transaction-fee/
68+
66. https://leetcode.com/problems/edit-distance/
69+
67. https://leetcode.com/problems/counting-bits/
70+
68. https://leetcode.com/problems/single-number/
71+
69. https://leetcode.com/problems/minimum-flips-to-make-a-or-b-equal-to-c/
72+
70. https://leetcode.com/problems/implement-trie-prefix-tree/
73+
71. https://leetcode.com/problems/search-suggestions-system/
74+
72. https://leetcode.com/problems/non-overlapping-intervals/
75+
73. https://leetcode.com/problems/minimum-number-of-arrows-to-burst-balloons/
76+
74. https://leetcode.com/problems/daily-temperatures/
77+
75. https://leetcode.com/problems/online-stock-span/

list/leetcode-top-100-liked.md

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
# [Leetcode Top 100](https://leetcode.com/studyplan/top-100-liked/)
2+
3+
1. https://leetcode.com/problems/letter-combinations-of-a-phone-number/
4+
2. https://leetcode.com/problems/generate-parentheses/
5+
3. https://leetcode.com/problems/combination-sum/
6+
4. https://leetcode.com/problems/permutations/
7+
5. https://leetcode.com/problems/n-queens/
8+
6. https://leetcode.com/problems/subsets/
9+
7. https://leetcode.com/problems/word-search/
10+
8. https://leetcode.com/problems/palindrome-partitioning/
11+
9. https://leetcode.com/problems/median-of-two-sorted-arrays/
12+
10. https://leetcode.com/problems/search-in-rotated-sorted-array/
13+
11. https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array/
14+
12. https://leetcode.com/problems/search-insert-position/
15+
13. https://leetcode.com/problems/search-a-2d-matrix/
16+
14. https://leetcode.com/problems/binary-tree-maximum-path-sum/
17+
15. https://leetcode.com/problems/find-minimum-in-rotated-sorted-array/
18+
16. https://leetcode.com/problems/binary-tree-inorder-traversal/
19+
17. https://leetcode.com/problems/validate-binary-search-tree/
20+
18. https://leetcode.com/problems/symmetric-tree/
21+
19. https://leetcode.com/problems/binary-tree-level-order-traversal/
22+
20. https://leetcode.com/problems/maximum-depth-of-binary-tree/
23+
21. https://leetcode.com/problems/construct-binary-tree-from-preorder-and-inorder-traversal/
24+
22. https://leetcode.com/problems/convert-sorted-array-to-binary-search-tree/
25+
23. https://leetcode.com/problems/flatten-binary-tree-to-linked-list/
26+
24. https://leetcode.com/problems/binary-tree-right-side-view/
27+
25. https://leetcode.com/problems/invert-binary-tree/
28+
26. https://leetcode.com/problems/kth-smallest-element-in-a-bst/
29+
27. https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree/
30+
28. https://leetcode.com/problems/path-sum-iii/
31+
29. https://leetcode.com/problems/diameter-of-binary-tree/
32+
30. https://leetcode.com/problems/longest-palindromic-substring/
33+
31. https://leetcode.com/problems/longest-valid-parentheses/
34+
32. https://leetcode.com/problems/unique-paths/
35+
33. https://leetcode.com/problems/minimum-path-sum/
36+
34. https://leetcode.com/problems/climbing-stairs/
37+
35. https://leetcode.com/problems/edit-distance/
38+
36. https://leetcode.com/problems/pascals-triangle/
39+
37. https://leetcode.com/problems/word-break/
40+
38. https://leetcode.com/problems/maximum-product-subarray/
41+
39. https://leetcode.com/problems/house-robber/
42+
40. https://leetcode.com/problems/perfect-squares/
43+
41. https://leetcode.com/problems/longest-increasing-subsequence/
44+
42. https://leetcode.com/problems/coin-change/
45+
43. https://leetcode.com/problems/partition-equal-subset-sum/
46+
44. https://leetcode.com/problems/longest-common-subsequence/
47+
45. https://leetcode.com/problems/number-of-islands/
48+
46. https://leetcode.com/problems/course-schedule/
49+
47. https://leetcode.com/problems/rotting-oranges/
50+
48. https://leetcode.com/problems/jump-game-ii/
51+
49. https://leetcode.com/problems/jump-game/
52+
50. https://leetcode.com/problems/best-time-to-buy-and-sell-stock/
53+
51. https://leetcode.com/problems/partition-labels/
54+
52. https://leetcode.com/problems/two-sum/
55+
53. https://leetcode.com/problems/group-anagrams/
56+
54. https://leetcode.com/problems/longest-consecutive-sequence/
57+
55. https://leetcode.com/problems/subarray-sum-equals-k/
58+
56. https://leetcode.com/problems/kth-largest-element-in-an-array/
59+
57. https://leetcode.com/problems/find-median-from-data-stream/
60+
58. https://leetcode.com/problems/top-k-frequent-elements/
61+
59. https://leetcode.com/problems/add-two-numbers/
62+
60. https://leetcode.com/problems/remove-nth-node-from-end-of-list/
63+
61. https://leetcode.com/problems/merge-two-sorted-lists/
64+
62. https://leetcode.com/problems/merge-k-sorted-lists/
65+
63. https://leetcode.com/problems/swap-nodes-in-pairs/
66+
64. https://leetcode.com/problems/reverse-nodes-in-k-group/
67+
65. https://leetcode.com/problems/copy-list-with-random-pointer/
68+
66. https://leetcode.com/problems/linked-list-cycle/
69+
67. https://leetcode.com/problems/linked-list-cycle-ii/
70+
68. https://leetcode.com/problems/lru-cache/
71+
69. https://leetcode.com/problems/sort-list/
72+
70. https://leetcode.com/problems/intersection-of-two-linked-lists/
73+
71. https://leetcode.com/problems/reverse-linked-list/
74+
72. https://leetcode.com/problems/palindrome-linked-list/
75+
73. https://leetcode.com/problems/rotate-image/
76+
74. https://leetcode.com/problems/spiral-matrix/
77+
75. https://leetcode.com/problems/set-matrix-zeroes/
78+
76. https://leetcode.com/problems/search-a-2d-matrix-ii/
79+
77. https://leetcode.com/problems/longest-substring-without-repeating-characters/
80+
78. https://leetcode.com/problems/minimum-window-substring/
81+
79. https://leetcode.com/problems/sliding-window-maximum/
82+
80. https://leetcode.com/problems/find-all-anagrams-in-a-string/
83+
81. https://leetcode.com/problems/valid-parentheses/
84+
82. https://leetcode.com/problems/largest-rectangle-in-histogram/
85+
83. https://leetcode.com/problems/min-stack/
86+
84. https://leetcode.com/problems/decode-string/
87+
85. https://leetcode.com/problems/daily-temperatures/
88+
86. https://leetcode.com/problems/container-with-most-water/
89+
87. https://leetcode.com/problems/3sum/
90+
88. https://leetcode.com/problems/trapping-rain-water/
91+
89. https://leetcode.com/problems/move-zeroes/
92+
90. https://leetcode.com/problems/implement-trie-prefix-tree/
93+
91. https://leetcode.com/problems/next-permutation/
94+
92. https://leetcode.com/problems/first-missing-positive/
95+
93. https://leetcode.com/problems/maximum-subarray/
96+
94. https://leetcode.com/problems/merge-intervals/
97+
95. https://leetcode.com/problems/sort-colors/
98+
96. https://leetcode.com/problems/single-number/
99+
97. https://leetcode.com/problems/majority-element/
100+
98. https://leetcode.com/problems/rotate-array/
101+
99. https://leetcode.com/problems/product-of-array-except-self/
102+
100. https://leetcode.com/problems/find-the-duplicate-number/

0 commit comments

Comments
 (0)