Advertisement
Guest User

Google Leetcode 30 days

a guest
May 11th, 2025
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. | Problem # | Title | Success Rate (%) | Difficulty |
  2. |-----------|-------------------------------------------|------------------|------------|
  3. | 1 | Two Sum | 55.5 | Easy |
  4. | 2667 | Create Hello World Function | 82.1 | Easy |
  5. | 1768 | Merge Strings Alternately | 82.2 | Easy |
  6. | 1757 | Recyclable and Low Fat Products | 89.3 | Easy |
  7. | 9 | Palindrome Number | 59.0 | Easy |
  8. | 42 | Trapping Rain Water | 64.8 | Hard |
  9. | 4 | Median of Two Sorted Arrays | 43.5 | Hard |
  10. | 3 | Longest Substring Without Repeating Chars | 36.7 | Medium |
  11. | 15 | 3Sum | 36.8 | Medium |
  12. | 88 | Merge Sorted Array | 52.7 | Easy |
  13. | 2 | Add Two Numbers | 45.9 | Medium |
  14. | 14 | Longest Common Prefix | 45.3 | Easy |
  15. | 70 | Climbing Stairs | 53.5 | Easy |
  16. | 53 | Maximum Subarray | 52.0 | Medium |
  17. | 11 | Container With Most Water | 57.6 | Medium |
  18. | 169 | Majority Element | 65.7 | Easy |
  19. | 20 | Valid Parentheses | 42.2 | Easy |
  20. | 200 | Number of Islands | 62.1 | Medium |
  21. | 2235 | Add Two Integers | 88.2 | Easy |
  22. | 48 | Rotate Image | 77.6 | Medium |
  23. | 283 | Move Zeroes | 62.7 | Easy |
  24. | 22 | Generate Parentheses | 76.9 | Medium |
  25. | 21 | Merge Two Sorted Lists | 66.6 | Easy |
  26. | 26 | Remove Duplicates from Sorted Array | 60.0 | Easy |
  27. | 13 | Roman to Integer | 64.6 | Easy |
  28. | 50 | Pow(x, n) | 36.9 | Medium |
  29. | 27 | Remove Element | 59.8 | Easy |
  30. | 84 | Largest Rectangle in Histogram | 47.1 | Hard |
  31. | 198 | House Robber | 52.2 | Medium |
  32. | 66 | Plus One | 47.4 | Easy |
  33. | 146 | LRU Cache | 44.9 | Medium |
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement