| 1 | https://leetcode.com/problems/two-sum | Two Sum | Easy | 57.1% | 50.0% |
| 2 | https://leetcode.com/problems/add-two-numbers | Add Two Numbers | Medium | 47.9% | 37.5% |
| 3 | https://leetcode.com/problems/longest-substring-without-repeating-characters | Longest Substring Without Repeating Characters | Medium | 38.5% | 62.5% |
| 4 | https://leetcode.com/problems/median-of-two-sorted-arrays | Median of Two Sorted Arrays | Hard | 45.9% | 75.0% |
| 5 | https://leetcode.com/problems/longest-palindromic-substring | Longest Palindromic Substring | Medium | 37.3% | 37.5% |
| 8 | https://leetcode.com/problems/string-to-integer-atoi | String to Integer (atoi) | Medium | 20.6% | 37.5% |
| 11 | https://leetcode.com/problems/container-with-most-water | Container With Most Water | Medium | 59.5% | 62.5% |
| 12 | https://leetcode.com/problems/integer-to-roman | Integer to Roman | Medium | 70.4% | 25.0% |
| 13 | https://leetcode.com/problems/roman-to-integer | Roman to Integer | Easy | 66.2% | 37.5% |
| 17 | https://leetcode.com/problems/letter-combinations-of-a-phone-number | Letter Combinations of a Phone Number | Medium | 65.5% | 25.0% |
| 15 | https://leetcode.com/problems/3sum | 3Sum | Medium | 38.6% | 25.0% |
| 20 | https://leetcode.com/problems/valid-parentheses | Valid Parentheses | Easy | 43.7% | 37.5% |
| 21 | https://leetcode.com/problems/merge-two-sorted-lists | Merge Two Sorted Lists | Easy | 67.9% | 25.0% |
| 31 | https://leetcode.com/problems/next-permutation | Next Permutation | Medium | 44.7% | 37.5% |
| 33 | https://leetcode.com/problems/search-in-rotated-sorted-array | Search in Rotated Sorted Array | Medium | 44.1% | 62.5% |
| 41 | https://leetcode.com/problems/first-missing-positive | First Missing Positive | Hard | 42.4% | 25.0% |
| 42 | https://leetcode.com/problems/trapping-rain-water | Trapping Rain Water | Hard | 66.8% | 100.0% |
| 45 | https://leetcode.com/problems/jump-game-ii | Jump Game II | Medium | 42.4% | 25.0% |
| 48 | https://leetcode.com/problems/rotate-image | Rotate Image | Medium | 79.3% | 25.0% |
| 49 | https://leetcode.com/problems/group-anagrams | Group Anagrams | Medium | 72.2% | 50.0% |
| 50 | https://leetcode.com/problems/powx-n | Pow(x, n) | Medium | 38.2% | 37.5% |
| 51 | https://leetcode.com/problems/n-queens | N-Queens | Hard | 74.9% | 37.5% |
| 53 | https://leetcode.com/problems/maximum-subarray | Maximum Subarray | Medium | 53.0% | 50.0% |
| 54 | https://leetcode.com/problems/spiral-matrix | Spiral Matrix | Medium | 56.1% | 37.5% |
| 55 | https://leetcode.com/problems/jump-game | Jump Game | Medium | 40.5% | 50.0% |
| 56 | https://leetcode.com/problems/merge-intervals | Merge Intervals | Medium | 51.1% | 50.0% |
| 62 | https://leetcode.com/problems/unique-paths | Unique Paths | Medium | 66.5% | 25.0% |
| 64 | https://leetcode.com/problems/minimum-path-sum | Minimum Path Sum | Medium | 67.8% | 62.5% |
| 2006 | https://leetcode.com/problems/count-number-of-pairs-with-absolute-difference-k | Count Number of Pairs With Absolute Difference K | Easy | 85.3% | 25.0% |
| 69 | https://leetcode.com/problems/sqrtx | Sqrt(x) | Easy | 41.4% | 37.5% |
| 70 | https://leetcode.com/problems/climbing-stairs | Climbing Stairs | Easy | 53.9% | 37.5% |
| 73 | https://leetcode.com/problems/set-matrix-zeroes | Set Matrix Zeroes | Medium | 62.4% | 25.0% |
| 79 | https://leetcode.com/problems/word-search | Word Search | Medium | 46.8% | 37.5% |
| 91 | https://leetcode.com/problems/decode-ways | Decode Ways | Medium | 37.6% | 62.5% |
| 118 | https://leetcode.com/problems/pascals-triangle | Pascal's Triangle | Easy | 78.7% | 50.0% |
| 119 | https://leetcode.com/problems/pascals-triangle-ii | Pascal's Triangle II | Easy | 67.1% | 25.0% |
| 121 | https://leetcode.com/problems/best-time-to-buy-and-sell-stock | Best Time to Buy and Sell Stock | Easy | 56.4% | 50.0% |
| 122 | https://leetcode.com/problems/best-time-to-buy-and-sell-stock-ii | Best Time to Buy and Sell Stock II | Medium | 70.7% | 50.0% |
| 135 | https://leetcode.com/problems/candy | Candy | Hard | 47.9% | 25.0% |
| 141 | https://leetcode.com/problems/linked-list-cycle | Linked List Cycle | Easy | 53.9% | 37.5% |
| 143 | https://leetcode.com/problems/reorder-list | Reorder List | Medium | 64.6% | 25.0% |
| 2087 | https://leetcode.com/problems/minimum-cost-homecoming-of-a-robot-in-a-grid | Minimum Cost Homecoming of a Robot in a Grid | Medium | 51.6% | 50.0% |
| 146 | https://leetcode.com/problems/lru-cache | LRU Cache | Medium | 46.8% | 62.5% |
| 152 | https://leetcode.com/problems/maximum-product-subarray | Maximum Product Subarray | Medium | 36.0% | 25.0% |
| 153 | https://leetcode.com/problems/find-minimum-in-rotated-sorted-array | Find Minimum in Rotated Sorted Array | Medium | 53.8% | 62.5% |
| 2097 | https://leetcode.com/problems/valid-arrangement-of-pairs | Valid Arrangement of Pairs | Hard | 66.5% | 50.0% |
| 160 | https://leetcode.com/problems/intersection-of-two-linked-lists | Intersection of Two Linked Lists | Easy | 63.2% | 37.5% |
| 162 | https://leetcode.com/problems/find-peak-element | Find Peak Element | Medium | 46.8% | 37.5% |
| 166 | https://leetcode.com/problems/fraction-to-recurring-decimal | Fraction to Recurring Decimal | Medium | 30.5% | 75.0% |
| 188 | https://leetcode.com/problems/best-time-to-buy-and-sell-stock-iv | Best Time to Buy and Sell Stock IV | Hard | 49.5% | 25.0% |
| 198 | https://leetcode.com/problems/house-robber | House Robber | Medium | 52.9% | 37.5% |
| 200 | https://leetcode.com/problems/number-of-islands | Number of Islands | Medium | 63.8% | 62.5% |
| 209 | https://leetcode.com/problems/minimum-size-subarray-sum | Minimum Size Subarray Sum | Medium | 51.0% | 25.0% |
| 215 | https://leetcode.com/problems/kth-largest-element-in-an-array | Kth Largest Element in an Array | Medium | 68.8% | 50.0% |
| 218 | https://leetcode.com/problems/the-skyline-problem | The Skyline Problem | Hard | 45.0% | 37.5% |
| 221 | https://leetcode.com/problems/maximal-square | Maximal Square | Medium | 50.0% | 25.0% |
| 2154 | https://leetcode.com/problems/keep-multiplying-found-values-by-two | Keep Multiplying Found Values by Two | Easy | 75.1% | 50.0% |
| 238 | https://leetcode.com/problems/product-of-array-except-self | Product of Array Except Self | Medium | 68.6% | 37.5% |
| 239 | https://leetcode.com/problems/sliding-window-maximum | Sliding Window Maximum | Hard | 48.4% | 50.0% |
| 268 | https://leetcode.com/problems/missing-number | Missing Number | Easy | 71.6% | 25.0% |
| 287 | https://leetcode.com/problems/find-the-duplicate-number | Find the Duplicate Number | Medium | 64.0% | 25.0% |
| 295 | https://leetcode.com/problems/find-median-from-data-stream | Find Median from Data Stream | Hard | 54.2% | 37.5% |
| 300 | https://leetcode.com/problems/longest-increasing-subsequence | Longest Increasing Subsequence | Medium | 59.0% | 37.5% |
| 2266 | https://leetcode.com/problems/count-number-of-texts | Count Number of Texts | Medium | 49.9% | 50.0% |
| 326 | https://leetcode.com/problems/power-of-three | Power of Three | Easy | 50.7% | 37.5% |
| 340 | https://leetcode.com/problems/longest-substring-with-at-most-k-distinct-characters | Longest Substring with At Most K Distinct Characters | Medium | 49.9% | 25.0% |
| 2300 | https://leetcode.com/problems/successful-pairs-of-spells-and-potions | Successful Pairs of Spells and Potions | Medium | 49.4% | 50.0% |
| 344 | https://leetcode.com/problems/reverse-string | Reverse String | Easy | 80.5% | 25.0% |
| 347 | https://leetcode.com/problems/top-k-frequent-elements | Top K Frequent Elements | Medium | 65.8% | 50.0% |
| 74 | https://leetcode.com/problems/search-a-2d-matrix | Search a 2D Matrix | Medium | 53.5% | 37.5% |
| 380 | https://leetcode.com/problems/insert-delete-getrandom-o1 | Insert Delete GetRandom O(1) | Medium | 55.3% | 25.0% |
| 387 | https://leetcode.com/problems/first-unique-character-in-a-string | First Unique Character in a String | Easy | 65.0% | 75.0% |
| 394 | https://leetcode.com/problems/decode-string | Decode String | Medium | 62.2% | 25.0% |
| 2375 | https://leetcode.com/problems/construct-smallest-number-from-di-string | Construct Smallest Number From DI String | Medium | 85.6% | 50.0% |
| 421 | https://leetcode.com/problems/maximum-xor-of-two-numbers-in-an-array | Maximum XOR of Two Numbers in an Array | Medium | 53.4% | 25.0% |
| 443 | https://leetcode.com/problems/string-compression | String Compression | Medium | 59.5% | 62.5% |
| 452 | https://leetcode.com/problems/minimum-number-of-arrows-to-burst-balloons | Minimum Number of Arrows to Burst Balloons | Medium | 61.2% | 25.0% |
| 2420 | https://leetcode.com/problems/find-all-good-indices | Find All Good Indices | Medium | 40.7% | 50.0% |
| 2438 | https://leetcode.com/problems/range-product-queries-of-powers | Range Product Queries of Powers | Medium | 61.4% | 50.0% |
| 2446 | https://leetcode.com/problems/determine-if-two-events-have-conflict | Determine if Two Events Have Conflict | Easy | 53.0% | 50.0% |
| 496 | https://leetcode.com/problems/next-greater-element-i | Next Greater Element I | Easy | 75.7% | 25.0% |
| 2484 | https://leetcode.com/problems/count-palindromic-subsequences | Count Palindromic Subsequences | Hard | 41.0% | 50.0% |
| 560 | https://leetcode.com/problems/subarray-sum-equals-k | Subarray Sum Equals K | Medium | 46.8% | 50.0% |
| 567 | https://leetcode.com/problems/permutation-in-string | Permutation in String | Medium | 48.4% | 25.0% |
| 2513 | https://leetcode.com/problems/minimize-the-maximum-of-two-arrays | Minimize the Maximum of Two Arrays | Medium | 32.1% | 25.0% |
| 2550 | https://leetcode.com/problems/count-collisions-of-monkeys-on-a-polygon | Count Collisions of Monkeys on a Polygon | Medium | 29.9% | 50.0% |
| 647 | https://leetcode.com/problems/palindromic-substrings | Palindromic Substrings | Medium | 72.5% | 50.0% |
| 657 | https://leetcode.com/problems/robot-return-to-origin | Robot Return to Origin | Easy | 76.5% | 50.0% |
| 688 | https://leetcode.com/problems/knight-probability-in-chessboard | Knight Probability in Chessboard | Medium | 56.9% | 50.0% |
| 692 | https://leetcode.com/problems/top-k-frequent-words | Top K Frequent Words | Medium | 60.0% | 25.0% |
| 2719 | https://leetcode.com/problems/count-of-integers | Count of Integers | Hard | 38.2% | 25.0% |
| 735 | https://leetcode.com/problems/asteroid-collision | Asteroid Collision | Medium | 47.1% | 37.5% |
| 739 | https://leetcode.com/problems/daily-temperatures | Daily Temperatures | Medium | 68.3% | 25.0% |
| 767 | https://leetcode.com/problems/reorganize-string | Reorganize String | Medium | 56.8% | 25.0% |
| 780 | https://leetcode.com/problems/reaching-points | Reaching Points | Hard | 34.2% | 50.0% |
| 706 | https://leetcode.com/problems/design-hashmap | Design HashMap | Easy | 66.4% | 50.0% |
| 844 | https://leetcode.com/problems/backspace-string-compare | Backspace String Compare | Easy | 49.8% | 50.0% |
| 845 | https://leetcode.com/problems/longest-mountain-in-array | Longest Mountain in Array | Medium | 41.8% | 25.0% |
| 862 | https://leetcode.com/problems/shortest-subarray-with-sum-at-least-k | Shortest Subarray with Sum at Least K | Hard | 32.6% | 50.0% |
| 871 | https://leetcode.com/problems/minimum-number-of-refueling-stops | Minimum Number of Refueling Stops | Hard | 41.1% | 25.0% |
| 876 | https://leetcode.com/problems/middle-of-the-linked-list | Middle of the Linked List | Easy | 81.5% | 25.0% |
| 887 | https://leetcode.com/problems/super-egg-drop | Super Egg Drop | Hard | 29.8% | 25.0% |
| 931 | https://leetcode.com/problems/minimum-falling-path-sum | Minimum Falling Path Sum | Medium | 60.8% | 50.0% |
| 994 | https://leetcode.com/problems/rotting-oranges | Rotting Oranges | Medium | 58.1% | 37.5% |
| 1010 | https://leetcode.com/problems/pairs-of-songs-with-total-durations-divisible-by-60 | Pairs of Songs With Total Durations Divisible by 60 | Medium | 53.4% | 50.0% |
| 1011 | https://leetcode.com/problems/capacity-to-ship-packages-within-d-days | Capacity To Ship Packages Within D Days | Medium | 73.5% | 37.5% |
| 1086 | https://leetcode.com/problems/high-five | High Five | Easy | 74.2% | 75.0% |
| 1041 | https://leetcode.com/problems/robot-bounded-in-circle | Robot Bounded In Circle | Medium | 56.4% | 62.5% |
| 1109 | https://leetcode.com/problems/corporate-flight-bookings | Corporate Flight Bookings | Medium | 66.4% | 50.0% |
| 1116 | https://leetcode.com/problems/print-zero-even-odd | Print Zero Even Odd | Medium | 65.2% | 50.0% |
| 3001 | https://leetcode.com/problems/minimum-moves-to-capture-the-queen | Minimum Moves to Capture The Queen | Medium | 22.3% | 50.0% |
| 1209 | https://leetcode.com/problems/remove-all-adjacent-duplicates-in-string-ii | Remove All Adjacent Duplicates in String II | Medium | 60.9% | 50.0% |
| 2191 | https://leetcode.com/problems/sort-the-jumbled-numbers | Sort the Jumbled Numbers | Medium | 60.0% | 50.0% |
| 1427 | https://leetcode.com/problems/perform-string-shifts | Perform String Shifts | Easy | 56.0% | 50.0% |
| 3168 | https://leetcode.com/problems/minimum-number-of-chairs-in-a-waiting-room | Minimum Number of Chairs in a Waiting Room | Easy | 79.2% | 50.0% |
| 3167 | https://leetcode.com/problems/better-compression-of-string | Better Compression of String | Medium | 75.2% | 50.0% |
| 1395 | https://leetcode.com/problems/count-number-of-teams | Count Number of Teams | Medium | 70.2% | 37.5% |
| 1396 | https://leetcode.com/problems/design-underground-system | Design Underground System | Medium | 74.4% | 25.0% |
| 1413 | https://leetcode.com/problems/minimum-value-to-get-positive-step-by-step-sum | Minimum Value to Get Positive Step by Step Sum | Easy | 64.6% | 37.5% |
| 1750 | https://leetcode.com/problems/minimum-length-of-string-after-deleting-similar-ends | Minimum Length of String After Deleting Similar Ends | Medium | 56.0% | 50.0% |
| 1771 | https://leetcode.com/problems/maximize-palindrome-length-from-subsequences | Maximize Palindrome Length From Subsequences | Hard | 38.2% | 50.0% |
| 1823 | https://leetcode.com/problems/find-the-winner-of-the-circular-game | Find the Winner of the Circular Game | Medium | 82.2% | 62.5% |
| 1832 | https://leetcode.com/problems/check-if-the-sentence-is-pangram | Check if the Sentence Is Pangram | Easy | 84.1% | 50.0% |
| 424 | https://leetcode.com/problems/longest-repeating-character-replacement | Longest Repeating Character Replacement | Medium | 59.0% | 37.5% |
| 1636 | https://leetcode.com/problems/sort-array-by-increasing-frequency | Sort Array by Increasing Frequency | Easy | 80.7% | 25.0% |
| 130 | https://leetcode.com/problems/surrounded-regions | Surrounded Regions | Medium | 44.7% | 25.0% |
| 273 | https://leetcode.com/problems/integer-to-english-words | Integer to English Words | Hard | 34.8% | 37.5% |
| 205 | https://leetcode.com/problems/isomorphic-strings | Isomorphic Strings | Easy | 48.0% | 25.0% |
| 23 | https://leetcode.com/problems/merge-k-sorted-lists | Merge k Sorted Lists | Hard | 58.8% | 25.0% |
| 641 | https://leetcode.com/problems/design-circular-deque | Design Circular Deque | Medium | 64.4% | 37.5% |
| 40 | https://leetcode.com/problems/combination-sum-ii | Combination Sum II | Medium | 59.0% | 25.0% |
| 1235 | https://leetcode.com/problems/maximum-profit-in-job-scheduling | Maximum Profit in Job Scheduling | Hard | 54.6% | 37.5% |
| 206 | https://leetcode.com/problems/reverse-linked-list | Reverse Linked List | Easy | 80.2% | 37.5% |
| 407 | https://leetcode.com/problems/trapping-rain-water-ii | Trapping Rain Water II | Hard | 64.0% | 25.0% |
| 139 | https://leetcode.com/problems/word-break | Word Break | Medium | 49.1% | 25.0% |
| 564 | https://leetcode.com/problems/find-the-closest-palindrome | Find the Closest Palindrome | Hard | 31.8% | 25.0% |
| 37 | https://leetcode.com/problems/sudoku-solver | Sudoku Solver | Hard | 65.4% | 25.0% |
| 1004 | https://leetcode.com/problems/max-consecutive-ones-iii | Max Consecutive Ones III | Medium | 67.3% | 37.5% |
| 98 | https://leetcode.com/problems/validate-binary-search-tree | Validate Binary Search Tree | Medium | 35.3% | 25.0% |
| 22 | https://leetcode.com/problems/generate-parentheses | Generate Parentheses | Medium | 78.2% | 37.5% |
| 264 | https://leetcode.com/problems/ugly-number-ii | Ugly Number II | Medium | 49.5% | 25.0% |
| 540 | https://leetcode.com/problems/single-element-in-a-sorted-array | Single Element in a Sorted Array | Medium | 59.2% | 25.0% |
| 412 | https://leetcode.com/problems/fizz-buzz | Fizz Buzz | Easy | 75.2% | 25.0% |
| 93 | https://leetcode.com/problems/restore-ip-addresses | Restore IP Addresses | Medium | 55.3% | 25.0% |
| 733 | https://leetcode.com/problems/flood-fill | Flood Fill | Easy | 67.8% | 25.0% |
| 752 | https://leetcode.com/problems/open-the-lock | Open the Lock | Medium | 61.1% | 37.5% |
| 1492 | https://leetcode.com/problems/the-kth-factor-of-n | The kth Factor of n | Medium | 70.2% | 25.0% |
| 325 | https://leetcode.com/problems/maximum-size-subarray-sum-equals-k | Maximum Size Subarray Sum Equals k | Medium | 50.8% | 25.0% |
| 457 | https://leetcode.com/problems/circular-array-loop | Circular Array Loop | Medium | 37.0% | 37.5% |
| 125 | https://leetcode.com/problems/valid-palindrome | Valid Palindrome | Easy | 52.8% | 25.0% |
| 124 | https://leetcode.com/problems/binary-tree-maximum-path-sum | Binary Tree Maximum Path Sum | Hard | 42.0% | 25.0% |
| 909 | https://leetcode.com/problems/snakes-and-ladders | Snakes and Ladders | Medium | 48.0% | 25.0% |
| 128 | https://leetcode.com/problems/longest-consecutive-sequence | Longest Consecutive Sequence | Medium | 47.0% | 37.5% |
| 78 | https://leetcode.com/problems/subsets | Subsets | Medium | 82.0% | 25.0% |
| 171 | https://leetcode.com/problems/excel-sheet-column-number | Excel Sheet Column Number | Easy | 67.2% | 25.0% |
| 19 | https://leetcode.com/problems/remove-nth-node-from-end-of-list | Remove Nth Node From End of List | Medium | 51.0% | 25.0% |
| 1752 | https://leetcode.com/problems/check-if-array-is-sorted-and-rotated | Check if Array Is Sorted and Rotated | Easy | 55.7% | 25.0% |
| 918 | https://leetcode.com/problems/maximum-sum-circular-subarray | Maximum Sum Circular Subarray | Medium | 49.4% | 25.0% |
| 1446 | https://leetcode.com/problems/consecutive-characters | Consecutive Characters | Easy | 60.3% | 37.5% |
| 1909 | https://leetcode.com/problems/remove-one-element-to-make-the-array-strictly-increasing | Remove One Element to Make the Array Strictly Increasing | Easy | 29.5% | 25.0% |
| 460 | https://leetcode.com/problems/lfu-cache | LFU Cache | Hard | 48.6% | 25.0% |
| 414 | https://leetcode.com/problems/third-maximum-number | Third Maximum Number | Easy | 38.8% | 25.0% |
| 289 | https://leetcode.com/problems/game-of-life | Game of Life | Medium | 72.3% | 25.0% |
| 59 | https://leetcode.com/problems/spiral-matrix-ii | Spiral Matrix II | Medium | 74.6% | 25.0% |
| 336 | https://leetcode.com/problems/palindrome-pairs | Palindrome Pairs | Hard | 36.9% | 25.0% |
| 465 | https://leetcode.com/problems/optimal-account-balancing | Optimal Account Balancing | Hard | 50.3% | 50.0% |
| 456 | https://leetcode.com/problems/132-pattern | 132 Pattern | Medium | 34.5% | 25.0% |
| 1838 | https://leetcode.com/problems/frequency-of-the-most-frequent-element | Frequency of the Most Frequent Element | Medium | 44.6% | 25.0% |
| 283 | https://leetcode.com/problems/move-zeroes | Move Zeroes | Easy | 63.5% | 37.5% |
| 3437 | https://leetcode.com/problems/permutations-iii | Permutations III | Medium | 86.9% | 50.0% |
| 2043 | https://leetcode.com/problems/simple-bank-system | Simple Bank System | Medium | 69.8% | 25.0% |
| 227 | https://leetcode.com/problems/basic-calculator-ii | Basic Calculator II | Medium | 46.6% | 25.0% |
| 968 | https://leetcode.com/problems/binary-tree-cameras | Binary Tree Cameras | Hard | 47.6% | 37.5% |
| 322 | https://leetcode.com/problems/coin-change | Coin Change | Medium | 47.9% | 37.5% |
| 1910 | https://leetcode.com/problems/remove-all-occurrences-of-a-substring | Remove All Occurrences of a Substring | Medium | 78.4% | 25.0% |
| 112 | https://leetcode.com/problems/path-sum | Path Sum | Easy | 54.4% | 25.0% |
| 1448 | https://leetcode.com/problems/count-good-nodes-in-binary-tree | Count Good Nodes in Binary Tree | Medium | 73.8% | 25.0% |
| 653 | https://leetcode.com/problems/two-sum-iv-input-is-a-bst | Two Sum IV - Input is a BST | Easy | 63.0% | 25.0% |
| 503 | https://leetcode.com/problems/next-greater-element-ii | Next Greater Element II | Medium | 67.9% | 25.0% |
| 779 | https://leetcode.com/problems/k-th-symbol-in-grammar | K-th Symbol in Grammar | Medium | 48.1% | 25.0% |
| 208 | https://leetcode.com/problems/implement-trie-prefix-tree | Implement Trie (Prefix Tree) | Medium | 69.2% | 25.0% |
| 3371 | https://leetcode.com/problems/identify-the-largest-outlier-in-an-array | Identify the Largest Outlier in an Array | Medium | 36.2% | 25.0% |
| 2402 | https://leetcode.com/problems/meeting-rooms-iii | Meeting Rooms III | Hard | 51.7% | 25.0% |
| 3494 | https://leetcode.com/problems/find-the-minimum-amount-of-time-to-brew-potions | Find the Minimum Amount of Time to Brew Potions | Medium | 62.7% | 50.0% |
| 622 | https://leetcode.com/problems/design-circular-queue | Design Circular Queue | Medium | 54.0% | 25.0% |
| 695 | https://leetcode.com/problems/max-area-of-island | Max Area of Island | Medium | 73.8% | 37.5% |
| 2734 | https://leetcode.com/problems/lexicographically-smallest-string-after-substring-operation | Lexicographically Smallest String After Substring Operation | Medium | 34.5% | 25.0% |
| 277 | https://leetcode.com/problems/find-the-celebrity | Find the Celebrity | Medium | 48.9% | 25.0% |
| 120 | https://leetcode.com/problems/triangle | Triangle | Medium | 59.8% | 25.0% |
| 1091 | https://leetcode.com/problems/shortest-path-in-binary-matrix | Shortest Path in Binary Matrix | Medium | 51.1% | 25.0% |
| 1094 | https://leetcode.com/problems/car-pooling | Car Pooling | Medium | 56.2% | 37.5% |
| 1570 | https://leetcode.com/problems/dot-product-of-two-sparse-vectors | Dot Product of Two Sparse Vectors | Medium | 89.9% | 25.0% |
| 210 | https://leetcode.com/problems/course-schedule-ii | Course Schedule II | Medium | 55.0% | 25.0% |
| 815 | https://leetcode.com/problems/bus-routes | Bus Routes | Hard | 47.1% | 25.0% |
| 1854 | https://leetcode.com/problems/maximum-population-year | Maximum Population Year | Easy | 63.6% | 25.0% |
| 225 | https://leetcode.com/problems/implement-stack-using-queues | Implement Stack using Queues | Easy | 69.3% | 25.0% |
| 2390 | https://leetcode.com/problems/removing-stars-from-a-string | Removing Stars From a String | Medium | 78.9% | 25.0% |
| 150 | https://leetcode.com/problems/evaluate-reverse-polish-notation | Evaluate Reverse Polish Notation | Medium | 57.0% | 25.0% |
| 101 | https://leetcode.com/problems/symmetric-tree | Symmetric Tree | Easy | 60.7% | 25.0% |
| 34 | https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array | Find First and Last Position of Element in Sorted Array | Medium | 48.3% | 25.0% |
| 102 | https://leetcode.com/problems/binary-tree-level-order-traversal | Binary Tree Level Order Traversal | Medium | 72.2% | 25.0% |
| 1343 | https://leetcode.com/problems/number-of-sub-arrays-of-size-k-and-average-greater-than-or-equal-to-threshold | Number of Sub-arrays of Size K and Average Greater than or Equal to Threshold | Medium | 72.1% | 25.0% |
| 435 | https://leetcode.com/problems/non-overlapping-intervals | Non-overlapping Intervals | Medium | 56.7% | 25.0% |
| 68 | https://leetcode.com/problems/text-justification | Text Justification | Hard | 50.4% | 25.0% |
| 416 | https://leetcode.com/problems/partition-equal-subset-sum | Partition Equal Subset Sum | Medium | 49.2% | 25.0% |
| 445 | https://leetcode.com/problems/add-two-numbers-ii | Add Two Numbers II | Medium | 62.4% | 25.0% |
| 312 | https://leetcode.com/problems/burst-balloons | Burst Balloons | Hard | 62.9% | 25.0% |
| 63 | https://leetcode.com/problems/unique-paths-ii | Unique Paths II | Medium | 44.1% | 25.0% |
| 873 | https://leetcode.com/problems/length-of-longest-fibonacci-subsequence | Length of Longest Fibonacci Subsequence | Medium | 57.5% | 25.0% |
| 123 | https://leetcode.com/problems/best-time-to-buy-and-sell-stock-iii | Best Time to Buy and Sell Stock III | Hard | 53.1% | 25.0% |
| 204 | https://leetcode.com/problems/count-primes | Count Primes | Medium | 35.7% | 25.0% |
| 979 | https://leetcode.com/problems/distribute-coins-in-binary-tree | Distribute Coins in Binary Tree | Medium | 77.2% | 25.0% |
| 240 | https://leetcode.com/problems/search-a-2d-matrix-ii | Search a 2D Matrix II | Medium | 56.8% | 25.0% |
| 1262 | https://leetcode.com/problems/greatest-sum-divisible-by-three | Greatest Sum Divisible by Three | Medium | 57.1% | 25.0% |
| 127 | https://leetcode.com/problems/word-ladder | Word Ladder | Hard | 44.9% | 25.0% |
| 2007 | https://leetcode.com/problems/find-original-array-from-doubled-array | Find Original Array From Doubled Array | Medium | 40.7% | 25.0% |
| 85 | https://leetcode.com/problems/maximal-rectangle | Maximal Rectangle | Hard | 58.1% | 37.5% |
| 354 | https://leetcode.com/problems/russian-doll-envelopes | Russian Doll Envelopes | Hard | 37.7% | 25.0% |
| 1552 | https://leetcode.com/problems/magnetic-force-between-two-balls | Magnetic Force Between Two Balls | Medium | 71.9% | 25.0% |
| 724 | https://leetcode.com/problems/find-pivot-index | Find Pivot Index | Easy | 62.1% | 25.0% |
| 309 | https://leetcode.com/problems/best-time-to-buy-and-sell-stock-with-cooldown | Best Time to Buy and Sell Stock with Cooldown | Medium | 61.7% | 25.0% |
| 1574 | https://leetcode.com/problems/shortest-subarray-to-be-removed-to-make-array-sorted | Shortest Subarray to be Removed to Make Array Sorted | Medium | 51.3% | 25.0% |
| 1012 | https://leetcode.com/problems/numbers-with-repeated-digits | Numbers With Repeated Digits | Hard | 45.8% | 25.0% |
| 741 | https://leetcode.com/problems/cherry-pickup | Cherry Pickup | Hard | 39.1% | 25.0% |
| 1146 | https://leetcode.com/problems/snapshot-array | Snapshot Array | Medium | 36.7% | 25.0% |
| 643 | https://leetcode.com/problems/maximum-average-subarray-i | Maximum Average Subarray I | Easy | 47.0% | 25.0% |
| 47 | https://leetcode.com/problems/permutations-ii | Permutations II | Medium | 62.9% | 25.0% |
| 1478 | https://leetcode.com/problems/allocate-mailboxes | Allocate Mailboxes | Hard | 56.4% | 37.5% |
| 611 | https://leetcode.com/problems/valid-triangle-number | Valid Triangle Number | Medium | 56.7% | 25.0% |
| 516 | https://leetcode.com/problems/longest-palindromic-subsequence | Longest Palindromic Subsequence | Medium | 65.1% | 25.0% |
| 169 | https://leetcode.com/problems/majority-element | Majority Element | Easy | 66.1% | 25.0% |
| 621 | https://leetcode.com/problems/task-scheduler | Task Scheduler | Medium | 62.6% | 25.0% |
| 279 | https://leetcode.com/problems/perfect-squares | Perfect Squares | Medium | 56.3% | 25.0% |
| 1044 | https://leetcode.com/problems/longest-duplicate-substring | Longest Duplicate Substring | Hard | 31.1% | 25.0% |
| 1219 | https://leetcode.com/problems/path-with-maximum-gold | Path with Maximum Gold | Medium | 68.3% | 25.0% |
| 703 | https://leetcode.com/problems/kth-largest-element-in-a-stream | Kth Largest Element in a Stream | Easy | 60.7% | 25.0% |
| 2385 | https://leetcode.com/problems/amount-of-time-for-binary-tree-to-be-infected | Amount of Time for Binary Tree to Be Infected | Medium | 65.1% | 25.0% |
| 25 | https://leetcode.com/problems/reverse-nodes-in-k-group | Reverse Nodes in k-Group | Hard | 65.3% | 25.0% |
| 103 | https://leetcode.com/problems/binary-tree-zigzag-level-order-traversal | Binary Tree Zigzag Level Order Traversal | Medium | 63.1% | 25.0% |
| 231 | https://leetcode.com/problems/power-of-two | Power of Two | Easy | 49.8% | 25.0% |
| 980 | https://leetcode.com/problems/unique-paths-iii | Unique Paths III | Hard | 82.7% | 25.0% |
| 2095 | https://leetcode.com/problems/delete-the-middle-node-of-a-linked-list | Delete the Middle Node of a Linked List | Medium | 59.5% | 25.0% |
| 1106 | https://leetcode.com/problems/parsing-a-boolean-expression | Parsing A Boolean Expression | Hard | 69.8% | 25.0% |
| 487 | https://leetcode.com/problems/max-consecutive-ones-ii | Max Consecutive Ones II | Medium | 51.9% | 25.0% |
| 875 | https://leetcode.com/problems/koko-eating-bananas | Koko Eating Bananas | Medium | 49.7% | 25.0% |
| 32 | https://leetcode.com/problems/longest-valid-parentheses | Longest Valid Parentheses | Hard | 38.0% | 25.0% |
| 2714 | https://leetcode.com/problems/find-shortest-path-with-k-hops | Find Shortest Path with K Hops | Hard | 68.7% | 25.0% |
| 36 | https://leetcode.com/problems/valid-sudoku | Valid Sudoku | Medium | 64.1% | 25.0% |
| 84 | https://leetcode.com/problems/largest-rectangle-in-histogram | Largest Rectangle in Histogram | Hard | 49.3% | 25.0% |
| 1245 | https://leetcode.com/problems/tree-diameter | Tree Diameter | Medium | 61.2% | 25.0% |
| 75 | https://leetcode.com/problems/sort-colors | Sort Colors | Medium | 69.1% | 25.0% |
| 1247 | https://leetcode.com/problems/minimum-swaps-to-make-strings-equal | Minimum Swaps to Make Strings Equal | Medium | 65.3% | 25.0% |
| 328 | https://leetcode.com/problems/odd-even-linked-list | Odd Even Linked List | Medium | 62.3% | 25.0% |
| 3649 | https://leetcode.com/problems/number-of-perfect-pairs | Number of Perfect Pairs | Medium | 33.3% | 37.5% |
| 399 | https://leetcode.com/problems/evaluate-division | Evaluate Division | Medium | 64.0% | 25.0% |
| 2093 | https://leetcode.com/problems/minimum-cost-to-reach-city-with-discounts | Minimum Cost to Reach City With Discounts | Medium | 60.1% | 25.0% |
| 1834 | https://leetcode.com/problems/single-threaded-cpu | Single-Threaded CPU | Medium | 47.3% | 25.0% |
| 46 | https://leetcode.com/problems/permutations | Permutations | Medium | 81.6% | 25.0% |
| 981 | https://leetcode.com/problems/time-based-key-value-store | Time Based Key-Value Store | Medium | 49.7% | 25.0% |
| 1522 | https://leetcode.com/problems/diameter-of-n-ary-tree | Diameter of N-Ary Tree | Medium | 75.4% | 25.0% |
| 2193 | https://leetcode.com/problems/minimum-number-of-moves-to-make-palindrome | Minimum Number of Moves to Make Palindrome | Hard | 52.6% | 25.0% |
| 88 | https://leetcode.com/problems/merge-sorted-array | Merge Sorted Array | Easy | 54.4% | 25.0% |
| 973 | https://leetcode.com/problems/k-closest-points-to-origin | K Closest Points to Origin | Medium | 68.7% | 25.0% |
| 945 | https://leetcode.com/problems/minimum-increment-to-make-array-unique | Minimum Increment to Make Array Unique | Medium | 60.6% | 25.0% |
| 134 | https://leetcode.com/problems/gas-station | Gas Station | Medium | 47.5% | 25.0% |
| 853 | https://leetcode.com/problems/car-fleet | Car Fleet | Medium | 54.7% | 25.0% |
| 1277 | https://leetcode.com/problems/count-square-submatrices-with-all-ones | Count Square Submatrices with All Ones | Medium | 80.7% | 25.0% |
| 76 | https://leetcode.com/problems/minimum-window-substring | Minimum Window Substring | Hard | 46.9% | 25.0% |
| 151 | https://leetcode.com/problems/reverse-words-in-a-string | Reverse Words in a String | Medium | 55.5% | 25.0% |
| 874 | https://leetcode.com/problems/walking-robot-simulation | Walking Robot Simulation | Medium | 58.4% | 25.0% |