| 1 | https://leetcode.com/problems/two-sum | Two Sum | Easy | 57.1% | 75.0% |
| 2 | https://leetcode.com/problems/add-two-numbers | Add Two Numbers | Medium | 47.9% | 50.0% |
| 9 | https://leetcode.com/problems/palindrome-number | Palindrome Number | Easy | 60.2% | 50.0% |
| 15 | https://leetcode.com/problems/3sum | 3Sum | Medium | 38.6% | 62.5% |
| 20 | https://leetcode.com/problems/valid-parentheses | Valid Parentheses | Easy | 43.7% | 50.0% |
| 33 | https://leetcode.com/problems/search-in-rotated-sorted-array | Search in Rotated Sorted Array | Medium | 44.1% | 50.0% |
| 42 | https://leetcode.com/problems/trapping-rain-water | Trapping Rain Water | Hard | 66.8% | 87.5% |
| 53 | https://leetcode.com/problems/maximum-subarray | Maximum Subarray | Medium | 53.0% | 62.5% |
| 56 | https://leetcode.com/problems/merge-intervals | Merge Intervals | Medium | 51.1% | 50.0% |
| 987 | https://leetcode.com/problems/vertical-order-traversal-of-a-binary-tree | Vertical Order Traversal of a Binary Tree | Hard | 53.2% | 87.5% |
| 2029 | https://leetcode.com/problems/stone-game-ix | Stone Game IX | Medium | 29.8% | 87.5% |
| 2035 | https://leetcode.com/problems/partition-array-into-two-arrays-to-minimize-sum-difference | Partition Array Into Two Arrays to Minimize Sum Difference | Hard | 23.0% | 87.5% |
| 121 | https://leetcode.com/problems/best-time-to-buy-and-sell-stock | Best Time to Buy and Sell Stock | Easy | 56.4% | 75.0% |
| 141 | https://leetcode.com/problems/linked-list-cycle | Linked List Cycle | Easy | 53.9% | 50.0% |
| 146 | https://leetcode.com/problems/lru-cache | LRU Cache | Medium | 46.8% | 100.0% |
| 200 | https://leetcode.com/problems/number-of-islands | Number of Islands | Medium | 63.8% | 100.0% |
| 1301 | https://leetcode.com/problems/number-of-paths-with-max-score | Number of Paths with Max Score | Hard | 42.0% | 87.5% |
| 1139 | https://leetcode.com/problems/largest-1-bordered-square | Largest 1-Bordered Square | Medium | 52.0% | 87.5% |
| 253 | https://leetcode.com/problems/meeting-rooms-ii | Meeting Rooms II | Medium | 52.5% | 50.0% |
| 300 | https://leetcode.com/problems/longest-increasing-subsequence | Longest Increasing Subsequence | Medium | 59.0% | 87.5% |
| 312 | https://leetcode.com/problems/burst-balloons | Burst Balloons | Hard | 62.9% | 87.5% |
| 322 | https://leetcode.com/problems/coin-change | Coin Change | Medium | 47.9% | 50.0% |
| 1691 | https://leetcode.com/problems/maximum-height-by-stacking-cuboids | Maximum Height by Stacking Cuboids | Hard | 61.7% | 87.5% |
| 1464 | https://leetcode.com/problems/maximum-product-of-two-elements-in-an-array | Maximum Product of Two Elements in an Array | Easy | 83.5% | 87.5% |
| 1519 | https://leetcode.com/problems/number-of-nodes-in-the-sub-tree-with-the-same-label | Number of Nodes in the Sub-Tree With the Same Label | Medium | 55.3% | 87.5% |
| 2639 | https://leetcode.com/problems/find-the-width-of-columns-of-a-grid | Find the Width of Columns of a Grid | Easy | 70.4% | 87.5% |
| 2642 | https://leetcode.com/problems/design-graph-with-shortest-path-calculator | Design Graph With Shortest Path Calculator | Hard | 64.8% | 87.5% |
| 2662 | https://leetcode.com/problems/minimum-cost-of-a-path-with-special-roads | Minimum Cost of a Path With Special Roads | Medium | 42.4% | 87.5% |
| 653 | https://leetcode.com/problems/two-sum-iv-input-is-a-bst | Two Sum IV - Input is a BST | Easy | 63.0% | 87.5% |
| 1675 | https://leetcode.com/problems/minimize-deviation-in-array | Minimize Deviation in Array | Hard | 54.0% | 87.5% |
| 785 | https://leetcode.com/problems/is-graph-bipartite | Is Graph Bipartite? | Medium | 58.9% | 75.0% |
| 2810 | https://leetcode.com/problems/faulty-keyboard | Faulty Keyboard | Easy | 80.0% | 87.5% |
| 1830 | https://leetcode.com/problems/minimum-number-of-operations-to-make-string-sorted | Minimum Number of Operations to Make String Sorted | Hard | 50.7% | 87.5% |
| 1590 | https://leetcode.com/problems/make-sum-divisible-by-p | Make Sum Divisible by P | Medium | 42.6% | 50.0% |
| 402 | https://leetcode.com/problems/remove-k-digits | Remove K Digits | Medium | 36.4% | 50.0% |
| 849 | https://leetcode.com/problems/maximize-distance-to-closest-person | Maximize Distance to Closest Person | Medium | 49.6% | 75.0% |
| 108 | https://leetcode.com/problems/convert-sorted-array-to-binary-search-tree | Convert Sorted Array to Binary Search Tree | Easy | 75.2% | 50.0% |
| 79 | https://leetcode.com/problems/word-search | Word Search | Medium | 46.8% | 62.5% |
| 3045 | https://leetcode.com/problems/count-prefix-and-suffix-pairs-ii | Count Prefix and Suffix Pairs II | Hard | 28.0% | 87.5% |
| 3080 | https://leetcode.com/problems/mark-elements-on-array-by-performing-queries | Mark Elements on Array by Performing Queries | Medium | 49.1% | 87.5% |
| 295 | https://leetcode.com/problems/find-median-from-data-stream | Find Median from Data Stream | Hard | 54.2% | 50.0% |
| 994 | https://leetcode.com/problems/rotting-oranges | Rotting Oranges | Medium | 58.1% | 75.0% |
| 127 | https://leetcode.com/problems/word-ladder | Word Ladder | Hard | 44.9% | 50.0% |
| 14 | https://leetcode.com/problems/longest-common-prefix | Longest Common Prefix | Easy | 47.1% | 62.5% |
| 189 | https://leetcode.com/problems/rotate-array | Rotate Array | Medium | 44.4% | 50.0% |
| 886 | https://leetcode.com/problems/possible-bipartition | Possible Bipartition | Medium | 52.3% | 75.0% |
| 23 | https://leetcode.com/problems/merge-k-sorted-lists | Merge k Sorted Lists | Hard | 58.8% | 62.5% |
| 713 | https://leetcode.com/problems/subarray-product-less-than-k | Subarray Product Less Than K | Medium | 53.9% | 62.5% |
| 30 | https://leetcode.com/problems/substring-with-concatenation-of-all-words | Substring with Concatenation of All Words | Hard | 34.0% | 87.5% |
| 374 | https://leetcode.com/problems/guess-number-higher-or-lower | Guess Number Higher or Lower | Easy | 57.1% | 87.5% |
| 162 | https://leetcode.com/problems/find-peak-element | Find Peak Element | Medium | 46.8% | 75.0% |
| 46 | https://leetcode.com/problems/permutations | Permutations | Medium | 81.6% | 50.0% |
| 407 | https://leetcode.com/problems/trapping-rain-water-ii | Trapping Rain Water II | Hard | 64.0% | 62.5% |
| 75 | https://leetcode.com/problems/sort-colors | Sort Colors | Medium | 69.1% | 62.5% |
| 29 | https://leetcode.com/problems/divide-two-integers | Divide Two Integers | Medium | 19.4% | 62.5% |
| 22 | https://leetcode.com/problems/generate-parentheses | Generate Parentheses | Medium | 78.2% | 50.0% |
| 160 | https://leetcode.com/problems/intersection-of-two-linked-lists | Intersection of Two Linked Lists | Easy | 63.2% | 62.5% |
| 1514 | https://leetcode.com/problems/path-with-maximum-probability | Path with Maximum Probability | Medium | 65.5% | 50.0% |
| 88 | https://leetcode.com/problems/merge-sorted-array | Merge Sorted Array | Easy | 54.4% | 50.0% |
| 283 | https://leetcode.com/problems/move-zeroes | Move Zeroes | Easy | 63.5% | 50.0% |
| 31 | https://leetcode.com/problems/next-permutation | Next Permutation | Medium | 44.7% | 50.0% |
| 45 | https://leetcode.com/problems/jump-game-ii | Jump Game II | Medium | 42.5% | 50.0% |
| 410 | https://leetcode.com/problems/split-array-largest-sum | Split Array Largest Sum | Hard | 59.8% | 50.0% |
| 3796 | https://leetcode.com/problems/find-maximum-value-in-a-constrained-sequence | Find Maximum Value in a Constrained Sequence | Medium | 62.3% | 87.5% |
| 4 | https://leetcode.com/problems/median-of-two-sorted-arrays | Median of Two Sorted Arrays | Hard | 45.9% | 50.0% |
| 5 | https://leetcode.com/problems/longest-palindromic-substring | Longest Palindromic Substring | Medium | 37.3% | 50.0% |
| 48 | https://leetcode.com/problems/rotate-image | Rotate Image | Medium | 79.3% | 50.0% |
| 72 | https://leetcode.com/problems/edit-distance | Edit Distance | Medium | 60.1% | 50.0% |
| 855 | https://leetcode.com/problems/exam-room | Exam Room | Medium | 43.2% | 50.0% |