| 1 | https://leetcode.com/problems/two-sum | Two Sum | Easy | 57.1% | 62.5% |
| 991 | https://leetcode.com/problems/broken-calculator | Broken Calculator | Medium | 55.9% | 100.0% |
| 1003 | https://leetcode.com/problems/check-if-word-is-valid-after-substitutions | Check If Word Is Valid After Substitutions | Medium | 61.0% | 100.0% |
| 41 | https://leetcode.com/problems/first-missing-positive | First Missing Positive | Hard | 42.4% | 50.0% |
| 45 | https://leetcode.com/problems/jump-game-ii | Jump Game II | Medium | 42.5% | 50.0% |
| 49 | https://leetcode.com/problems/group-anagrams | Group Anagrams | Medium | 72.2% | 75.0% |
| 2895 | https://leetcode.com/problems/minimum-processing-time | Minimum Processing Time | Medium | 70.2% | 100.0% |
| 1052 | https://leetcode.com/problems/grumpy-bookstore-owner | Grumpy Bookstore Owner | Medium | 64.0% | 100.0% |
| 146 | https://leetcode.com/problems/lru-cache | LRU Cache | Medium | 46.8% | 87.5% |
| 239 | https://leetcode.com/problems/sliding-window-maximum | Sliding Window Maximum | Hard | 48.4% | 87.5% |
| 1156 | https://leetcode.com/problems/swap-for-longest-repeated-character-substring | Swap For Longest Repeated Character Substring | Medium | 44.2% | 100.0% |
| 1157 | https://leetcode.com/problems/online-majority-element-in-subarray | Online Majority Element In Subarray | Hard | 40.1% | 100.0% |
| 417 | https://leetcode.com/problems/pacific-atlantic-water-flow | Pacific Atlantic Water Flow | Medium | 60.6% | 50.0% |
| 2428 | https://leetcode.com/problems/maximum-sum-of-an-hourglass | Maximum Sum of an Hourglass | Medium | 76.4% | 100.0% |
| 545 | https://leetcode.com/problems/boundary-of-binary-tree | Boundary of Binary Tree | Medium | 47.9% | 50.0% |
| 1559 | https://leetcode.com/problems/detect-cycles-in-2d-grid | Detect Cycles in 2D Grid | Medium | 52.4% | 100.0% |
| 1687 | https://leetcode.com/problems/delivering-boxes-from-storage-to-ports | Delivering Boxes from Storage to Ports | Hard | 40.0% | 100.0% |
| 1689 | https://leetcode.com/problems/partitioning-into-minimum-number-of-deci-binary-numbers | Partitioning Into Minimum Number Of Deci-Binary Numbers | Medium | 88.8% | 100.0% |
| 853 | https://leetcode.com/problems/car-fleet | Car Fleet | Medium | 54.7% | 100.0% |
| 863 | https://leetcode.com/problems/all-nodes-distance-k-in-binary-tree | All Nodes Distance K in Binary Tree | Medium | 67.4% | 50.0% |
| 628 | https://leetcode.com/problems/maximum-product-of-three-numbers | Maximum Product of Three Numbers | Easy | 45.7% | 50.0% |
| 238 | https://leetcode.com/problems/product-of-array-except-self | Product of Array Except Self | Medium | 68.6% | 50.0% |
| 347 | https://leetcode.com/problems/top-k-frequent-elements | Top K Frequent Elements | Medium | 65.8% | 50.0% |
| 1584 | https://leetcode.com/problems/min-cost-to-connect-all-points | Min Cost to Connect All Points | Medium | 70.3% | 50.0% |
| 139 | https://leetcode.com/problems/word-break | Word Break | Medium | 49.1% | 62.5% |
| 103 | https://leetcode.com/problems/binary-tree-zigzag-level-order-traversal | Binary Tree Zigzag Level Order Traversal | Medium | 63.1% | 62.5% |
| 200 | https://leetcode.com/problems/number-of-islands | Number of Islands | Medium | 63.8% | 50.0% |
| 54 | https://leetcode.com/problems/spiral-matrix | Spiral Matrix | Medium | 56.1% | 62.5% |
| 124 | https://leetcode.com/problems/binary-tree-maximum-path-sum | Binary Tree Maximum Path Sum | Hard | 42.0% | 62.5% |
| 23 | https://leetcode.com/problems/merge-k-sorted-lists | Merge k Sorted Lists | Hard | 58.8% | 50.0% |
| 895 | https://leetcode.com/problems/maximum-frequency-stack | Maximum Frequency Stack | Hard | 66.6% | 62.5% |
| 65 | https://leetcode.com/problems/valid-number | Valid Number | Hard | 22.6% | 62.5% |
| 334 | https://leetcode.com/problems/increasing-triplet-subsequence | Increasing Triplet Subsequence | Medium | 39.2% | 75.0% |
| 394 | https://leetcode.com/problems/decode-string | Decode String | Medium | 62.2% | 62.5% |
| 74 | https://leetcode.com/problems/search-a-2d-matrix | Search a 2D Matrix | Medium | 53.5% | 62.5% |
| 253 | https://leetcode.com/problems/meeting-rooms-ii | Meeting Rooms II | Medium | 52.5% | 62.5% |
| 56 | https://leetcode.com/problems/merge-intervals | Merge Intervals | Medium | 51.1% | 87.5% |
| 33 | https://leetcode.com/problems/search-in-rotated-sorted-array | Search in Rotated Sorted Array | Medium | 44.1% | 62.5% |
| 92 | https://leetcode.com/problems/reverse-linked-list-ii | Reverse Linked List II | Medium | 51.0% | 62.5% |
| 133 | https://leetcode.com/problems/clone-graph | Clone Graph | Medium | 64.7% | 50.0% |
| 130 | https://leetcode.com/problems/surrounded-regions | Surrounded Regions | Medium | 44.7% | 50.0% |
| 516 | https://leetcode.com/problems/longest-palindromic-subsequence | Longest Palindromic Subsequence | Medium | 65.1% | 50.0% |
| 73 | https://leetcode.com/problems/set-matrix-zeroes | Set Matrix Zeroes | Medium | 62.4% | 62.5% |
| 24 | https://leetcode.com/problems/swap-nodes-in-pairs | Swap Nodes in Pairs | Medium | 68.9% | 50.0% |
| 42 | https://leetcode.com/problems/trapping-rain-water | Trapping Rain Water | Hard | 66.8% | 50.0% |
| 189 | https://leetcode.com/problems/rotate-array | Rotate Array | Medium | 44.4% | 50.0% |
| 297 | https://leetcode.com/problems/serialize-and-deserialize-binary-tree | Serialize and Deserialize Binary Tree | Hard | 60.3% | 50.0% |
| 2712 | https://leetcode.com/problems/minimum-cost-to-make-all-characters-equal | Minimum Cost to Make All Characters Equal | Medium | 54.2% | 50.0% |
| 716 | https://leetcode.com/problems/max-stack | Max Stack | Hard | 45.9% | 50.0% |
| 1290 | https://leetcode.com/problems/convert-binary-number-in-a-linked-list-to-integer | Convert Binary Number in a Linked List to Integer | Easy | 82.3% | 87.5% |
| 2127 | https://leetcode.com/problems/maximum-employees-to-be-invited-to-a-meeting | Maximum Employees to Be Invited to a Meeting | Hard | 61.8% | 50.0% |
| 329 | https://leetcode.com/problems/longest-increasing-path-in-a-matrix | Longest Increasing Path in a Matrix | Hard | 56.3% | 75.0% |
| 1014 | https://leetcode.com/problems/best-sightseeing-pair | Best Sightseeing Pair | Medium | 62.7% | 62.5% |
| 132 | https://leetcode.com/problems/palindrome-partitioning-ii | Palindrome Partitioning II | Hard | 36.6% | 50.0% |
| 1146 | https://leetcode.com/problems/snapshot-array | Snapshot Array | Medium | 36.7% | 50.0% |
| 621 | https://leetcode.com/problems/task-scheduler | Task Scheduler | Medium | 62.6% | 62.5% |
| 1631 | https://leetcode.com/problems/path-with-minimum-effort | Path With Minimum Effort | Medium | 62.8% | 50.0% |
| 210 | https://leetcode.com/problems/course-schedule-ii | Course Schedule II | Medium | 55.0% | 62.5% |
| 48 | https://leetcode.com/problems/rotate-image | Rotate Image | Medium | 79.3% | 75.0% |
| 410 | https://leetcode.com/problems/split-array-largest-sum | Split Array Largest Sum | Hard | 59.8% | 50.0% |
| 1004 | https://leetcode.com/problems/max-consecutive-ones-iii | Max Consecutive Ones III | Medium | 67.3% | 50.0% |
| 126 | https://leetcode.com/problems/word-ladder-ii | Word Ladder II | Hard | 27.5% | 50.0% |
| 2074 | https://leetcode.com/problems/reverse-nodes-in-even-length-groups | Reverse Nodes in Even Length Groups | Medium | 63.6% | 50.0% |
| 543 | https://leetcode.com/problems/diameter-of-binary-tree | Diameter of Binary Tree | Easy | 65.0% | 62.5% |
| 15 | https://leetcode.com/problems/3sum | 3Sum | Medium | 38.6% | 50.0% |
| 605 | https://leetcode.com/problems/can-place-flowers | Can Place Flowers | Easy | 29.0% | 50.0% |
| 3 | https://leetcode.com/problems/longest-substring-without-repeating-characters | Longest Substring Without Repeating Characters | Medium | 38.5% | 62.5% |
| 460 | https://leetcode.com/problems/lfu-cache | LFU Cache | Hard | 48.6% | 50.0% |