Skip to content

Latest commit

 

History

History
173 lines (171 loc) · 9.56 KB

grind169.md

File metadata and controls

173 lines (171 loc) · 9.56 KB
  1. https://leetcode.com/problems/two-sum/
  2. https://leetcode.com/problems/valid-parentheses/
  3. https://leetcode.com/problems/merge-two-sorted-lists/
  4. https://leetcode.com/problems/best-time-to-buy-and-sell-stock/
  5. https://leetcode.com/problems/valid-palindrome/
  6. https://leetcode.com/problems/invert-binary-tree/
  7. https://leetcode.com/problems/valid-anagram/
  8. https://leetcode.com/problems/binary-search/
  9. https://leetcode.com/problems/flood-fill/
  10. https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-tree/
  11. https://leetcode.com/problems/balanced-binary-tree/
  12. https://leetcode.com/problems/linked-list-cycle/
  13. https://leetcode.com/problems/implement-queue-using-stacks/
  14. https://leetcode.com/problems/first-bad-version/
  15. https://leetcode.com/problems/ransom-note/
  16. https://leetcode.com/problems/climbing-stairs/
  17. https://leetcode.com/problems/longest-palindrome/
  18. https://leetcode.com/problems/reverse-linked-list/
  19. https://leetcode.com/problems/majority-element/
  20. https://leetcode.com/problems/add-binary/
  21. https://leetcode.com/problems/diameter-of-binary-tree/
  22. https://leetcode.com/problems/middle-of-the-linked-list/
  23. https://leetcode.com/problems/maximum-depth-of-binary-tree/
  24. https://leetcode.com/problems/contains-duplicate/
  25. https://www.lintcode.com/problem/meeting-rooms/
  26. https://leetcode.com/problems/roman-to-integer/
  27. https://leetcode.com/problems/backspace-string-compare/
  28. https://leetcode.com/problems/counting-bits/
  29. https://leetcode.com/problems/same-tree/
  30. https://leetcode.com/problems/number-of-1-bits/
  31. https://leetcode.com/problems/longest-common-prefix/
  32. https://leetcode.com/problems/single-number/
  33. https://leetcode.com/problems/palindrome-linked-list/
  34. https://leetcode.com/problems/move-zeroes/
  35. https://leetcode.com/problems/symmetric-tree/
  36. https://leetcode.com/problems/missing-number/
  37. https://leetcode.com/problems/palindrome-number/
  38. https://leetcode.com/problems/convert-sorted-array-to-binary-search-tree/
  39. https://leetcode.com/problems/reverse-bits/
  40. https://leetcode.com/problems/subtree-of-another-tree/
  41. https://leetcode.com/problems/squares-of-a-sorted-array/
  42. https://leetcode.com/problems/maximum-subarray/
  43. https://leetcode.com/problems/insert-interval/
  44. https://leetcode.com/problems/01-matrix/
  45. https://leetcode.com/problems/k-closest-points-to-origin/
  46. https://leetcode.com/problems/longest-substring-without-repeating-characters/
  47. https://leetcode.com/problems/3sum/
  48. https://leetcode.com/problems/binary-tree-level-order-traversal/
  49. https://leetcode.com/problems/clone-graph/
  50. https://leetcode.com/problems/evaluate-reverse-polish-notation/
  51. https://leetcode.com/problems/course-schedule/
  52. https://leetcode.com/problems/implement-trie-prefix-tree/
  53. https://leetcode.com/problems/coin-change/
  54. https://leetcode.com/problems/product-of-array-except-self/
  55. https://leetcode.com/problems/min-stack/
  56. https://leetcode.com/problems/validate-binary-search-tree/
  57. https://leetcode.com/problems/number-of-islands/
  58. https://leetcode.com/problems/rotting-oranges/
  59. https://leetcode.com/problems/search-in-rotated-sorted-array/
  60. https://leetcode.com/problems/combination-sum/
  61. https://leetcode.com/problems/permutations/
  62. https://leetcode.com/problems/merge-intervals/
  63. https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree/
  64. https://leetcode.com/problems/time-based-key-value-store/
  65. https://leetcode.com/problems/accounts-merge/
  66. https://leetcode.com/problems/sort-colors/
  67. https://leetcode.com/problems/word-break/
  68. https://leetcode.com/problems/partition-equal-subset-sum/
  69. https://leetcode.com/problems/string-to-integer-atoi/
  70. https://leetcode.com/problems/spiral-matrix/
  71. https://leetcode.com/problems/subsets/
  72. https://leetcode.com/problems/binary-tree-right-side-view/
  73. https://leetcode.com/problems/longest-palindromic-substring/
  74. https://leetcode.com/problems/unique-paths/
  75. https://leetcode.com/problems/construct-binary-tree-from-preorder-and-inorder-traversal/
  76. https://leetcode.com/problems/container-with-most-water/
  77. https://leetcode.com/problems/letter-combinations-of-a-phone-number/
  78. https://leetcode.com/problems/word-search/
  79. https://leetcode.com/problems/find-all-anagrams-in-a-string/
  80. https://leetcode.com/problems/minimum-height-trees/
  81. https://leetcode.com/problems/task-scheduler/
  82. https://leetcode.com/problems/lru-cache/
  83. https://leetcode.com/problems/kth-smallest-element-in-a-bst/
  84. https://leetcode.com/problems/daily-temperatures/
  85. https://leetcode.com/problems/house-robber/
  86. https://leetcode.com/problems/gas-station/
  87. https://leetcode.com/problems/next-permutation/
  88. https://leetcode.com/problems/valid-sudoku/
  89. https://leetcode.com/problems/group-anagrams/
  90. https://leetcode.com/problems/maximum-product-subarray/
  91. https://leetcode.com/problems/design-add-and-search-words-data-structure/
  92. https://leetcode.com/problems/pacific-atlantic-water-flow/
  93. https://leetcode.com/problems/remove-nth-node-from-end-of-list/
  94. https://leetcode.com/problems/shortest-path-to-get-food/
  95. https://leetcode.com/problems/find-the-duplicate-number/
  96. https://leetcode.com/problems/top-k-frequent-words/
  97. https://leetcode.com/problems/longest-increasing-subsequence/
  98. https://www.lintcode.com/problem/graph-valid-tree/
  99. https://leetcode.com/problems/course-schedule-ii/
  100. https://leetcode.com/problems/swap-nodes-in-pairs/
  101. https://leetcode.com/problems/path-sum-ii/
  102. https://leetcode.com/problems/longest-consecutive-sequence/
  103. https://leetcode.com/problems/rotate-array/
  104. https://leetcode.com/problems/odd-even-linked-list/
  105. https://leetcode.com/problems/decode-string/
  106. https://leetcode.com/problems/contiguous-array/
  107. https://leetcode.com/problems/maximum-width-of-binary-tree/
  108. https://leetcode.com/problems/find-k-closest-elements/
  109. https://leetcode.com/problems/longest-repeating-character-replacement/
  110. https://leetcode.com/problems/inorder-successor-in-bst/
  111. https://leetcode.com/problems/jump-game/
  112. https://leetcode.com/problems/add-two-numbers/
  113. https://leetcode.com/problems/generate-parentheses/
  114. https://leetcode.com/problems/sort-list/
  115. https://leetcode.com/problems/number-of-connected-components-in-an-undirected-graph/
  116. https://leetcode.com/problems/minimum-knight-moves/
  117. https://leetcode.com/problems/subarray-sum-equals-k/
  118. https://leetcode.com/problems/asteroid-collision/
  119. https://leetcode.com/problems/random-pick-with-weight/
  120. https://leetcode.com/problems/kth-largest-element-in-an-array/
  121. https://leetcode.com/problems/maximal-square/
  122. https://leetcode.com/problems/rotate-image/
  123. https://leetcode.com/problems/binary-tree-zigzag-level-order-traversal/
  124. https://leetcode.com/problems/design-hit-counter/
  125. https://leetcode.com/problems/path-sum-iii/
  126. https://leetcode.com/problems/powx-n/
  127. https://leetcode.com/problems/search-a-2d-matrix/
  128. https://leetcode.com/problems/largest-number/
  129. https://leetcode.com/problems/decode-ways/
  130. https://www.lintcode.com/problem/meeting-rooms-ii/
  131. https://leetcode.com/problems/reverse-integer/
  132. https://leetcode.com/problems/set-matrix-zeroes/
  133. https://leetcode.com/problems/reorder-list/
  134. https://leetcode.com/problems/encode-and-decode-strings/
  135. https://leetcode.com/problems/cheapest-flights-within-k-stops/
  136. https://leetcode.com/problems/all-nodes-distance-k-in-binary-tree/
  137. https://leetcode.com/problems/3sum-closest/
  138. https://leetcode.com/problems/rotate-list/
  139. https://leetcode.com/problems/find-minimum-in-rotated-sorted-array/
  140. https://leetcode.com/problems/basic-calculator-ii/
  141. https://leetcode.com/problems/combination-sum-iv/
  142. https://leetcode.com/problems/insert-delete-getrandom-o1/
  143. https://leetcode.com/problems/non-overlapping-intervals/
  144. https://leetcode.com/problems/minimum-window-substring/
  145. https://leetcode.com/problems/serialize-and-deserialize-binary-tree/
  146. https://leetcode.com/problems/trapping-rain-water/
  147. https://leetcode.com/problems/find-median-from-data-stream/
  148. https://leetcode.com/problems/word-ladder/
  149. https://leetcode.com/problems/basic-calculator/
  150. https://leetcode.com/problems/maximum-profit-in-job-scheduling/
  151. https://leetcode.com/problems/merge-k-sorted-lists/
  152. https://leetcode.com/problems/largest-rectangle-in-histogram/
  153. https://leetcode.com/problems/binary-tree-maximum-path-sum/
  154. https://leetcode.com/problems/maximum-frequency-stack/
  155. https://leetcode.com/problems/median-of-two-sorted-arrays/
  156. https://leetcode.com/problems/longest-increasing-path-in-a-matrix/
  157. https://leetcode.com/problems/longest-valid-parentheses/
  158. https://leetcode.com/problems/design-in-memory-file-system/
  159. https://leetcode.com/problems/employee-free-time/
  160. https://leetcode.com/problems/word-search-ii/
  161. https://leetcode.com/problems/alien-dictionary/
  162. https://leetcode.com/problems/bus-routes/
  163. https://leetcode.com/problems/sliding-window-maximum/
  164. https://leetcode.com/problems/palindrome-pairs/
  165. https://leetcode.com/problems/reverse-nodes-in-k-group/
  166. https://leetcode.com/problems/sudoku-solver/
  167. https://leetcode.com/problems/first-missing-positive/
  168. https://leetcode.com/problems/n-queens/
  169. https://leetcode.com/problems/smallest-range-covering-elements-from-k-lists/