Skip to content

Latest commit

 

History

History
154 lines (152 loc) · 8.46 KB

neetcode150.md

File metadata and controls

154 lines (152 loc) · 8.46 KB
  1. https://leetcode.com/problems/two-sum/
  2. https://leetcode.com/problems/add-two-numbers/
  3. https://leetcode.com/problems/longest-substring-without-repeating-characters/
  4. https://leetcode.com/problems/median-of-two-sorted-arrays/
  5. https://leetcode.com/problems/longest-palindromic-substring/
  6. https://leetcode.com/problems/coin-change-ii/
  7. https://leetcode.com/problems/reverse-integer/
  8. https://leetcode.com/problems/count-good-nodes-in-binary-tree/
  9. https://leetcode.com/problems/regular-expression-matching/
  10. https://leetcode.com/problems/container-with-most-water/
  11. https://leetcode.com/problems/rotting-oranges/
  12. https://leetcode.com/problems/3sum/
  13. https://leetcode.com/problems/letter-combinations-of-a-phone-number/
  14. https://leetcode.com/problems/remove-nth-node-from-end-of-list/
  15. https://leetcode.com/problems/valid-parentheses/
  16. https://leetcode.com/problems/merge-two-sorted-lists/
  17. https://leetcode.com/problems/generate-parentheses/
  18. https://leetcode.com/problems/merge-k-sorted-lists/
  19. https://leetcode.com/problems/reverse-nodes-in-k-group/
  20. https://leetcode.com/problems/diameter-of-binary-tree/
  21. https://leetcode.com/problems/search-in-rotated-sorted-array/
  22. https://leetcode.com/problems/valid-sudoku/
  23. https://leetcode.com/problems/combination-sum/
  24. https://leetcode.com/problems/combination-sum-ii/
  25. https://leetcode.com/problems/trapping-rain-water/
  26. https://leetcode.com/problems/multiply-strings/
  27. https://leetcode.com/problems/jump-game-ii/
  28. https://leetcode.com/problems/permutations/
  29. https://leetcode.com/problems/rotate-image/
  30. https://leetcode.com/problems/group-anagrams/
  31. https://leetcode.com/problems/powx-n/
  32. https://leetcode.com/problems/n-queens/
  33. https://leetcode.com/problems/maximum-subarray/
  34. https://leetcode.com/problems/spiral-matrix/
  35. https://leetcode.com/problems/jump-game/
  36. https://leetcode.com/problems/merge-intervals/
  37. https://leetcode.com/problems/insert-interval/
  38. https://leetcode.com/problems/permutation-in-string/
  39. https://leetcode.com/problems/subtree-of-another-tree/
  40. https://leetcode.com/problems/unique-paths/
  41. https://leetcode.com/problems/plus-one/
  42. https://leetcode.com/problems/climbing-stairs/
  43. https://leetcode.com/problems/edit-distance/
  44. https://leetcode.com/problems/set-matrix-zeroes/
  45. https://leetcode.com/problems/search-a-2d-matrix/
  46. https://leetcode.com/problems/minimum-window-substring/
  47. https://leetcode.com/problems/subsets/
  48. https://leetcode.com/problems/word-search/
  49. https://leetcode.com/problems/largest-rectangle-in-histogram/
  50. https://leetcode.com/problems/subsets-ii/
  51. https://leetcode.com/problems/decode-ways/
  52. https://leetcode.com/problems/detect-squares/
  53. https://leetcode.com/problems/interleaving-string/
  54. https://leetcode.com/problems/validate-binary-search-tree/
  55. https://leetcode.com/problems/same-tree/
  56. https://leetcode.com/problems/binary-tree-level-order-traversal/
  57. https://leetcode.com/problems/last-stone-weight/
  58. https://leetcode.com/problems/maximum-depth-of-binary-tree/
  59. https://leetcode.com/problems/construct-binary-tree-from-preorder-and-inorder-traversal/
  60. https://leetcode.com/problems/task-scheduler/
  61. https://leetcode.com/problems/balanced-binary-tree/
  62. https://leetcode.com/problems/distinct-subsequences/
  63. https://leetcode.com/problems/best-time-to-buy-and-sell-stock/
  64. https://leetcode.com/problems/binary-tree-maximum-path-sum/
  65. https://leetcode.com/problems/valid-palindrome/
  66. https://leetcode.com/problems/word-ladder/
  67. https://leetcode.com/problems/longest-consecutive-sequence/
  68. https://leetcode.com/problems/surrounded-regions/
  69. https://leetcode.com/problems/palindrome-partitioning/
  70. https://leetcode.com/problems/clone-graph/
  71. https://leetcode.com/problems/gas-station/
  72. https://leetcode.com/problems/palindromic-substrings/
  73. https://leetcode.com/problems/single-number/
  74. https://leetcode.com/problems/copy-list-with-random-pointer/
  75. https://leetcode.com/problems/word-break/
  76. https://leetcode.com/problems/linked-list-cycle/
  77. https://leetcode.com/problems/reorder-list/
  78. https://leetcode.com/problems/lru-cache/
  79. https://leetcode.com/problems/evaluate-reverse-polish-notation/
  80. https://leetcode.com/problems/maximum-product-subarray/
  81. https://leetcode.com/problems/find-minimum-in-rotated-sorted-array/
  82. https://leetcode.com/problems/min-stack/
  83. https://leetcode.com/problems/valid-parenthesis-string/
  84. https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/
  85. https://leetcode.com/problems/min-cost-to-connect-all-points/
  86. https://leetcode.com/problems/redundant-connection/
  87. https://leetcode.com/problems/max-area-of-island/
  88. https://leetcode.com/problems/reverse-bits/
  89. https://leetcode.com/problems/number-of-1-bits/
  90. https://leetcode.com/problems/house-robber/
  91. https://leetcode.com/problems/binary-tree-right-side-view/
  92. https://leetcode.com/problems/number-of-islands/
  93. https://leetcode.com/problems/happy-number/
  94. https://leetcode.com/problems/reverse-linked-list/
  95. https://leetcode.com/problems/course-schedule/
  96. https://leetcode.com/problems/implement-trie-prefix-tree/
  97. https://leetcode.com/problems/course-schedule-ii/
  98. https://leetcode.com/problems/design-add-and-search-words-data-structure/
  99. https://leetcode.com/problems/word-search-ii/
  100. https://leetcode.com/problems/house-robber-ii/
  101. https://leetcode.com/problems/kth-largest-element-in-an-array/
  102. https://leetcode.com/problems/contains-duplicate/
  103. https://leetcode.com/problems/invert-binary-tree/
  104. https://leetcode.com/problems/daily-temperatures/
  105. https://leetcode.com/problems/longest-common-subsequence/
  106. https://leetcode.com/problems/kth-smallest-element-in-a-bst/
  107. https://leetcode.com/problems/network-delay-time/
  108. https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-tree/
  109. https://leetcode.com/problems/min-cost-climbing-stairs/
  110. https://leetcode.com/problems/product-of-array-except-self/
  111. https://leetcode.com/problems/sliding-window-maximum/
  112. https://leetcode.com/problems/valid-anagram/
  113. https://www.lintcode.com/problem/meeting-rooms/
  114. https://www.lintcode.com/problem/meeting-rooms-ii/
  115. https://leetcode.com/problems/partition-labels/
  116. https://www.lintcode.com/problem/graph-valid-tree/
  117. https://leetcode.com/problems/missing-number/
  118. https://leetcode.com/problems/alien-dictionary/
  119. https://www.lintcode.com/problem/encode-and-decode-strings/
  120. https://leetcode.com/problems/kth-largest-element-in-a-stream/
  121. https://leetcode.com/problems/binary-search/
  122. https://leetcode.com/problems/swim-in-rising-water/
  123. https://leetcode.com/problems/walls-and-gates/
  124. https://leetcode.com/problems/find-the-duplicate-number/
  125. https://leetcode.com/problems/cheapest-flights-within-k-stops/
  126. https://leetcode.com/problems/find-median-from-data-stream/
  127. https://leetcode.com/problems/serialize-and-deserialize-binary-tree/
  128. https://leetcode.com/problems/longest-increasing-subsequence/
  129. https://leetcode.com/problems/best-time-to-buy-and-sell-stock-with-cooldown/
  130. https://leetcode.com/problems/burst-balloons/
  131. https://leetcode.com/problems/coin-change/
  132. https://leetcode.com/problems/number-of-connected-components-in-an-undirected-graph/
  133. https://leetcode.com/problems/longest-increasing-path-in-a-matrix/
  134. https://leetcode.com/problems/reconstruct-itinerary/
  135. https://leetcode.com/problems/counting-bits/
  136. https://leetcode.com/problems/top-k-frequent-elements/
  137. https://leetcode.com/problems/design-twitter/
  138. https://leetcode.com/problems/hand-of-straights/
  139. https://leetcode.com/problems/sum-of-two-integers/
  140. https://leetcode.com/problems/car-fleet/
  141. https://leetcode.com/problems/koko-eating-bananas/
  142. https://leetcode.com/problems/partition-equal-subset-sum/
  143. https://leetcode.com/problems/pacific-atlantic-water-flow/
  144. https://leetcode.com/problems/longest-repeating-character-replacement/
  145. https://leetcode.com/problems/non-overlapping-intervals/
  146. https://leetcode.com/problems/minimum-interval-to-include-each-query/
  147. https://leetcode.com/problems/merge-triplets-to-form-target-triplet/
  148. https://leetcode.com/problems/target-sum/
  149. https://leetcode.com/problems/k-closest-points-to-origin/
  150. https://leetcode.com/problems/time-based-key-value-store/