|
| 1 | +# [Tech Interview Handbook](https://www.techinterviewhandbook.org/best-practice-questions/) |
| 2 | + |
| 3 | +## [Blind75](https://leetcode.com/problem-list/xi4ci4ig/) |
| 4 | + |
| 5 | +1. https://leetcode.com/problems/longest-consecutive-sequence/ |
| 6 | +2. https://leetcode.com/problems/two-sum/ |
| 7 | +3. https://leetcode.com/problems/longest-substring-without-repeating-characters/ |
| 8 | +4. https://leetcode.com/problems/longest-palindromic-substring/ |
| 9 | +5. https://leetcode.com/problems/clone-graph/ |
| 10 | +6. https://leetcode.com/problems/graph-valid-tree/ |
| 11 | +7. https://leetcode.com/problems/palindromic-substrings/ |
| 12 | +8. https://leetcode.com/problems/container-with-most-water/ |
| 13 | +9. https://leetcode.com/problems/word-break/ |
| 14 | +10. https://leetcode.com/problems/linked-list-cycle/ |
| 15 | +11. https://leetcode.com/problems/missing-number/ |
| 16 | +12. https://leetcode.com/problems/3sum/ |
| 17 | +13. https://leetcode.com/problems/reorder-list/ |
| 18 | +14. https://leetcode.com/problems/alien-dictionary/ |
| 19 | +15. https://leetcode.com/problems/encode-and-decode-strings/ |
| 20 | +16. https://leetcode.com/problems/remove-nth-node-from-end-of-list/ |
| 21 | +17. https://leetcode.com/problems/valid-parentheses/ |
| 22 | +18. https://leetcode.com/problems/merge-two-sorted-lists/ |
| 23 | +19. https://leetcode.com/problems/merge-k-sorted-lists/ |
| 24 | +20. https://leetcode.com/problems/maximum-product-subarray/ |
| 25 | +21. https://leetcode.com/problems/find-minimum-in-rotated-sorted-array/ |
| 26 | +22. https://leetcode.com/problems/search-in-rotated-sorted-array/ |
| 27 | +23. https://leetcode.com/problems/pacific-atlantic-water-flow/ |
| 28 | +24. https://leetcode.com/problems/combination-sum/ |
| 29 | +25. https://leetcode.com/problems/find-median-from-data-stream/ |
| 30 | +26. https://leetcode.com/problems/longest-repeating-character-replacement/ |
| 31 | +27. https://leetcode.com/problems/longest-increasing-subsequence/ |
| 32 | +28. https://leetcode.com/problems/rotate-image/ |
| 33 | +29. https://leetcode.com/problems/group-anagrams/ |
| 34 | +30. https://leetcode.com/problems/non-overlapping-intervals/ |
| 35 | +31. https://leetcode.com/problems/maximum-subarray/ |
| 36 | +32. https://leetcode.com/problems/spiral-matrix/ |
| 37 | +33. https://leetcode.com/problems/jump-game/ |
| 38 | +34. https://leetcode.com/problems/merge-intervals/ |
| 39 | +35. https://leetcode.com/problems/insert-interval/ |
| 40 | +36. https://leetcode.com/problems/subtree-of-another-tree/ |
| 41 | +37. https://leetcode.com/problems/unique-paths/ |
| 42 | +38. https://leetcode.com/problems/reverse-bits/ |
| 43 | +39. https://leetcode.com/problems/number-of-1-bits/ |
| 44 | +40. https://leetcode.com/problems/serialize-and-deserialize-bst/ |
| 45 | +41. https://leetcode.com/problems/coin-change/ |
| 46 | +42. https://leetcode.com/problems/number-of-connected-components-in-an-undirected-graph/ |
| 47 | +43. https://leetcode.com/problems/climbing-stairs/ |
| 48 | +44. https://leetcode.com/problems/house-robber/ |
| 49 | +45. https://leetcode.com/problems/number-of-islands/ |
| 50 | +46. https://leetcode.com/problems/set-matrix-zeroes/ |
| 51 | +47. https://leetcode.com/problems/minimum-window-substring/ |
| 52 | +48. https://leetcode.com/problems/reverse-linked-list/ |
| 53 | +49. https://leetcode.com/problems/word-search/ |
| 54 | +50. https://leetcode.com/problems/course-schedule/ |
| 55 | +51. https://leetcode.com/problems/implement-trie-prefix-tree/ |
| 56 | +52. https://leetcode.com/problems/counting-bits/ |
| 57 | +53. https://leetcode.com/problems/design-add-and-search-words-data-structure/ |
| 58 | +54. https://leetcode.com/problems/word-search-ii/ |
| 59 | +55. https://leetcode.com/problems/house-robber-ii/ |
| 60 | +56. https://leetcode.com/problems/contains-duplicate/ |
| 61 | +57. https://leetcode.com/problems/decode-ways/ |
| 62 | +58. https://leetcode.com/problems/top-k-frequent-elements/ |
| 63 | +59. https://leetcode.com/problems/meeting-rooms-ii/ |
| 64 | +60. https://leetcode.com/problems/validate-binary-search-tree/ |
| 65 | +61. https://leetcode.com/problems/invert-binary-tree/ |
| 66 | +62. https://leetcode.com/problems/same-tree/ |
| 67 | +63. https://leetcode.com/problems/longest-common-subsequence/ |
| 68 | +64. https://leetcode.com/problems/binary-tree-level-order-traversal/ |
| 69 | +65. https://leetcode.com/problems/kth-smallest-element-in-a-bst/ |
| 70 | +66. https://leetcode.com/problems/maximum-depth-of-binary-tree/ |
| 71 | +67. https://leetcode.com/problems/construct-binary-tree-from-preorder-and-inorder-traversal/ |
| 72 | +68. https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-tree/ |
| 73 | +69. https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree/ |
| 74 | +70. https://leetcode.com/problems/product-of-array-except-self/ |
| 75 | +71. https://leetcode.com/problems/valid-anagram/ |
| 76 | +72. https://leetcode.com/problems/sum-of-two-integers/ |
| 77 | +73. https://leetcode.com/problems/meeting-rooms/ |
| 78 | +74. https://leetcode.com/problems/best-time-to-buy-and-sell-stock/ |
| 79 | +75. https://leetcode.com/problems/binary-tree-maximum-path-sum/ |
| 80 | +76. https://leetcode.com/problems/valid-palindrome/ |
| 81 | + |
| 82 | +77. https://leetcode.com/problems/serialize-and-deserialize-binary-tree/ |
0 commit comments