| 4. Median of Two Sorted Arrays | Solution | Solve | Hard | - | |
| 5. Longest Palindromic Substring | Solution | Solve | Medium | - | |
| 9. Palindrome Number | Solution | Solve | Easy | - | |
| 17. Letter Combinations of a Phone Number | Solution | Solve | Medium | - | |
| 22. Generate Parentheses | Solution | Solve | Medium | - | |
| 23. Merge k Sorted Lists | Solution | Solve | Hard | - | |
| 33. Search in Rotated Sorted Array | Solution | Solve | Medium | - | |
| 34. Find First and Last Position of Element in Sorted Array | Solution | Solve | Medium | - | |
| 35. Search Insert Position | Solution | Solve | Easy | - | |
| 39. Combination Sum | Solution | Solve | Medium | - | |
| 46. Permutations | Solution | Solve | Medium | - | |
| 50. Pow(x, n) | Solution | Solve | Medium | - | |
| 52. N-Queens II | Solution | Solve | Hard | - | |
| 53. Maximum Subarray | Solution | Solve | Medium | - | |
| 63. Unique Paths II | Solution | Solve | Medium | - | |
| 64. Minimum Path Sum | Solution | Solve | Medium | - | |
| 66. Plus One | Solution | Solve | Easy | - | |
| 67. Add Binary | Solution | Solve | Easy | - | |
| 69. Sqrt(x) | Solution | Solve | Easy | - | |
| 70. Climbing Stairs | Solution | Solve | Easy | - | |
| 72. Edit Distance | Solution | Solve | Medium | - | |
| 74. Search a 2D Matrix | Solution | Solve | Medium | - | |
| 77. Combinations | Solution | Solve | Medium | - | |
| 79. Word Search | Solution | Solve | Medium | - | |
| 97. Interleaving String | Solution | Solve | Medium | - | |
| 98. Validate Binary Search Tree | Solution | Solve | Medium | - | |
| 103. Binary Tree Zigzag Level Order Traversal | Solution | Solve | Medium | - | |
| 108. Convert Sorted Array to Binary Search Tree | Solution | Solve | Easy | - | |
| 120. Triangle | Solution | Solve | Medium | - | |
| 123. Best Time to Buy and Sell Stock III | Solution | Solve | Hard | - | |
| 127. Word Ladder | Solution | Solve | Hard | - | |
| 130. Surrounded Regions | Solution | Solve | Medium | - | |
| 133. Clone Graph | Solution | Solve | Medium | - | |
| 136. Single Number | Solution | Solve | Easy | - | |
| 137. Single Number II | Solution | Solve | Medium | - | |
| 139. Word Break | Solution | Solve | Medium | - | |
| 148. Sort List | Solution | Solve | Medium | - | |
| 149. Max Points on a Line | Solution | Solve | Hard | - | |
| 153. Find Minimum in Rotated Sorted Array | Solution | Solve | Medium | - | |
| 162. Find Peak Element | Solution | Solve | Medium | - | |
| 172. Factorial Trailing Zeroes | Solution | Solve | Medium | - | |
| 188. Best Time to Buy and Sell Stock IV | Solution | Solve | Hard | - | |
| 190. Reverse Bits | Solution | Solve | Easy | - | |
| 191. Number of 1 Bits | Solution | Solve | Easy | - | |
| 198. House Robber | Solution | Solve | Medium | - | |
| 200. Number of Islands | Solution | Solve | Medium | - | |
| 201. Bitwise AND of Numbers Range | Solution | Solve | Medium | - | |
| 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 | - | |
| 215. Kth Largest Element in an Array | Solution | Solve | Medium | - | |
| 221. Maximal Square | Solution | Solve | Medium | - | |
| 230. Kth Smallest Element in a BST | Solution | Solve | Medium | - | |
| 295. Find Median from Data Stream | Solution | Solve | Hard | - | |
| 300. Longest Increasing Subsequence | Solution | Solve | Medium | - | |
| 322. Coin Change | Solution | Solve | Medium | - | |
| 373. Find K Pairs with Smallest Sums | Solution | Solve | Medium | - | |
| 399. Evaluate Division | Solution | Solve | Medium | - | |
| 427. Construct Quad Tree | Solution | Solve | Medium | - | |
| 433. Minimum Genetic Mutation | Solution | Solve | Medium | - | |
| 502. IPO | Solution | Solve | Hard | - | |
| 530. Minimum Absolute Difference in BST | Solution | Solve | Easy | - | |
| 909. Snakes and Ladders | Solution | Solve | Medium | - | |
| 918. Maximum Sum Circular Subarray | 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 | - | |
| 6. Zigzag Conversion | Solution | Solve | Medium | - | |
| 11. Container With Most Water | Solution | Solve | Medium | - | |
| 12. Integer to Roman | Solution | Solve | Medium | - | |
| 13. Roman to Integer | Solution | Solve | Easy | - | |
| 14. Longest Common Prefix | Solution | Solve | Easy | - | |
| 15. 3Sum | 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 | - | |
| 25. Reverse Nodes in k-Group | Solution | Solve | Hard | - | |
| 26. Remove Duplicates from Sorted Array | Solution | Solve | Easy | - | |
| 27. Remove Element | Solution | Solve | Easy | - | |
| 28. Find the Index of the First Occurrence in a String | Solution | Solve | Easy | - | |
| 30. Substring with Concatenation of All Words | Solution | Solve | Hard | - | |
| 36. Valid Sudoku | Solution | Solve | Medium | - | |
| 42. Trapping Rain Water | Solution | Solve | Hard | - | |
| 45. Jump Game II | Solution | Solve | Medium | - | |
| 48. Rotate Image | Solution | Solve | Medium | - | |
| 49. Group Anagrams | Solution | Solve | Medium | - | |
| 54. Spiral Matrix | Solution | Solve | Medium | - | |
| 55. Jump Game | Solution | Solve | Medium | - | |
| 56. Merge Intervals | Solution | Solve | Medium | - | |
| 57. Insert Interval | Solution | Solve | Medium | - | |
| 58. Length of Last Word | Solution | Solve | Easy | - | |
| 61. Rotate List | Solution | Solve | Medium | - | |
| 68. Text Justification | Solution | Solve | Hard | - | |
| 71. Simplify Path | Solution | Solve | Medium | - | |
| 73. Set Matrix Zeroes | Solution | Solve | Medium | - | |
| 76. Minimum Window Substring | Solution | Solve | Hard | - | |
| 80. Remove Duplicates from Sorted Array II | Solution | Solve | Medium | - | |
| 82. Remove Duplicates from Sorted List II | Solution | Solve | Medium | - | |