| 7. Reverse Integer | Solution | Solve | Medium | - | |
| 43. Multiply Strings | Solution | Solve | Medium | - | |
| 48. Rotate Image | Solution | Solve | Medium | - | |
| 50. Pow(x, n) | Solution | Solve | Medium | - | |
| 54. Spiral Matrix | Solution | Solve | Medium | - | |
| 56. Merge Intervals | Solution | Solve | Medium | - | |
| 57. Insert Interval | Solution | Solve | Medium | - | |
| 66. Plus One | Solution | Solve | Easy | - | |
| 73. Set Matrix Zeroes | Solution | Solve | Medium | - | |
| 136. Single Number | Solution | Solve | Easy | - | |
| 190. Reverse Bits | Solution | Solve | Easy | - | |
| 191. Number of 1 Bits | Solution | Solve | Easy | - | |
| 202. Happy Number | Solution | Solve | Easy | - | |
| 252. Meeting Rooms | Solution | Solve | Easy | - | |
| 253. Meeting Rooms II | Solution | Solve | Medium | - | |
| 268. Missing Number | Solution | Solve | Easy | - | |
| 338. Counting Bits | Solution | Solve | Easy | - | |
| 371. Sum of Two Integers | Solution | Solve | Medium | - | |
| 435. Non-overlapping Intervals | Solution | Solve | Medium | - | |
| 678. Valid Parenthesis String | Solution | Solve | Medium | - | |
| 763. Partition Labels | Solution | Solve | Medium | - | |
| 1851. Minimum Interval to Include Each Query | Solution | Solve | Hard | - | |
| 1899. Merge Triplets to Form Target Triplet | Solution | Solve | Medium | - | |
| 2013. Detect Squares | Solution | Solve | Medium | - | |
| 1. Two Sum | Solution | Solve | Easy | - | |
| 2. Add Two Numbers | Solution | Solve | Medium | - | |
| 3. Longest Substring Without Repeating Characters | Solution | Solve | Medium | - | |
| 4. Median of Two Sorted Arrays | Solution | Solve | Hard | - | |
| 5. Longest Palindromic Substring | Solution | Solve | Medium | - | |
| 10. Regular Expression Matching | Solution | Solve | Hard | - | |
| 11. Container With Most Water | Solution | Solve | Medium | - | |
| 15. 3Sum | Solution | Solve | Medium | - | |
| 17. Letter Combinations of a Phone Number | Solution | Solve | Medium | - | |
| 19. Remove Nth Node From End of List | Solution | Solve | Medium | - | |
| 20. Valid Parentheses | Solution | Solve | Easy | - | |
| 21. Merge Two Sorted Lists | Solution | Solve | Easy | - | |
| 22. Generate Parentheses | Solution | Solve | Medium | - | |
| 23. Merge k Sorted Lists | Solution | Solve | Hard | - | |
| 25. Reverse Nodes in k-Group | Solution | Solve | Hard | - | |
| 33. Search in Rotated Sorted Array | Solution | Solve | Medium | - | |
| 36. Valid Sudoku | Solution | Solve | Medium | - | |
| 39. Combination Sum | Solution | Solve | Medium | - | |
| 40. Combination Sum II | Solution | Solve | Medium | - | |
| 42. Trapping Rain Water | Solution | Solve | Hard | - | |
| 45. Jump Game II | Solution | Solve | Medium | - | |
| 46. Permutations | Solution | Solve | Medium | - | |
| 49. Group Anagrams | Solution | Solve | Medium | - | |
| 51. N-Queens | Solution | Solve | Hard | - | |
| 53. Maximum Subarray | Solution | Solve | Medium | - | |
| 55. Jump Game | Solution | Solve | Medium | - | |
| 62. Unique Paths | Solution | Solve | Medium | - | |
| 70. Climbing Stairs | Solution | Solve | Easy | - | |
| 72. Edit Distance | Solution | Solve | Medium | - | |
| 74. Search a 2D Matrix | Solution | Solve | Medium | - | |
| 76. Minimum Window Substring | Solution | Solve | Hard | - | |
| 78. Subsets | Solution | Solve | Medium | - | |
| 79. Word Search | Solution | Solve | Medium | - | |
| 84. Largest Rectangle in Histogram | Solution | Solve | Hard | - | |
| 90. Subsets II | Solution | Solve | Medium | - | |
| 91. Decode Ways | Solution | Solve | Medium | - | |
| 97. Interleaving String | Solution | Solve | Medium | - | |
| 98. Validate Binary Search Tree | Solution | Solve | Medium | - | |
| 100. Same Tree | Solution | Solve | Easy | - | |
| 102. Binary Tree Level Order Traversal | Solution | Solve | Medium | - | |
| 104. Maximum Depth of Binary Tree | Solution | Solve | Easy | - | |
| 105. Construct Binary Tree from Preorder and Inorder Traversal | Solution | Solve | Medium | - | |
| 110. Balanced Binary Tree | Solution | Solve | Easy | - | |
| 115. Distinct Subsequences | Solution | Solve | Hard | - | |
| 121. Best Time to Buy and Sell Stock | Solution | Solve | Easy | - | |
| 124. Binary Tree Maximum Path Sum | Solution | Solve | Hard | - | |
| 125. Valid Palindrome | Solution | Solve | Easy | - | |
| 127. Word Ladder | Solution | Solve | Hard | - | |
| 128. Longest Consecutive Sequence | Solution | Solve | Medium | - | |
| 130. Surrounded Regions | Solution | Solve | Medium | - | |
| 131. Palindrome Partitioning | Solution | Solve | Medium | - | |
| 133. Clone Graph | Solution | Solve | Medium | - | |
| 134. Gas Station | Solution | Solve | Medium | - | |
| 138. Copy List with Random Pointer | Solution | Solve | Medium | - | |
| 139. Word Break | Solution | Solve | Medium | - | |
| 141. Linked List Cycle | Solution | Solve | Easy | - | |
| 143. Reorder List | Solution | Solve | Medium | - | |
| 146. LRU Cache | Solution | Solve | Medium | - | |
| 150. Evaluate Reverse Polish Notation | Solution | Solve | Medium | - | |
| 152. Maximum Product Subarray | Solution | Solve | Medium | - | |
| 153. Find Minimum in Rotated Sorted Array | Solution | Solve | Medium | - | |
| 155. Min Stack | Solution | Solve | Medium | - | |
| 167. Two Sum II - Input Array Is Sorted | Solution | Solve | Medium | - | |
| 198. House Robber | Solution | Solve | Medium | - | |
| 199. Binary Tree Right Side View | Solution | Solve | Medium | - | |
| 200. Number of Islands | Solution | Solve | Medium | - | |
| 206. Reverse Linked List | Solution | Solve | Easy | - | |
| 207. Course Schedule | Solution | Solve | Medium | - | |
| 208. Implement Trie (Prefix Tree) | Solution | Solve | Medium | - | |
| 210. Course Schedule II | Solution | Solve | Medium | - | |
| 211. Design Add and Search Words Data Structure | Solution | Solve | Medium | - | |
| 212. Word Search II | Solution | Solve | Hard | - | |
| 213. House Robber II | Solution | Solve | Medium | - | |
| 215. Kth Largest Element in an Array | Solution | Solve | Medium | - | |
| 217. Contains Duplicate | Solution | Solve | Easy | - | |
| 226. Invert Binary Tree | Solution | Solve | Easy | - | |