LeetCode Problems Solved

Easy Problems (22)

  1. 191. Number of 1 Bits
  2. 20. Valid Parentheses
  3. 278. First Bad Version
  4. 125. Valid Palindrome
  5. 141. Linked List Cycle
  6. 110. Balanced Binary Tree
  7. 1. Two Sum
  8. 234. Palindrome Linked List
  9. 121. Best Time to Buy and Sell Stock
  10. 409. Longest Palindrome
  11. 704. Binary Search
  12. 383. Ransom Note
  13. 100. Same Tree
  14. 217. Contains Duplicate
  15. 242. Valid Anagram
  16. 169. Majority Element
  17. 104. Maximum Depth of Binary Tree
  18. 206. Reverse Linked List
  19. 226. Invert Binary Tree
  20. 876. Middle of the Linked List
  21. 219. Contains Duplicate II
  22. 643. Maximum Average Subarray I

Medium Problems (16)

  1. 54. Spiral Matrix
  2. 316. Remove Duplicate Letters
  3. 53. Maximum Subarray
  4. 235. Lowest Common Ancestor of a Binary Search Tree
  5. 238. Product of Array Except Self
  6. 739. Daily Temperatures
  7. 77. Combinations
  8. 22. Generate Parentheses
  9. 78. Subsets
  10. 973. K Closest Points to Origin
  11. 3. Longest Substring Without Repeating Characters
  12. 102. Binary Tree Level Order Traversal(*)
  13. 150. Evaluate Reverse Polish Notation
  14. 209. Minimum Size Subarray Sum(*)
  15. 187. Repeated DNA Sequences
  16. 424. Longest Repeating Character Replacement(*)

Total Problems Solved: 38