| 1 | https://leetcode.com/problems/two-sum | Two Sum | Easy | 57.1% | 100.0% |
| 2 | https://leetcode.com/problems/add-two-numbers | Add Two Numbers | Medium | 47.9% | 75.0% |
| 3 | https://leetcode.com/problems/longest-substring-without-repeating-characters | Longest Substring Without Repeating Characters | Medium | 38.5% | 87.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% | 75.0% |
| 6 | https://leetcode.com/problems/zigzag-conversion | Zigzag Conversion | Medium | 53.5% | 50.0% |
| 7 | https://leetcode.com/problems/reverse-integer | Reverse Integer | Medium | 31.5% | 62.5% |
| 8 | https://leetcode.com/problems/string-to-integer-atoi | String to Integer (atoi) | Medium | 20.6% | 50.0% |
| 9 | https://leetcode.com/problems/palindrome-number | Palindrome Number | Easy | 60.2% | 75.0% |
| 10 | https://leetcode.com/problems/regular-expression-matching | Regular Expression Matching | Hard | 30.4% | 62.5% |
| 11 | https://leetcode.com/problems/container-with-most-water | Container With Most Water | Medium | 59.5% | 75.0% |
| 12 | https://leetcode.com/problems/integer-to-roman | Integer to Roman | Medium | 70.4% | 50.0% |
| 13 | https://leetcode.com/problems/roman-to-integer | Roman to Integer | Easy | 66.2% | 62.5% |
| 14 | https://leetcode.com/problems/longest-common-prefix | Longest Common Prefix | Easy | 47.1% | 75.0% |
| 15 | https://leetcode.com/problems/3sum | 3Sum | Medium | 38.6% | 75.0% |
| 16 | https://leetcode.com/problems/3sum-closest | 3Sum Closest | Medium | 48.0% | 50.0% |
| 17 | https://leetcode.com/problems/letter-combinations-of-a-phone-number | Letter Combinations of a Phone Number | Medium | 65.5% | 62.5% |
| 18 | https://leetcode.com/problems/4sum | 4Sum | Medium | 40.0% | 62.5% |
| 19 | https://leetcode.com/problems/remove-nth-node-from-end-of-list | Remove Nth Node From End of List | Medium | 51.0% | 50.0% |
| 20 | https://leetcode.com/problems/valid-parentheses | Valid Parentheses | Easy | 43.7% | 75.0% |
| 21 | https://leetcode.com/problems/merge-two-sorted-lists | Merge Two Sorted Lists | Easy | 67.9% | 62.5% |
| 22 | https://leetcode.com/problems/generate-parentheses | Generate Parentheses | Medium | 78.2% | 62.5% |
| 23 | https://leetcode.com/problems/merge-k-sorted-lists | Merge k Sorted Lists | Hard | 58.8% | 75.0% |
| 24 | https://leetcode.com/problems/swap-nodes-in-pairs | Swap Nodes in Pairs | Medium | 68.9% | 37.5% |
| 25 | https://leetcode.com/problems/reverse-nodes-in-k-group | Reverse Nodes in k-Group | Hard | 65.3% | 50.0% |
| 26 | https://leetcode.com/problems/remove-duplicates-from-sorted-array | Remove Duplicates from Sorted Array | Easy | 62.2% | 62.5% |
| 27 | https://leetcode.com/problems/remove-element | Remove Element | Easy | 61.3% | 50.0% |
| 28 | https://leetcode.com/problems/find-the-index-of-the-first-occurrence-in-a-string | Find the Index of the First Occurrence in a String | Easy | 46.2% | 50.0% |
| 29 | https://leetcode.com/problems/divide-two-integers | Divide Two Integers | Medium | 19.4% | 50.0% |
| 30 | https://leetcode.com/problems/substring-with-concatenation-of-all-words | Substring with Concatenation of All Words | Hard | 34.0% | 37.5% |
| 31 | https://leetcode.com/problems/next-permutation | Next Permutation | Medium | 44.7% | 62.5% |
| 32 | https://leetcode.com/problems/longest-valid-parentheses | Longest Valid Parentheses | Hard | 38.0% | 50.0% |
| 33 | https://leetcode.com/problems/search-in-rotated-sorted-array | Search in Rotated Sorted Array | Medium | 44.1% | 75.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% | 62.5% |
| 35 | https://leetcode.com/problems/search-insert-position | Search Insert Position | Easy | 50.7% | 50.0% |
| 36 | https://leetcode.com/problems/valid-sudoku | Valid Sudoku | Medium | 64.1% | 62.5% |
| 37 | https://leetcode.com/problems/sudoku-solver | Sudoku Solver | Hard | 65.4% | 50.0% |
| 38 | https://leetcode.com/problems/count-and-say | Count and Say | Medium | 62.3% | 37.5% |
| 39 | https://leetcode.com/problems/combination-sum | Combination Sum | Medium | 76.1% | 50.0% |
| 40 | https://leetcode.com/problems/combination-sum-ii | Combination Sum II | Medium | 59.0% | 37.5% |
| 41 | https://leetcode.com/problems/first-missing-positive | First Missing Positive | Hard | 42.4% | 62.5% |
| 42 | https://leetcode.com/problems/trapping-rain-water | Trapping Rain Water | Hard | 66.8% | 87.5% |
| 43 | https://leetcode.com/problems/multiply-strings | Multiply Strings | Medium | 43.5% | 37.5% |
| 44 | https://leetcode.com/problems/wildcard-matching | Wildcard Matching | Hard | 31.3% | 37.5% |
| 45 | https://leetcode.com/problems/jump-game-ii | Jump Game II | Medium | 42.4% | 62.5% |
| 46 | https://leetcode.com/problems/permutations | Permutations | Medium | 81.6% | 50.0% |
| 47 | https://leetcode.com/problems/permutations-ii | Permutations II | Medium | 62.9% | 37.5% |
| 48 | https://leetcode.com/problems/rotate-image | Rotate Image | Medium | 79.3% | 62.5% |
| 49 | https://leetcode.com/problems/group-anagrams | Group Anagrams | Medium | 72.2% | 75.0% |
| 50 | https://leetcode.com/problems/powx-n | Pow(x, n) | Medium | 38.2% | 50.0% |
| 51 | https://leetcode.com/problems/n-queens | N-Queens | Hard | 74.9% | 62.5% |
| 52 | https://leetcode.com/problems/n-queens-ii | N-Queens II | Hard | 78.1% | 25.0% |
| 53 | https://leetcode.com/problems/maximum-subarray | Maximum Subarray | Medium | 53.0% | 75.0% |
| 54 | https://leetcode.com/problems/spiral-matrix | Spiral Matrix | Medium | 56.1% | 62.5% |
| 55 | https://leetcode.com/problems/jump-game | Jump Game | Medium | 40.5% | 75.0% |
| 56 | https://leetcode.com/problems/merge-intervals | Merge Intervals | Medium | 51.1% | 75.0% |
| 57 | https://leetcode.com/problems/insert-interval | Insert Interval | Medium | 44.7% | 37.5% |
| 58 | https://leetcode.com/problems/length-of-last-word | Length of Last Word | Easy | 58.3% | 50.0% |
| 59 | https://leetcode.com/problems/spiral-matrix-ii | Spiral Matrix II | Medium | 74.6% | 25.0% |
| 60 | https://leetcode.com/problems/permutation-sequence | Permutation Sequence | Hard | 52.1% | 37.5% |
| 61 | https://leetcode.com/problems/rotate-list | Rotate List | Medium | 41.2% | 50.0% |
| 62 | https://leetcode.com/problems/unique-paths | Unique Paths | Medium | 66.5% | 62.5% |
| 63 | https://leetcode.com/problems/unique-paths-ii | Unique Paths II | Medium | 44.1% | 37.5% |
| 64 | https://leetcode.com/problems/minimum-path-sum | Minimum Path Sum | Medium | 67.8% | 50.0% |
| 65 | https://leetcode.com/problems/valid-number | Valid Number | Hard | 22.6% | 25.0% |
| 66 | https://leetcode.com/problems/plus-one | Plus One | Easy | 49.5% | 50.0% |
| 67 | https://leetcode.com/problems/add-binary | Add Binary | Easy | 57.6% | 50.0% |
| 68 | https://leetcode.com/problems/text-justification | Text Justification | Hard | 50.4% | 37.5% |
| 69 | https://leetcode.com/problems/sqrtx | Sqrt(x) | Easy | 41.4% | 62.5% |
| 70 | https://leetcode.com/problems/climbing-stairs | Climbing Stairs | Easy | 53.9% | 62.5% |
| 71 | https://leetcode.com/problems/simplify-path | Simplify Path | Medium | 50.0% | 50.0% |
| 72 | https://leetcode.com/problems/edit-distance | Edit Distance | Medium | 60.1% | 50.0% |
| 73 | https://leetcode.com/problems/set-matrix-zeroes | Set Matrix Zeroes | Medium | 62.4% | 50.0% |
| 74 | https://leetcode.com/problems/search-a-2d-matrix | Search a 2D Matrix | Medium | 53.5% | 62.5% |
| 75 | https://leetcode.com/problems/sort-colors | Sort Colors | Medium | 69.1% | 62.5% |
| 76 | https://leetcode.com/problems/minimum-window-substring | Minimum Window Substring | Hard | 46.9% | 62.5% |
| 77 | https://leetcode.com/problems/combinations | Combinations | Medium | 74.2% | 37.5% |
| 78 | https://leetcode.com/problems/subsets | Subsets | Medium | 82.0% | 62.5% |
| 79 | https://leetcode.com/problems/word-search | Word Search | Medium | 46.8% | 62.5% |
| 80 | https://leetcode.com/problems/remove-duplicates-from-sorted-array-ii | Remove Duplicates from Sorted Array II | Medium | 64.3% | 50.0% |
| 81 | https://leetcode.com/problems/search-in-rotated-sorted-array-ii | Search in Rotated Sorted Array II | Medium | 39.7% | 37.5% |
| 82 | https://leetcode.com/problems/remove-duplicates-from-sorted-list-ii | Remove Duplicates from Sorted List II | Medium | 51.3% | 12.5% |
| 83 | https://leetcode.com/problems/remove-duplicates-from-sorted-list | Remove Duplicates from Sorted List | Easy | 56.2% | 37.5% |
| 84 | https://leetcode.com/problems/largest-rectangle-in-histogram | Largest Rectangle in Histogram | Hard | 49.3% | 62.5% |
| 85 | https://leetcode.com/problems/maximal-rectangle | Maximal Rectangle | Hard | 58.1% | 50.0% |
| 86 | https://leetcode.com/problems/partition-list | Partition List | Medium | 60.6% | 37.5% |
| 87 | https://leetcode.com/problems/scramble-string | Scramble String | Hard | 43.9% | 25.0% |
| 88 | https://leetcode.com/problems/merge-sorted-array | Merge Sorted Array | Easy | 54.4% | 75.0% |
| 89 | https://leetcode.com/problems/gray-code | Gray Code | Medium | 64.0% | 37.5% |
| 90 | https://leetcode.com/problems/subsets-ii | Subsets II | Medium | 60.9% | 50.0% |
| 91 | https://leetcode.com/problems/decode-ways | Decode Ways | Medium | 37.6% | 37.5% |
| 92 | https://leetcode.com/problems/reverse-linked-list-ii | Reverse Linked List II | Medium | 51.0% | 50.0% |
| 93 | https://leetcode.com/problems/restore-ip-addresses | Restore IP Addresses | Medium | 55.3% | 25.0% |
| 94 | https://leetcode.com/problems/binary-tree-inorder-traversal | Binary Tree Inorder Traversal | Easy | 79.7% | 37.5% |
| 95 | https://leetcode.com/problems/unique-binary-search-trees-ii | Unique Binary Search Trees II | Medium | 61.9% | 25.0% |
| 96 | https://leetcode.com/problems/unique-binary-search-trees | Unique Binary Search Trees | Medium | 63.3% | 37.5% |
| 97 | https://leetcode.com/problems/interleaving-string | Interleaving String | Medium | 43.5% | 25.0% |
| 98 | https://leetcode.com/problems/validate-binary-search-tree | Validate Binary Search Tree | Medium | 35.3% | 50.0% |
| 99 | https://leetcode.com/problems/recover-binary-search-tree | Recover Binary Search Tree | Medium | 58.7% | 37.5% |
| 100 | https://leetcode.com/problems/same-tree | Same Tree | Easy | 66.6% | 37.5% |
| 101 | https://leetcode.com/problems/symmetric-tree | Symmetric Tree | Easy | 60.7% | 50.0% |
| 102 | https://leetcode.com/problems/binary-tree-level-order-traversal | Binary Tree Level Order Traversal | Medium | 72.2% | 50.0% |
| 103 | https://leetcode.com/problems/binary-tree-zigzag-level-order-traversal | Binary Tree Zigzag Level Order Traversal | Medium | 63.1% | 62.5% |
| 104 | https://leetcode.com/problems/maximum-depth-of-binary-tree | Maximum Depth of Binary Tree | Easy | 77.9% | 50.0% |
| 105 | https://leetcode.com/problems/construct-binary-tree-from-preorder-and-inorder-traversal | Construct Binary Tree from Preorder and Inorder Traversal | Medium | 68.3% | 50.0% |
| 106 | https://leetcode.com/problems/construct-binary-tree-from-inorder-and-postorder-traversal | Construct Binary Tree from Inorder and Postorder Traversal | Medium | 68.0% | 25.0% |
| 107 | https://leetcode.com/problems/binary-tree-level-order-traversal-ii | Binary Tree Level Order Traversal II | Medium | 67.6% | 12.5% |
| 108 | https://leetcode.com/problems/convert-sorted-array-to-binary-search-tree | Convert Sorted Array to Binary Search Tree | Easy | 75.2% | 37.5% |
| 109 | https://leetcode.com/problems/convert-sorted-list-to-binary-search-tree | Convert Sorted List to Binary Search Tree | Medium | 65.9% | 12.5% |
| 110 | https://leetcode.com/problems/balanced-binary-tree | Balanced Binary Tree | Easy | 57.8% | 50.0% |
| 111 | https://leetcode.com/problems/minimum-depth-of-binary-tree | Minimum Depth of Binary Tree | Easy | 52.3% | 12.5% |
| 112 | https://leetcode.com/problems/path-sum | Path Sum | Easy | 54.4% | 25.0% |
| 113 | https://leetcode.com/problems/path-sum-ii | Path Sum II | Medium | 61.7% | 25.0% |
| 114 | https://leetcode.com/problems/flatten-binary-tree-to-linked-list | Flatten Binary Tree to Linked List | Medium | 70.2% | 37.5% |
| 115 | https://leetcode.com/problems/distinct-subsequences | Distinct Subsequences | Hard | 51.5% | 37.5% |
| 116 | https://leetcode.com/problems/populating-next-right-pointers-in-each-node | Populating Next Right Pointers in Each Node | Medium | 66.8% | 50.0% |
| 117 | https://leetcode.com/problems/populating-next-right-pointers-in-each-node-ii | Populating Next Right Pointers in Each Node II | Medium | 57.1% | 25.0% |
| 118 | https://leetcode.com/problems/pascals-triangle | Pascal's Triangle | Easy | 78.7% | 62.5% |
| 119 | https://leetcode.com/problems/pascals-triangle-ii | Pascal's Triangle II | Easy | 67.1% | 25.0% |
| 120 | https://leetcode.com/problems/triangle | Triangle | Medium | 59.8% | 37.5% |
| 121 | https://leetcode.com/problems/best-time-to-buy-and-sell-stock | Best Time to Buy and Sell Stock | Easy | 56.4% | 87.5% |
| 122 | https://leetcode.com/problems/best-time-to-buy-and-sell-stock-ii | Best Time to Buy and Sell Stock II | Medium | 70.7% | 62.5% |
| 123 | https://leetcode.com/problems/best-time-to-buy-and-sell-stock-iii | Best Time to Buy and Sell Stock III | Hard | 53.1% | 37.5% |
| 124 | https://leetcode.com/problems/binary-tree-maximum-path-sum | Binary Tree Maximum Path Sum | Hard | 42.0% | 62.5% |
| 125 | https://leetcode.com/problems/valid-palindrome | Valid Palindrome | Easy | 52.8% | 50.0% |
| 126 | https://leetcode.com/problems/word-ladder-ii | Word Ladder II | Hard | 27.5% | 50.0% |
| 127 | https://leetcode.com/problems/word-ladder | Word Ladder | Hard | 44.9% | 75.0% |
| 128 | https://leetcode.com/problems/longest-consecutive-sequence | Longest Consecutive Sequence | Medium | 47.0% | 75.0% |
| 129 | https://leetcode.com/problems/sum-root-to-leaf-numbers | Sum Root to Leaf Numbers | Medium | 69.6% | 25.0% |
| 130 | https://leetcode.com/problems/surrounded-regions | Surrounded Regions | Medium | 44.7% | 50.0% |
| 131 | https://leetcode.com/problems/palindrome-partitioning | Palindrome Partitioning | Medium | 73.7% | 50.0% |
| 132 | https://leetcode.com/problems/palindrome-partitioning-ii | Palindrome Partitioning II | Hard | 36.6% | 25.0% |
| 133 | https://leetcode.com/problems/clone-graph | Clone Graph | Medium | 64.7% | 37.5% |
| 134 | https://leetcode.com/problems/gas-station | Gas Station | Medium | 47.5% | 62.5% |
| 135 | https://leetcode.com/problems/candy | Candy | Hard | 47.9% | 50.0% |
| 136 | https://leetcode.com/problems/single-number | Single Number | Easy | 77.3% | 62.5% |
| 137 | https://leetcode.com/problems/single-number-ii | Single Number II | Medium | 66.7% | 37.5% |
| 138 | https://leetcode.com/problems/copy-list-with-random-pointer | Copy List with Random Pointer | Medium | 62.4% | 75.0% |
| 139 | https://leetcode.com/problems/word-break | Word Break | Medium | 49.1% | 62.5% |
| 140 | https://leetcode.com/problems/word-break-ii | Word Break II | Hard | 55.1% | 50.0% |
| 141 | https://leetcode.com/problems/linked-list-cycle | Linked List Cycle | Easy | 53.9% | 50.0% |
| 142 | https://leetcode.com/problems/linked-list-cycle-ii | Linked List Cycle II | Medium | 57.2% | 37.5% |
| 143 | https://leetcode.com/problems/reorder-list | Reorder List | Medium | 64.6% | 50.0% |
| 144 | https://leetcode.com/problems/binary-tree-preorder-traversal | Binary Tree Preorder Traversal | Easy | 75.1% | 12.5% |
| 145 | https://leetcode.com/problems/binary-tree-postorder-traversal | Binary Tree Postorder Traversal | Easy | 77.6% | 25.0% |
| 146 | https://leetcode.com/problems/lru-cache | LRU Cache | Medium | 46.8% | 87.5% |
| 148 | https://leetcode.com/problems/sort-list | Sort List | Medium | 63.8% | 50.0% |
| 149 | https://leetcode.com/problems/max-points-on-a-line | Max Points on a Line | Hard | 30.2% | 25.0% |
| 150 | https://leetcode.com/problems/evaluate-reverse-polish-notation | Evaluate Reverse Polish Notation | Medium | 57.0% | 50.0% |
| 151 | https://leetcode.com/problems/reverse-words-in-a-string | Reverse Words in a String | Medium | 55.5% | 50.0% |
| 152 | https://leetcode.com/problems/maximum-product-subarray | Maximum Product Subarray | Medium | 36.0% | 50.0% |
| 153 | https://leetcode.com/problems/find-minimum-in-rotated-sorted-array | Find Minimum in Rotated Sorted Array | Medium | 53.8% | 50.0% |
| 154 | https://leetcode.com/problems/find-minimum-in-rotated-sorted-array-ii | Find Minimum in Rotated Sorted Array II | Hard | 44.6% | 12.5% |
| 155 | https://leetcode.com/problems/min-stack | Min Stack | Medium | 57.7% | 62.5% |
| 159 | https://leetcode.com/problems/longest-substring-with-at-most-two-distinct-characters | Longest Substring with At Most Two Distinct Characters | Medium | 57.0% | 12.5% |
| 160 | https://leetcode.com/problems/intersection-of-two-linked-lists | Intersection of Two Linked Lists | Easy | 63.2% | 50.0% |
| 162 | https://leetcode.com/problems/find-peak-element | Find Peak Element | Medium | 46.8% | 62.5% |
| 164 | https://leetcode.com/problems/maximum-gap | Maximum Gap | Medium | 51.4% | 12.5% |
| 165 | https://leetcode.com/problems/compare-version-numbers | Compare Version Numbers | Medium | 46.1% | 37.5% |
| 166 | https://leetcode.com/problems/fraction-to-recurring-decimal | Fraction to Recurring Decimal | Medium | 30.5% | 12.5% |
| 167 | https://leetcode.com/problems/two-sum-ii-input-array-is-sorted | Two Sum II - Input Array Is Sorted | Medium | 64.6% | 50.0% |
| 168 | https://leetcode.com/problems/excel-sheet-column-title | Excel Sheet Column Title | Easy | 45.7% | 25.0% |
| 169 | https://leetcode.com/problems/majority-element | Majority Element | Easy | 66.1% | 62.5% |
| 171 | https://leetcode.com/problems/excel-sheet-column-number | Excel Sheet Column Number | Easy | 67.2% | 25.0% |
| 172 | https://leetcode.com/problems/factorial-trailing-zeroes | Factorial Trailing Zeroes | Medium | 46.1% | 12.5% |
| 173 | https://leetcode.com/problems/binary-search-tree-iterator | Binary Search Tree Iterator | Medium | 76.1% | 37.5% |
| 174 | https://leetcode.com/problems/dungeon-game | Dungeon Game | Hard | 40.8% | 25.0% |
| 175 | https://leetcode.com/problems/combine-two-tables | Combine Two Tables | Easy | 79.2% | 50.0% |
| 176 | https://leetcode.com/problems/second-highest-salary | Second Highest Salary | Medium | 46.3% | 50.0% |
| 177 | https://leetcode.com/problems/nth-highest-salary | Nth Highest Salary | Medium | 38.8% | 25.0% |
| 178 | https://leetcode.com/problems/rank-scores | Rank Scores | Medium | 67.1% | 37.5% |
| 179 | https://leetcode.com/problems/largest-number | Largest Number | Medium | 42.6% | 50.0% |
| 180 | https://leetcode.com/problems/consecutive-numbers | Consecutive Numbers | Medium | 47.8% | 37.5% |
| 181 | https://leetcode.com/problems/employees-earning-more-than-their-managers | Employees Earning More Than Their Managers | Easy | 72.8% | 50.0% |
| 182 | https://leetcode.com/problems/duplicate-emails | Duplicate Emails | Easy | 73.4% | 25.0% |
| 183 | https://leetcode.com/problems/customers-who-never-order | Customers Who Never Order | Easy | 71.5% | 25.0% |
| 184 | https://leetcode.com/problems/department-highest-salary | Department Highest Salary | Medium | 57.3% | 25.0% |
| 185 | https://leetcode.com/problems/department-top-three-salaries | Department Top Three Salaries | Hard | 59.8% | 37.5% |
| 186 | https://leetcode.com/problems/reverse-words-in-a-string-ii | Reverse Words in a String II | Medium | 56.6% | 25.0% |
| 187 | https://leetcode.com/problems/repeated-dna-sequences | Repeated DNA Sequences | Medium | 52.9% | 25.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% |
| 189 | https://leetcode.com/problems/rotate-array | Rotate Array | Medium | 44.4% | 62.5% |
| 190 | https://leetcode.com/problems/reverse-bits | Reverse Bits | Easy | 67.7% | 25.0% |
| 191 | https://leetcode.com/problems/number-of-1-bits | Number of 1 Bits | Easy | 76.3% | 25.0% |
| 193 | https://leetcode.com/problems/valid-phone-numbers | Valid Phone Numbers | Easy | 28.9% | 12.5% |
| 196 | https://leetcode.com/problems/delete-duplicate-emails | Delete Duplicate Emails | Easy | 65.6% | 25.0% |
| 197 | https://leetcode.com/problems/rising-temperature | Rising Temperature | Easy | 51.0% | 37.5% |
| 198 | https://leetcode.com/problems/house-robber | House Robber | Medium | 52.9% | 62.5% |
| 199 | https://leetcode.com/problems/binary-tree-right-side-view | Binary Tree Right Side View | Medium | 69.5% | 50.0% |
| 200 | https://leetcode.com/problems/number-of-islands | Number of Islands | Medium | 63.8% | 87.5% |
| 201 | https://leetcode.com/problems/bitwise-and-of-numbers-range | Bitwise AND of Numbers Range | Medium | 48.6% | 12.5% |
| 202 | https://leetcode.com/problems/happy-number | Happy Number | Easy | 59.2% | 50.0% |
| 203 | https://leetcode.com/problems/remove-linked-list-elements | Remove Linked List Elements | Easy | 53.8% | 25.0% |
| 204 | https://leetcode.com/problems/count-primes | Count Primes | Medium | 35.7% | 50.0% |
| 205 | https://leetcode.com/problems/isomorphic-strings | Isomorphic Strings | Easy | 48.0% | 50.0% |
| 206 | https://leetcode.com/problems/reverse-linked-list | Reverse Linked List | Easy | 80.2% | 50.0% |
| 207 | https://leetcode.com/problems/course-schedule | Course Schedule | Medium | 50.8% | 75.0% |
| 208 | https://leetcode.com/problems/implement-trie-prefix-tree | Implement Trie (Prefix Tree) | Medium | 69.2% | 37.5% |
| 209 | https://leetcode.com/problems/minimum-size-subarray-sum | Minimum Size Subarray Sum | Medium | 51.0% | 50.0% |
| 210 | https://leetcode.com/problems/course-schedule-ii | Course Schedule II | Medium | 55.0% | 62.5% |
| 211 | https://leetcode.com/problems/design-add-and-search-words-data-structure | Design Add and Search Words Data Structure | Medium | 48.1% | 37.5% |
| 212 | https://leetcode.com/problems/word-search-ii | Word Search II | Hard | 38.1% | 50.0% |
| 213 | https://leetcode.com/problems/house-robber-ii | House Robber II | Medium | 44.6% | 37.5% |
| 214 | https://leetcode.com/problems/shortest-palindrome | Shortest Palindrome | Hard | 41.8% | 25.0% |
| 215 | https://leetcode.com/problems/kth-largest-element-in-an-array | Kth Largest Element in an Array | Medium | 68.8% | 62.5% |
| 216 | https://leetcode.com/problems/combination-sum-iii | Combination Sum III | Medium | 72.9% | 25.0% |
| 217 | https://leetcode.com/problems/contains-duplicate | Contains Duplicate | Easy | 64.1% | 50.0% |
| 218 | https://leetcode.com/problems/the-skyline-problem | The Skyline Problem | Hard | 45.0% | 25.0% |
| 219 | https://leetcode.com/problems/contains-duplicate-ii | Contains Duplicate II | Easy | 50.8% | 50.0% |
| 220 | https://leetcode.com/problems/contains-duplicate-iii | Contains Duplicate III | Hard | 24.4% | 12.5% |
| 221 | https://leetcode.com/problems/maximal-square | Maximal Square | Medium | 50.0% | 37.5% |
| 222 | https://leetcode.com/problems/count-complete-tree-nodes | Count Complete Tree Nodes | Easy | 72.0% | 12.5% |
| 224 | https://leetcode.com/problems/basic-calculator | Basic Calculator | Hard | 46.5% | 50.0% |
| 225 | https://leetcode.com/problems/implement-stack-using-queues | Implement Stack using Queues | Easy | 69.3% | 37.5% |
| 226 | https://leetcode.com/problems/invert-binary-tree | Invert Binary Tree | Easy | 79.8% | 37.5% |
| 227 | https://leetcode.com/problems/basic-calculator-ii | Basic Calculator II | Medium | 46.6% | 50.0% |
| 228 | https://leetcode.com/problems/summary-ranges | Summary Ranges | Easy | 53.9% | 37.5% |
| 229 | https://leetcode.com/problems/majority-element-ii | Majority Element II | Medium | 55.8% | 37.5% |
| 230 | https://leetcode.com/problems/kth-smallest-element-in-a-bst | Kth Smallest Element in a BST | Medium | 76.5% | 50.0% |
| 231 | https://leetcode.com/problems/power-of-two | Power of Two | Easy | 49.8% | 37.5% |
| 232 | https://leetcode.com/problems/implement-queue-using-stacks | Implement Queue using Stacks | Easy | 69.3% | 37.5% |
| 233 | https://leetcode.com/problems/number-of-digit-one | Number of Digit One | Hard | 37.7% | 25.0% |
| 234 | https://leetcode.com/problems/palindrome-linked-list | Palindrome Linked List | Easy | 57.4% | 50.0% |
| 235 | https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-tree | Lowest Common Ancestor of a Binary Search Tree | Medium | 70.0% | 50.0% |
| 236 | https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree | Lowest Common Ancestor of a Binary Tree | Medium | 68.7% | 75.0% |
| 237 | https://leetcode.com/problems/delete-node-in-a-linked-list | Delete Node in a Linked List | Medium | 83.6% | 37.5% |
| 238 | https://leetcode.com/problems/product-of-array-except-self | Product of Array Except Self | Medium | 68.6% | 62.5% |
| 239 | https://leetcode.com/problems/sliding-window-maximum | Sliding Window Maximum | Hard | 48.4% | 62.5% |
| 240 | https://leetcode.com/problems/search-a-2d-matrix-ii | Search a 2D Matrix II | Medium | 56.8% | 50.0% |
| 241 | https://leetcode.com/problems/different-ways-to-add-parentheses | Different Ways to Add Parentheses | Medium | 73.1% | 37.5% |
| 242 | https://leetcode.com/problems/valid-anagram | Valid Anagram | Easy | 67.8% | 62.5% |
| 243 | https://leetcode.com/problems/shortest-word-distance | Shortest Word Distance | Easy | 66.2% | 12.5% |
| 252 | https://leetcode.com/problems/meeting-rooms | Meeting Rooms | Easy | 59.3% | 25.0% |
| 253 | https://leetcode.com/problems/meeting-rooms-ii | Meeting Rooms II | Medium | 52.5% | 62.5% |
| 257 | https://leetcode.com/problems/binary-tree-paths | Binary Tree Paths | Easy | 68.2% | 12.5% |
| 258 | https://leetcode.com/problems/add-digits | Add Digits | Easy | 68.6% | 37.5% |
| 260 | https://leetcode.com/problems/single-number-iii | Single Number III | Medium | 70.4% | 25.0% |
| 261 | https://leetcode.com/problems/graph-valid-tree | Graph Valid Tree | Medium | 49.8% | 12.5% |
| 262 | https://leetcode.com/problems/trips-and-users | Trips and Users | Hard | 37.7% | 25.0% |
| 263 | https://leetcode.com/problems/ugly-number | Ugly Number | Easy | 43.1% | 25.0% |
| 264 | https://leetcode.com/problems/ugly-number-ii | Ugly Number II | Medium | 49.5% | 25.0% |
| 268 | https://leetcode.com/problems/missing-number | Missing Number | Easy | 71.6% | 62.5% |
| 269 | https://leetcode.com/problems/alien-dictionary | Alien Dictionary | Hard | 37.1% | 37.5% |
| 271 | https://leetcode.com/problems/encode-and-decode-strings | Encode and Decode Strings | Medium | 51.2% | 25.0% |
| 272 | https://leetcode.com/problems/closest-binary-search-tree-value-ii | Closest Binary Search Tree Value II | Hard | 61.1% | 12.5% |
| 273 | https://leetcode.com/problems/integer-to-english-words | Integer to English Words | Hard | 34.8% | 50.0% |
| 274 | https://leetcode.com/problems/h-index | H-Index | Medium | 41.1% | 37.5% |
| 277 | https://leetcode.com/problems/find-the-celebrity | Find the Celebrity | Medium | 48.9% | 25.0% |
| 278 | https://leetcode.com/problems/first-bad-version | First Bad Version | Easy | 46.8% | 37.5% |
| 279 | https://leetcode.com/problems/perfect-squares | Perfect Squares | Medium | 56.3% | 25.0% |
| 283 | https://leetcode.com/problems/move-zeroes | Move Zeroes | Easy | 63.5% | 62.5% |
| 286 | https://leetcode.com/problems/walls-and-gates | Walls and Gates | Medium | 63.8% | 25.0% |
| 287 | https://leetcode.com/problems/find-the-duplicate-number | Find the Duplicate Number | Medium | 64.0% | 50.0% |
| 289 | https://leetcode.com/problems/game-of-life | Game of Life | Medium | 72.3% | 25.0% |
| 290 | https://leetcode.com/problems/word-pattern | Word Pattern | Easy | 43.8% | 25.0% |
| 295 | https://leetcode.com/problems/find-median-from-data-stream | Find Median from Data Stream | Hard | 54.2% | 62.5% |
| 296 | https://leetcode.com/problems/best-meeting-point | Best Meeting Point | Hard | 61.4% | 12.5% |
| 297 | https://leetcode.com/problems/serialize-and-deserialize-binary-tree | Serialize and Deserialize Binary Tree | Hard | 60.3% | 62.5% |
| 299 | https://leetcode.com/problems/bulls-and-cows | Bulls and Cows | Medium | 52.2% | 25.0% |
| 300 | https://leetcode.com/problems/longest-increasing-subsequence | Longest Increasing Subsequence | Medium | 59.0% | 50.0% |
| 301 | https://leetcode.com/problems/remove-invalid-parentheses | Remove Invalid Parentheses | Hard | 49.8% | 12.5% |
| 303 | https://leetcode.com/problems/range-sum-query-immutable | Range Sum Query - Immutable | Easy | 71.4% | 37.5% |
| 304 | https://leetcode.com/problems/range-sum-query-2d-immutable | Range Sum Query 2D - Immutable | Medium | 57.8% | 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% | 12.5% |
| 310 | https://leetcode.com/problems/minimum-height-trees | Minimum Height Trees | Medium | 42.4% | 25.0% |
| 312 | https://leetcode.com/problems/burst-balloons | Burst Balloons | Hard | 62.9% | 37.5% |
| 314 | https://leetcode.com/problems/binary-tree-vertical-order-traversal | Binary Tree Vertical Order Traversal | Medium | 57.7% | 25.0% |
| 315 | https://leetcode.com/problems/count-of-smaller-numbers-after-self | Count of Smaller Numbers After Self | Hard | 43.3% | 25.0% |
| 316 | https://leetcode.com/problems/remove-duplicate-letters | Remove Duplicate Letters | Medium | 52.8% | 37.5% |
| 317 | https://leetcode.com/problems/shortest-distance-from-all-buildings | Shortest Distance from All Buildings | Hard | 44.8% | 25.0% |
| 318 | https://leetcode.com/problems/maximum-product-of-word-lengths | Maximum Product of Word Lengths | Medium | 61.0% | 12.5% |
| 319 | https://leetcode.com/problems/bulb-switcher | Bulb Switcher | Medium | 55.5% | 25.0% |
| 321 | https://leetcode.com/problems/create-maximum-number | Create Maximum Number | Hard | 34.6% | 12.5% |
| 322 | https://leetcode.com/problems/coin-change | Coin Change | Medium | 47.9% | 62.5% |
| 323 | https://leetcode.com/problems/number-of-connected-components-in-an-undirected-graph | Number of Connected Components in an Undirected Graph | Medium | 64.8% | 37.5% |
| 324 | https://leetcode.com/problems/wiggle-sort-ii | Wiggle Sort II | Medium | 36.9% | 12.5% |
| 325 | https://leetcode.com/problems/maximum-size-subarray-sum-equals-k | Maximum Size Subarray Sum Equals k | Medium | 50.8% | 12.5% |
| 326 | https://leetcode.com/problems/power-of-three | Power of Three | Easy | 50.7% | 25.0% |
| 327 | https://leetcode.com/problems/count-of-range-sum | Count of Range Sum | Hard | 38.3% | 12.5% |
| 328 | https://leetcode.com/problems/odd-even-linked-list | Odd Even Linked List | Medium | 62.3% | 50.0% |
| 329 | https://leetcode.com/problems/longest-increasing-path-in-a-matrix | Longest Increasing Path in a Matrix | Hard | 56.3% | 37.5% |
| 330 | https://leetcode.com/problems/patching-array | Patching Array | Hard | 54.1% | 12.5% |
| 332 | https://leetcode.com/problems/reconstruct-itinerary | Reconstruct Itinerary | Hard | 44.3% | 37.5% |
| 334 | https://leetcode.com/problems/increasing-triplet-subsequence | Increasing Triplet Subsequence | Medium | 39.2% | 37.5% |
| 336 | https://leetcode.com/problems/palindrome-pairs | Palindrome Pairs | Hard | 36.9% | 12.5% |
| 337 | https://leetcode.com/problems/house-robber-iii | House Robber III | Medium | 55.6% | 37.5% |
| 338 | https://leetcode.com/problems/counting-bits | Counting Bits | Easy | 80.4% | 25.0% |
| 339 | https://leetcode.com/problems/nested-list-weight-sum | Nested List Weight Sum | Medium | 85.9% | 25.0% |
| 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% |
| 341 | https://leetcode.com/problems/flatten-nested-list-iterator | Flatten Nested List Iterator | Medium | 65.6% | 25.0% |
| 342 | https://leetcode.com/problems/power-of-four | Power of Four | Easy | 51.7% | 25.0% |
| 343 | https://leetcode.com/problems/integer-break | Integer Break | Medium | 61.8% | 12.5% |
| 344 | https://leetcode.com/problems/reverse-string | Reverse String | Easy | 80.5% | 50.0% |
| 345 | https://leetcode.com/problems/reverse-vowels-of-a-string | Reverse Vowels of a String | Easy | 60.6% | 37.5% |
| 346 | https://leetcode.com/problems/moving-average-from-data-stream | Moving Average from Data Stream | Easy | 80.2% | 25.0% |
| 347 | https://leetcode.com/problems/top-k-frequent-elements | Top K Frequent Elements | Medium | 65.8% | 75.0% |
| 348 | https://leetcode.com/problems/design-tic-tac-toe | Design Tic-Tac-Toe | Medium | 58.7% | 37.5% |
| 349 | https://leetcode.com/problems/intersection-of-two-arrays | Intersection of Two Arrays | Easy | 77.5% | 50.0% |
| 350 | https://leetcode.com/problems/intersection-of-two-arrays-ii | Intersection of Two Arrays II | Easy | 59.7% | 12.5% |
| 354 | https://leetcode.com/problems/russian-doll-envelopes | Russian Doll Envelopes | Hard | 37.7% | 37.5% |
| 355 | https://leetcode.com/problems/design-twitter | Design Twitter | Medium | 44.2% | 37.5% |
| 359 | https://leetcode.com/problems/logger-rate-limiter | Logger Rate Limiter | Easy | 76.8% | 25.0% |
| 362 | https://leetcode.com/problems/design-hit-counter | Design Hit Counter | Medium | 69.6% | 25.0% |
| 364 | https://leetcode.com/problems/nested-list-weight-sum-ii | Nested List Weight Sum II | Medium | 66.7% | 12.5% |
| 366 | https://leetcode.com/problems/find-leaves-of-binary-tree | Find Leaves of Binary Tree | Medium | 81.3% | 12.5% |
| 367 | https://leetcode.com/problems/valid-perfect-square | Valid Perfect Square | Easy | 44.7% | 12.5% |
| 368 | https://leetcode.com/problems/largest-divisible-subset | Largest Divisible Subset | Medium | 49.4% | 25.0% |
| 369 | https://leetcode.com/problems/plus-one-linked-list | Plus One Linked List | Medium | 61.2% | 12.5% |
| 371 | https://leetcode.com/problems/sum-of-two-integers | Sum of Two Integers | Medium | 55.0% | 37.5% |
| 372 | https://leetcode.com/problems/super-pow | Super Pow | Medium | 36.3% | 12.5% |
| 373 | https://leetcode.com/problems/find-k-pairs-with-smallest-sums | Find K Pairs with Smallest Sums | Medium | 41.5% | 37.5% |
| 374 | https://leetcode.com/problems/guess-number-higher-or-lower | Guess Number Higher or Lower | Easy | 57.1% | 12.5% |
| 377 | https://leetcode.com/problems/combination-sum-iv | Combination Sum IV | Medium | 55.0% | 12.5% |
| 378 | https://leetcode.com/problems/kth-smallest-element-in-a-sorted-matrix | Kth Smallest Element in a Sorted Matrix | Medium | 64.4% | 37.5% |
| 380 | https://leetcode.com/problems/insert-delete-getrandom-o1 | Insert Delete GetRandom O(1) | Medium | 55.3% | 62.5% |
| 381 | https://leetcode.com/problems/insert-delete-getrandom-o1-duplicates-allowed | Insert Delete GetRandom O(1) - Duplicates allowed | Hard | 36.4% | 25.0% |
| 383 | https://leetcode.com/problems/ransom-note | Ransom Note | Easy | 65.6% | 37.5% |
| 384 | https://leetcode.com/problems/shuffle-an-array | Shuffle an Array | Medium | 59.5% | 12.5% |
| 385 | https://leetcode.com/problems/mini-parser | Mini Parser | Medium | 42.0% | 12.5% |
| 386 | https://leetcode.com/problems/lexicographical-numbers | Lexicographical Numbers | Medium | 76.2% | 25.0% |
| 387 | https://leetcode.com/problems/first-unique-character-in-a-string | First Unique Character in a String | Easy | 65.0% | 50.0% |
| 388 | https://leetcode.com/problems/longest-absolute-file-path | Longest Absolute File Path | Medium | 49.2% | 12.5% |
| 389 | https://leetcode.com/problems/find-the-difference | Find the Difference | Easy | 60.1% | 37.5% |
| 390 | https://leetcode.com/problems/elimination-game | Elimination Game | Medium | 45.9% | 12.5% |
| 392 | https://leetcode.com/problems/is-subsequence | Is Subsequence | Easy | 48.8% | 37.5% |
| 394 | https://leetcode.com/problems/decode-string | Decode String | Medium | 62.2% | 50.0% |
| 395 | https://leetcode.com/problems/longest-substring-with-at-least-k-repeating-characters | Longest Substring with At Least K Repeating Characters | Medium | 46.0% | 37.5% |
| 396 | https://leetcode.com/problems/rotate-function | Rotate Function | Medium | 45.4% | 25.0% |
| 398 | https://leetcode.com/problems/random-pick-index | Random Pick Index | Medium | 65.0% | 12.5% |
| 399 | https://leetcode.com/problems/evaluate-division | Evaluate Division | Medium | 64.0% | 50.0% |
| 402 | https://leetcode.com/problems/remove-k-digits | Remove K Digits | Medium | 36.4% | 50.0% |
| 403 | https://leetcode.com/problems/frog-jump | Frog Jump | Hard | 47.1% | 25.0% |
| 404 | https://leetcode.com/problems/sum-of-left-leaves | Sum of Left Leaves | Easy | 62.4% | 25.0% |
| 405 | https://leetcode.com/problems/convert-a-number-to-hexadecimal | Convert a Number to Hexadecimal | Easy | 53.2% | 12.5% |
| 406 | https://leetcode.com/problems/queue-reconstruction-by-height | Queue Reconstruction by Height | Medium | 74.6% | 12.5% |
| 407 | https://leetcode.com/problems/trapping-rain-water-ii | Trapping Rain Water II | Hard | 64.0% | 37.5% |
| 408 | https://leetcode.com/problems/valid-word-abbreviation | Valid Word Abbreviation | Easy | 37.0% | 25.0% |
| 409 | https://leetcode.com/problems/longest-palindrome | Longest Palindrome | Easy | 55.8% | 25.0% |
| 410 | https://leetcode.com/problems/split-array-largest-sum | Split Array Largest Sum | Hard | 59.8% | 50.0% |
| 412 | https://leetcode.com/problems/fizz-buzz | Fizz Buzz | Easy | 75.2% | 50.0% |
| 413 | https://leetcode.com/problems/arithmetic-slices | Arithmetic Slices | Medium | 64.8% | 12.5% |
| 414 | https://leetcode.com/problems/third-maximum-number | Third Maximum Number | Easy | 38.8% | 25.0% |
| 415 | https://leetcode.com/problems/add-strings | Add Strings | Easy | 52.1% | 25.0% |
| 416 | https://leetcode.com/problems/partition-equal-subset-sum | Partition Equal Subset Sum | Medium | 49.2% | 50.0% |
| 417 | https://leetcode.com/problems/pacific-atlantic-water-flow | Pacific Atlantic Water Flow | Medium | 60.6% | 37.5% |
| 419 | https://leetcode.com/problems/battleships-in-a-board | Battleships in a Board | Medium | 77.3% | 25.0% |
| 420 | https://leetcode.com/problems/strong-password-checker | Strong Password Checker | Hard | 15.4% | 12.5% |
| 421 | https://leetcode.com/problems/maximum-xor-of-two-numbers-in-an-array | Maximum XOR of Two Numbers in an Array | Medium | 53.4% | 12.5% |
| 424 | https://leetcode.com/problems/longest-repeating-character-replacement | Longest Repeating Character Replacement | Medium | 59.0% | 50.0% |
| 432 | https://leetcode.com/problems/all-oone-data-structure | All O`one Data Structure | Hard | 44.1% | 37.5% |
| 433 | https://leetcode.com/problems/minimum-genetic-mutation | Minimum Genetic Mutation | Medium | 56.4% | 25.0% |
| 435 | https://leetcode.com/problems/non-overlapping-intervals | Non-overlapping Intervals | Medium | 56.7% | 37.5% |
| 436 | https://leetcode.com/problems/find-right-interval | Find Right Interval | Medium | 55.4% | 12.5% |
| 437 | https://leetcode.com/problems/path-sum-iii | Path Sum III | Medium | 46.3% | 37.5% |
| 438 | https://leetcode.com/problems/find-all-anagrams-in-a-string | Find All Anagrams in a String | Medium | 53.3% | 50.0% |
| 441 | https://leetcode.com/problems/arranging-coins | Arranging Coins | Easy | 48.0% | 25.0% |
| 442 | https://leetcode.com/problems/find-all-duplicates-in-an-array | Find All Duplicates in an Array | Medium | 76.8% | 37.5% |
| 443 | https://leetcode.com/problems/string-compression | String Compression | Medium | 59.5% | 50.0% |
| 445 | https://leetcode.com/problems/add-two-numbers-ii | Add Two Numbers II | Medium | 62.4% | 25.0% |
| 446 | https://leetcode.com/problems/arithmetic-slices-ii-subsequence | Arithmetic Slices II - Subsequence | Hard | 54.9% | 12.5% |
| 448 | https://leetcode.com/problems/find-all-numbers-disappeared-in-an-array | Find All Numbers Disappeared in an Array | Easy | 63.7% | 37.5% |
| 449 | https://leetcode.com/problems/serialize-and-deserialize-bst | Serialize and Deserialize BST | Medium | 59.3% | 25.0% |
| 450 | https://leetcode.com/problems/delete-node-in-a-bst | Delete Node in a BST | Medium | 54.2% | 37.5% |
| 451 | https://leetcode.com/problems/sort-characters-by-frequency | Sort Characters By Frequency | Medium | 75.1% | 37.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% |
| 453 | https://leetcode.com/problems/minimum-moves-to-equal-array-elements | Minimum Moves to Equal Array Elements | Medium | 58.5% | 12.5% |
| 454 | https://leetcode.com/problems/4sum-ii | 4Sum II | Medium | 57.8% | 12.5% |
| 455 | https://leetcode.com/problems/assign-cookies | Assign Cookies | Easy | 54.7% | 37.5% |
| 456 | https://leetcode.com/problems/132-pattern | 132 Pattern | Medium | 34.5% | 25.0% |
| 457 | https://leetcode.com/problems/circular-array-loop | Circular Array Loop | Medium | 37.0% | 12.5% |
| 459 | https://leetcode.com/problems/repeated-substring-pattern | Repeated Substring Pattern | Easy | 47.8% | 37.5% |
| 460 | https://leetcode.com/problems/lfu-cache | LFU Cache | Hard | 48.6% | 50.0% |
| 461 | https://leetcode.com/problems/hamming-distance | Hamming Distance | Easy | 76.6% | 12.5% |
| 462 | https://leetcode.com/problems/minimum-moves-to-equal-array-elements-ii | Minimum Moves to Equal Array Elements II | Medium | 61.5% | 12.5% |
| 463 | https://leetcode.com/problems/island-perimeter | Island Perimeter | Easy | 74.2% | 25.0% |
| 464 | https://leetcode.com/problems/can-i-win | Can I Win | Medium | 31.0% | 12.5% |
| 465 | https://leetcode.com/problems/optimal-account-balancing | Optimal Account Balancing | Hard | 50.3% | 25.0% |
| 468 | https://leetcode.com/problems/validate-ip-address | Validate IP Address | Medium | 28.2% | 12.5% |
| 472 | https://leetcode.com/problems/concatenated-words | Concatenated Words | Hard | 49.7% | 50.0% |
| 475 | https://leetcode.com/problems/heaters | Heaters | Medium | 41.4% | 25.0% |
| 480 | https://leetcode.com/problems/sliding-window-median | Sliding Window Median | Hard | 38.9% | 25.0% |
| 481 | https://leetcode.com/problems/magical-string | Magical String | Medium | 54.5% | 12.5% |
| 485 | https://leetcode.com/problems/max-consecutive-ones | Max Consecutive Ones | Easy | 64.6% | 50.0% |
| 486 | https://leetcode.com/problems/predict-the-winner | Predict the Winner | Medium | 56.1% | 37.5% |
| 493 | https://leetcode.com/problems/reverse-pairs | Reverse Pairs | Hard | 33.7% | 37.5% |
| 494 | https://leetcode.com/problems/target-sum | Target Sum | Medium | 51.8% | 50.0% |
| 496 | https://leetcode.com/problems/next-greater-element-i | Next Greater Element I | Easy | 75.7% | 50.0% |
| 498 | https://leetcode.com/problems/diagonal-traverse | Diagonal Traverse | Medium | 67.0% | 37.5% |
| 500 | https://leetcode.com/problems/keyboard-row | Keyboard Row | Easy | 73.5% | 12.5% |
| 501 | https://leetcode.com/problems/find-mode-in-binary-search-tree | Find Mode in Binary Search Tree | Easy | 58.5% | 12.5% |
| 502 | https://leetcode.com/problems/ipo | IPO | Hard | 53.3% | 25.0% |
| 503 | https://leetcode.com/problems/next-greater-element-ii | Next Greater Element II | Medium | 67.9% | 50.0% |
| 504 | https://leetcode.com/problems/base-7 | Base 7 | Easy | 53.8% | 25.0% |
| 506 | https://leetcode.com/problems/relative-ranks | Relative Ranks | Easy | 74.4% | 12.5% |
| 507 | https://leetcode.com/problems/perfect-number | Perfect Number | Easy | 47.9% | 12.5% |
| 508 | https://leetcode.com/problems/most-frequent-subtree-sum | Most Frequent Subtree Sum | Medium | 68.9% | 25.0% |
| 2036 | https://leetcode.com/problems/maximum-alternating-subarray-sum | Maximum Alternating Subarray Sum | Medium | 40.0% | 25.0% |
| 513 | https://leetcode.com/problems/find-bottom-left-tree-value | Find Bottom Left Tree Value | Medium | 72.2% | 12.5% |
| 514 | https://leetcode.com/problems/freedom-trail | Freedom Trail | Hard | 59.2% | 12.5% |
| 515 | https://leetcode.com/problems/find-largest-value-in-each-tree-row | Find Largest Value in Each Tree Row | Medium | 66.3% | 12.5% |
| 516 | https://leetcode.com/problems/longest-palindromic-subsequence | Longest Palindromic Subsequence | Medium | 65.1% | 37.5% |
| 517 | https://leetcode.com/problems/super-washing-machines | Super Washing Machines | Hard | 43.8% | 25.0% |
| 518 | https://leetcode.com/problems/coin-change-ii | Coin Change II | Medium | 60.5% | 37.5% |
| 523 | https://leetcode.com/problems/continuous-subarray-sum | Continuous Subarray Sum | Medium | 31.2% | 37.5% |
| 525 | https://leetcode.com/problems/contiguous-array | Contiguous Array | Medium | 50.8% | 50.0% |
| 526 | https://leetcode.com/problems/beautiful-arrangement | Beautiful Arrangement | Medium | 64.7% | 12.5% |
| 1721 | https://leetcode.com/problems/swapping-nodes-in-a-linked-list | Swapping Nodes in a Linked List | Medium | 69.2% | 37.5% |
| 529 | https://leetcode.com/problems/minesweeper | Minesweeper | Medium | 68.7% | 25.0% |
| 532 | https://leetcode.com/problems/k-diff-pairs-in-an-array | K-diff Pairs in an Array | Medium | 45.6% | 37.5% |
| 535 | https://leetcode.com/problems/encode-and-decode-tinyurl | Encode and Decode TinyURL | Medium | 86.6% | 25.0% |
| 536 | https://leetcode.com/problems/construct-binary-tree-from-string | Construct Binary Tree from String | Medium | 58.7% | 25.0% |
| 537 | https://leetcode.com/problems/complex-number-multiplication | Complex Number Multiplication | Medium | 73.2% | 25.0% |
| 538 | https://leetcode.com/problems/convert-bst-to-greater-tree | Convert BST to Greater Tree | Medium | 71.4% | 25.0% |
| 539 | https://leetcode.com/problems/minimum-time-difference | Minimum Time Difference | Medium | 62.5% | 25.0% |
| 540 | https://leetcode.com/problems/single-element-in-a-sorted-array | Single Element in a Sorted Array | Medium | 59.2% | 62.5% |
| 541 | https://leetcode.com/problems/reverse-string-ii | Reverse String II | Easy | 53.3% | 12.5% |
| 542 | https://leetcode.com/problems/01-matrix | 01 Matrix | Medium | 53.3% | 37.5% |
| 543 | https://leetcode.com/problems/diameter-of-binary-tree | Diameter of Binary Tree | Easy | 65.0% | 50.0% |
| 545 | https://leetcode.com/problems/boundary-of-binary-tree | Boundary of Binary Tree | Medium | 47.9% | 37.5% |
| 547 | https://leetcode.com/problems/number-of-provinces | Number of Provinces | Medium | 70.0% | 50.0% |
| 553 | https://leetcode.com/problems/optimal-division | Optimal Division | Medium | 62.7% | 25.0% |
| 554 | https://leetcode.com/problems/brick-wall | Brick Wall | Medium | 56.0% | 12.5% |
| 556 | https://leetcode.com/problems/next-greater-element-iii | Next Greater Element III | Medium | 35.1% | 37.5% |
| 557 | https://leetcode.com/problems/reverse-words-in-a-string-iii | Reverse Words in a String III | Easy | 83.9% | 25.0% |
| 560 | https://leetcode.com/problems/subarray-sum-equals-k | Subarray Sum Equals K | Medium | 46.8% | 75.0% |
| 561 | https://leetcode.com/problems/array-partition | Array Partition | Easy | 81.5% | 25.0% |
| 564 | https://leetcode.com/problems/find-the-closest-palindrome | Find the Closest Palindrome | Hard | 31.8% | 25.0% |
| 567 | https://leetcode.com/problems/permutation-in-string | Permutation in String | Medium | 48.4% | 50.0% |
| 570 | https://leetcode.com/problems/managers-with-at-least-5-direct-reports | Managers with at Least 5 Direct Reports | Medium | 48.9% | 50.0% |
| 572 | https://leetcode.com/problems/subtree-of-another-tree | Subtree of Another Tree | Easy | 51.2% | 25.0% |
| 577 | https://leetcode.com/problems/employee-bonus | Employee Bonus | Easy | 77.1% | 37.5% |
| 579 | https://leetcode.com/problems/find-cumulative-salary-of-an-employee | Find Cumulative Salary of an Employee | Hard | 49.3% | 25.0% |
| 581 | https://leetcode.com/problems/shortest-unsorted-continuous-subarray | Shortest Unsorted Continuous Subarray | Medium | 38.0% | 25.0% |
| 582 | https://leetcode.com/problems/kill-process | Kill Process | Medium | 70.3% | 12.5% |
| 583 | https://leetcode.com/problems/delete-operation-for-two-strings | Delete Operation for Two Strings | Medium | 65.2% | 12.5% |
| 584 | https://leetcode.com/problems/find-customer-referee | Find Customer Referee | Easy | 72.6% | 37.5% |
| 585 | https://leetcode.com/problems/investments-in-2016 | Investments in 2016 | Medium | 50.8% | 12.5% |
| 587 | https://leetcode.com/problems/erect-the-fence | Erect the Fence | Hard | 52.7% | 12.5% |
| 588 | https://leetcode.com/problems/design-in-memory-file-system | Design In-Memory File System | Hard | 48.4% | 37.5% |
| 594 | https://leetcode.com/problems/longest-harmonious-subsequence | Longest Harmonious Subsequence | Easy | 64.4% | 25.0% |
| 595 | https://leetcode.com/problems/big-countries | Big Countries | Easy | 68.4% | 37.5% |
| 601 | https://leetcode.com/problems/human-traffic-of-stadium | Human Traffic of Stadium | Hard | 50.8% | 12.5% |
| 602 | https://leetcode.com/problems/friend-requests-ii-who-has-the-most-friends | Friend Requests II: Who Has the Most Friends | Medium | 62.2% | 12.5% |
| 605 | https://leetcode.com/problems/can-place-flowers | Can Place Flowers | Easy | 29.0% | 37.5% |
| 606 | https://leetcode.com/problems/construct-string-from-binary-tree | Construct String from Binary Tree | Medium | 70.6% | 25.0% |
| 607 | https://leetcode.com/problems/sales-person | Sales Person | Easy | 65.8% | 12.5% |
| 610 | https://leetcode.com/problems/triangle-judgement | Triangle Judgement | Easy | 74.5% | 25.0% |
| 611 | https://leetcode.com/problems/valid-triangle-number | Valid Triangle Number | Medium | 56.7% | 25.0% |
| 617 | https://leetcode.com/problems/merge-two-binary-trees | Merge Two Binary Trees | Easy | 79.0% | 37.5% |
| 620 | https://leetcode.com/problems/not-boring-movies | Not Boring Movies | Easy | 75.1% | 12.5% |
| 621 | https://leetcode.com/problems/task-scheduler | Task Scheduler | Medium | 62.6% | 62.5% |
| 626 | https://leetcode.com/problems/exchange-seats | Exchange Seats | Medium | 73.8% | 25.0% |
| 627 | https://leetcode.com/problems/swap-sex-of-employees | Swap Sex of Employees | Easy | 84.5% | 12.5% |
| 628 | https://leetcode.com/problems/maximum-product-of-three-numbers | Maximum Product of Three Numbers | Easy | 45.7% | 25.0% |
| 630 | https://leetcode.com/problems/course-schedule-iii | Course Schedule III | Hard | 41.4% | 25.0% |
| 632 | https://leetcode.com/problems/smallest-range-covering-elements-from-k-lists | Smallest Range Covering Elements from K Lists | Hard | 70.0% | 37.5% |
| 633 | https://leetcode.com/problems/sum-of-square-numbers | Sum of Square Numbers | Medium | 36.7% | 25.0% |
| 636 | https://leetcode.com/problems/exclusive-time-of-functions | Exclusive Time of Functions | Medium | 66.1% | 37.5% |
| 638 | https://leetcode.com/problems/shopping-offers | Shopping Offers | Medium | 52.2% | 12.5% |
| 640 | https://leetcode.com/problems/solve-the-equation | Solve the Equation | Medium | 46.0% | 25.0% |
| 642 | https://leetcode.com/problems/design-search-autocomplete-system | Design Search Autocomplete System | Hard | 49.7% | 25.0% |
| 643 | https://leetcode.com/problems/maximum-average-subarray-i | Maximum Average Subarray I | Easy | 47.0% | 37.5% |
| 645 | https://leetcode.com/problems/set-mismatch | Set Mismatch | Easy | 44.2% | 37.5% |
| 646 | https://leetcode.com/problems/maximum-length-of-pair-chain | Maximum Length of Pair Chain | Medium | 61.5% | 25.0% |
| 647 | https://leetcode.com/problems/palindromic-substrings | Palindromic Substrings | Medium | 72.5% | 37.5% |
| 648 | https://leetcode.com/problems/replace-words | Replace Words | Medium | 68.6% | 12.5% |
| 649 | https://leetcode.com/problems/dota2-senate | Dota2 Senate | Medium | 49.6% | 12.5% |
| 650 | https://leetcode.com/problems/2-keys-keyboard | 2 Keys Keyboard | Medium | 59.3% | 25.0% |
| 652 | https://leetcode.com/problems/find-duplicate-subtrees | Find Duplicate Subtrees | Medium | 60.6% | 12.5% |
| 653 | https://leetcode.com/problems/two-sum-iv-input-is-a-bst | Two Sum IV - Input is a BST | Easy | 63.0% | 37.5% |
| 655 | https://leetcode.com/problems/print-binary-tree | Print Binary Tree | Medium | 66.4% | 12.5% |
| 658 | https://leetcode.com/problems/find-k-closest-elements | Find K Closest Elements | Medium | 49.4% | 50.0% |
| 659 | https://leetcode.com/problems/split-array-into-consecutive-subsequences | Split Array into Consecutive Subsequences | Medium | 52.0% | 12.5% |
| 661 | https://leetcode.com/problems/image-smoother | Image Smoother | Easy | 69.1% | 25.0% |
| 662 | https://leetcode.com/problems/maximum-width-of-binary-tree | Maximum Width of Binary Tree | Medium | 45.2% | 50.0% |
| 663 | https://leetcode.com/problems/equal-tree-partition | Equal Tree Partition | Medium | 42.3% | 25.0% |
| 664 | https://leetcode.com/problems/strange-printer | Strange Printer | Hard | 60.9% | 12.5% |
| 669 | https://leetcode.com/problems/trim-a-binary-search-tree | Trim a Binary Search Tree | Medium | 66.6% | 12.5% |
| 670 | https://leetcode.com/problems/maximum-swap | Maximum Swap | Medium | 51.9% | 25.0% |
| 673 | https://leetcode.com/problems/number-of-longest-increasing-subsequence | Number of Longest Increasing Subsequence | Medium | 51.3% | 12.5% |
| 675 | https://leetcode.com/problems/cut-off-trees-for-golf-event | Cut Off Trees for Golf Event | Hard | 36.1% | 25.0% |
| 678 | https://leetcode.com/problems/valid-parenthesis-string | Valid Parenthesis String | Medium | 39.8% | 37.5% |
| 680 | https://leetcode.com/problems/valid-palindrome-ii | Valid Palindrome II | Easy | 44.0% | 37.5% |
| 682 | https://leetcode.com/problems/baseball-game | Baseball Game | Easy | 80.0% | 25.0% |
| 684 | https://leetcode.com/problems/redundant-connection | Redundant Connection | Medium | 67.2% | 25.0% |
| 686 | https://leetcode.com/problems/repeated-string-match | Repeated String Match | Medium | 38.3% | 12.5% |
| 691 | https://leetcode.com/problems/stickers-to-spell-word | Stickers to Spell Word | Hard | 50.6% | 12.5% |
| 692 | https://leetcode.com/problems/top-k-frequent-words | Top K Frequent Words | Medium | 60.0% | 50.0% |
| 694 | https://leetcode.com/problems/number-of-distinct-islands | Number of Distinct Islands | Medium | 62.7% | 37.5% |
| 695 | https://leetcode.com/problems/max-area-of-island | Max Area of Island | Medium | 73.8% | 37.5% |
| 696 | https://leetcode.com/problems/count-binary-substrings | Count Binary Substrings | Easy | 70.2% | 37.5% |
| 698 | https://leetcode.com/problems/partition-to-k-equal-sum-subsets | Partition to K Equal Sum Subsets | Medium | 38.4% | 25.0% |
| 711 | https://leetcode.com/problems/number-of-distinct-islands-ii | Number of Distinct Islands II | Hard | 55.3% | 25.0% |
| 712 | https://leetcode.com/problems/minimum-ascii-delete-sum-for-two-strings | Minimum ASCII Delete Sum for Two Strings | Medium | 70.9% | 12.5% |
| 713 | https://leetcode.com/problems/subarray-product-less-than-k | Subarray Product Less Than K | Medium | 53.9% | 37.5% |
| 714 | https://leetcode.com/problems/best-time-to-buy-and-sell-stock-with-transaction-fee | Best Time to Buy and Sell Stock with Transaction Fee | Medium | 71.7% | 12.5% |
| 715 | https://leetcode.com/problems/range-module | Range Module | Hard | 44.7% | 12.5% |
| 716 | https://leetcode.com/problems/max-stack | Max Stack | Hard | 45.9% | 25.0% |
| 718 | https://leetcode.com/problems/maximum-length-of-repeated-subarray | Maximum Length of Repeated Subarray | Medium | 51.2% | 12.5% |
| 719 | https://leetcode.com/problems/find-k-th-smallest-pair-distance | Find K-th Smallest Pair Distance | Hard | 46.3% | 25.0% |
| 720 | https://leetcode.com/problems/longest-word-in-dictionary | Longest Word in Dictionary | Medium | 54.5% | 12.5% |
| 721 | https://leetcode.com/problems/accounts-merge | Accounts Merge | Medium | 60.9% | 37.5% |
| 724 | https://leetcode.com/problems/find-pivot-index | Find Pivot Index | Easy | 62.1% | 37.5% |
| 725 | https://leetcode.com/problems/split-linked-list-in-parts | Split Linked List in Parts | Medium | 70.5% | 37.5% |
| 726 | https://leetcode.com/problems/number-of-atoms | Number of Atoms | Hard | 65.1% | 12.5% |
| 729 | https://leetcode.com/problems/my-calendar-i | My Calendar I | Medium | 58.2% | 25.0% |
| 730 | https://leetcode.com/problems/count-different-palindromic-subsequences | Count Different Palindromic Subsequences | Hard | 47.5% | 12.5% |
| 731 | https://leetcode.com/problems/my-calendar-ii | My Calendar II | Medium | 62.9% | 12.5% |
| 732 | https://leetcode.com/problems/my-calendar-iii | My Calendar III | Hard | 71.4% | 12.5% |
| 733 | https://leetcode.com/problems/flood-fill | Flood Fill | Easy | 67.8% | 50.0% |
| 735 | https://leetcode.com/problems/asteroid-collision | Asteroid Collision | Medium | 47.1% | 62.5% |
| 738 | https://leetcode.com/problems/monotone-increasing-digits | Monotone Increasing Digits | Medium | 49.4% | 25.0% |
| 739 | https://leetcode.com/problems/daily-temperatures | Daily Temperatures | Medium | 68.3% | 62.5% |
| 740 | https://leetcode.com/problems/delete-and-earn | Delete and Earn | Medium | 57.1% | 25.0% |
| 742 | https://leetcode.com/problems/closest-leaf-in-a-binary-tree | Closest Leaf in a Binary Tree | Medium | 47.4% | 25.0% |
| 743 | https://leetcode.com/problems/network-delay-time | Network Delay Time | Medium | 59.7% | 25.0% |
| 744 | https://leetcode.com/problems/find-smallest-letter-greater-than-target | Find Smallest Letter Greater Than Target | Easy | 58.9% | 12.5% |
| 746 | https://leetcode.com/problems/min-cost-climbing-stairs | Min Cost Climbing Stairs | Easy | 68.0% | 37.5% |
| 752 | https://leetcode.com/problems/open-the-lock | Open the Lock | Medium | 61.1% | 37.5% |
| 754 | https://leetcode.com/problems/reach-a-number | Reach a Number | Medium | 44.6% | 12.5% |
| 426 | https://leetcode.com/problems/convert-binary-search-tree-to-sorted-doubly-linked-list | Convert Binary Search Tree to Sorted Doubly Linked List | Medium | 65.6% | 12.5% |
| 759 | https://leetcode.com/problems/employee-free-time | Employee Free Time | Hard | 72.8% | 12.5% |
| 429 | https://leetcode.com/problems/n-ary-tree-level-order-traversal | N-ary Tree Level Order Traversal | Medium | 71.5% | 12.5% |
| 428 | https://leetcode.com/problems/serialize-and-deserialize-n-ary-tree | Serialize and Deserialize N-ary Tree | Hard | 68.6% | 25.0% |
| 430 | https://leetcode.com/problems/flatten-a-multilevel-doubly-linked-list | Flatten a Multilevel Doubly Linked List | Medium | 62.5% | 25.0% |
| 762 | https://leetcode.com/problems/prime-number-of-set-bits-in-binary-representation | Prime Number of Set Bits in Binary Representation | Easy | 72.4% | 25.0% |
| 763 | https://leetcode.com/problems/partition-labels | Partition Labels | Medium | 81.8% | 37.5% |
| 427 | https://leetcode.com/problems/construct-quad-tree | Construct Quad Tree | Medium | 78.1% | 12.5% |
| 767 | https://leetcode.com/problems/reorganize-string | Reorganize String | Medium | 56.8% | 75.0% |
| 771 | https://leetcode.com/problems/jewels-and-stones | Jewels and Stones | Easy | 89.5% | 37.5% |
| 700 | https://leetcode.com/problems/search-in-a-binary-search-tree | Search in a Binary Search Tree | Easy | 82.5% | 25.0% |
| 701 | https://leetcode.com/problems/insert-into-a-binary-search-tree | Insert into a Binary Search Tree | Medium | 73.3% | 25.0% |
| 772 | https://leetcode.com/problems/basic-calculator-iii | Basic Calculator III | Hard | 53.1% | 25.0% |
| 703 | https://leetcode.com/problems/kth-largest-element-in-a-stream | Kth Largest Element in a Stream | Easy | 60.7% | 50.0% |
| 775 | https://leetcode.com/problems/global-and-local-inversions | Global and Local Inversions | Medium | 42.7% | 25.0% |
| 776 | https://leetcode.com/problems/split-bst | Split BST | Medium | 82.2% | 25.0% |
| 704 | https://leetcode.com/problems/binary-search | Binary Search | Easy | 60.5% | 37.5% |
| 778 | https://leetcode.com/problems/swim-in-rising-water | Swim in Rising Water | Hard | 67.6% | 25.0% |
| 779 | https://leetcode.com/problems/k-th-symbol-in-grammar | K-th Symbol in Grammar | Medium | 48.1% | 25.0% |
| 780 | https://leetcode.com/problems/reaching-points | Reaching Points | Hard | 34.2% | 12.5% |
| 781 | https://leetcode.com/problems/rabbits-in-forest | Rabbits in Forest | Medium | 58.0% | 12.5% |
| 784 | https://leetcode.com/problems/letter-case-permutation | Letter Case Permutation | Medium | 75.7% | 12.5% |
| 785 | https://leetcode.com/problems/is-graph-bipartite | Is Graph Bipartite? | Medium | 58.9% | 37.5% |
| 786 | https://leetcode.com/problems/k-th-smallest-prime-fraction | K-th Smallest Prime Fraction | Medium | 69.0% | 12.5% |
| 787 | https://leetcode.com/problems/cheapest-flights-within-k-stops | Cheapest Flights Within K Stops | Medium | 41.4% | 37.5% |
| 788 | https://leetcode.com/problems/rotated-digits | Rotated Digits | Medium | 56.8% | 12.5% |
| 790 | https://leetcode.com/problems/domino-and-tromino-tiling | Domino and Tromino Tiling | Medium | 51.4% | 37.5% |
| 791 | https://leetcode.com/problems/custom-sort-string | Custom Sort String | Medium | 72.3% | 37.5% |
| 792 | https://leetcode.com/problems/number-of-matching-subsequences | Number of Matching Subsequences | Medium | 50.6% | 12.5% |
| 796 | https://leetcode.com/problems/rotate-string | Rotate String | Easy | 65.1% | 37.5% |
| 797 | https://leetcode.com/problems/all-paths-from-source-to-target | All Paths From Source to Target | Medium | 83.5% | 25.0% |
| 705 | https://leetcode.com/problems/design-hashset | Design HashSet | Easy | 67.7% | 12.5% |
| 706 | https://leetcode.com/problems/design-hashmap | Design HashMap | Easy | 66.4% | 37.5% |
| 801 | https://leetcode.com/problems/minimum-swaps-to-make-sequences-increasing | Minimum Swaps To Make Sequences Increasing | Hard | 41.3% | 25.0% |
| 802 | https://leetcode.com/problems/find-eventual-safe-states | Find Eventual Safe States | Medium | 70.3% | 37.5% |
| 812 | https://leetcode.com/problems/largest-triangle-area | Largest Triangle Area | Easy | 71.5% | 12.5% |
| 814 | https://leetcode.com/problems/binary-tree-pruning | Binary Tree Pruning | Medium | 72.4% | 12.5% |
| 815 | https://leetcode.com/problems/bus-routes | Bus Routes | Hard | 47.1% | 37.5% |
| 817 | https://leetcode.com/problems/linked-list-components | Linked List Components | Medium | 57.7% | 12.5% |
| 818 | https://leetcode.com/problems/race-car | Race Car | Hard | 44.6% | 12.5% |
| 819 | https://leetcode.com/problems/most-common-word | Most Common Word | Easy | 45.0% | 25.0% |
| 707 | https://leetcode.com/problems/design-linked-list | Design Linked List | Medium | 29.8% | 25.0% |
| 708 | https://leetcode.com/problems/insert-into-a-sorted-circular-linked-list | Insert into a Sorted Circular Linked List | Medium | 38.5% | 12.5% |
| 826 | https://leetcode.com/problems/most-profit-assigning-work | Most Profit Assigning Work | Medium | 56.1% | 25.0% |
| 827 | https://leetcode.com/problems/making-a-large-island | Making A Large Island | Hard | 56.3% | 37.5% |
| 828 | https://leetcode.com/problems/count-unique-characters-of-all-substrings-of-a-given-string | Count Unique Characters of All Substrings of a Given String | Hard | 53.5% | 12.5% |
| 622 | https://leetcode.com/problems/design-circular-queue | Design Circular Queue | Medium | 54.0% | 37.5% |
| 832 | https://leetcode.com/problems/flipping-an-image | Flipping an Image | Easy | 83.6% | 12.5% |
| 834 | https://leetcode.com/problems/sum-of-distances-in-tree | Sum of Distances in Tree | Hard | 65.5% | 12.5% |
| 489 | https://leetcode.com/problems/robot-room-cleaner | Robot Room Cleaner | Hard | 77.9% | 12.5% |
| 836 | https://leetcode.com/problems/rectangle-overlap | Rectangle Overlap | Easy | 46.4% | 12.5% |
| 839 | https://leetcode.com/problems/similar-string-groups | Similar String Groups | Hard | 56.1% | 12.5% |
| 841 | https://leetcode.com/problems/keys-and-rooms | Keys and Rooms | Medium | 75.5% | 25.0% |
| 842 | https://leetcode.com/problems/split-array-into-fibonacci-sequence | Split Array into Fibonacci Sequence | Medium | 40.2% | 25.0% |
| 843 | https://leetcode.com/problems/guess-the-word | Guess the Word | Hard | 36.9% | 25.0% |
| 844 | https://leetcode.com/problems/backspace-string-compare | Backspace String Compare | Easy | 49.8% | 25.0% |
| 845 | https://leetcode.com/problems/longest-mountain-in-array | Longest Mountain in Array | Medium | 41.8% | 12.5% |
| 846 | https://leetcode.com/problems/hand-of-straights | Hand of Straights | Medium | 57.8% | 12.5% |
| 847 | https://leetcode.com/problems/shortest-path-visiting-all-nodes | Shortest Path Visiting All Nodes | Hard | 65.7% | 12.5% |
| 849 | https://leetcode.com/problems/maximize-distance-to-closest-person | Maximize Distance to Closest Person | Medium | 49.6% | 12.5% |
| 851 | https://leetcode.com/problems/loud-and-rich | Loud and Rich | Medium | 63.2% | 25.0% |
| 852 | https://leetcode.com/problems/peak-index-in-a-mountain-array | Peak Index in a Mountain Array | Medium | 66.9% | 50.0% |
| 853 | https://leetcode.com/problems/car-fleet | Car Fleet | Medium | 54.7% | 25.0% |
| 857 | https://leetcode.com/problems/minimum-cost-to-hire-k-workers | Minimum Cost to Hire K Workers | Hard | 63.6% | 25.0% |
| 860 | https://leetcode.com/problems/lemonade-change | Lemonade Change | Easy | 58.9% | 25.0% |
| 861 | https://leetcode.com/problems/score-after-flipping-matrix | Score After Flipping Matrix | Medium | 80.3% | 12.5% |
| 862 | https://leetcode.com/problems/shortest-subarray-with-sum-at-least-k | Shortest Subarray with Sum at Least K | Hard | 32.6% | 25.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% |
| 867 | https://leetcode.com/problems/transpose-matrix | Transpose Matrix | Easy | 75.9% | 25.0% |
| 869 | https://leetcode.com/problems/reordered-power-of-2 | Reordered Power of 2 | Medium | 66.0% | 25.0% |
| 870 | https://leetcode.com/problems/advantage-shuffle | Advantage Shuffle | Medium | 54.2% | 12.5% |
| 871 | https://leetcode.com/problems/minimum-number-of-refueling-stops | Minimum Number of Refueling Stops | Hard | 41.1% | 25.0% |
| 872 | https://leetcode.com/problems/leaf-similar-trees | Leaf-Similar Trees | Easy | 70.2% | 12.5% |
| 874 | https://leetcode.com/problems/walking-robot-simulation | Walking Robot Simulation | Medium | 58.4% | 12.5% |
| 875 | https://leetcode.com/problems/koko-eating-bananas | Koko Eating Bananas | Medium | 49.7% | 75.0% |
| 876 | https://leetcode.com/problems/middle-of-the-linked-list | Middle of the Linked List | Easy | 81.5% | 50.0% |
| 878 | https://leetcode.com/problems/nth-magical-number | Nth Magical Number | Hard | 36.4% | 25.0% |
| 879 | https://leetcode.com/problems/profitable-schemes | Profitable Schemes | Hard | 48.2% | 12.5% |
| 528 | https://leetcode.com/problems/random-pick-with-weight | Random Pick with Weight | Medium | 48.9% | 50.0% |
| 880 | https://leetcode.com/problems/decoded-string-at-index | Decoded String at Index | Medium | 37.2% | 12.5% |
| 881 | https://leetcode.com/problems/boats-to-save-people | Boats to Save People | Medium | 61.4% | 37.5% |
| 885 | https://leetcode.com/problems/spiral-matrix-iii | Spiral Matrix III | Medium | 84.5% | 12.5% |
| 887 | https://leetcode.com/problems/super-egg-drop | Super Egg Drop | Hard | 29.8% | 12.5% |
| 888 | https://leetcode.com/problems/fair-candy-swap | Fair Candy Swap | Easy | 64.5% | 12.5% |
| 889 | https://leetcode.com/problems/construct-binary-tree-from-preorder-and-postorder-traversal | Construct Binary Tree from Preorder and Postorder Traversal | Medium | 78.1% | 12.5% |
| 890 | https://leetcode.com/problems/find-and-replace-pattern | Find and Replace Pattern | Medium | 77.0% | 25.0% |
| 894 | https://leetcode.com/problems/all-possible-full-binary-trees | All Possible Full Binary Trees | Medium | 82.8% | 12.5% |
| 895 | https://leetcode.com/problems/maximum-frequency-stack | Maximum Frequency Stack | Hard | 66.6% | 25.0% |
| 896 | https://leetcode.com/problems/monotonic-array | Monotonic Array | Easy | 62.2% | 12.5% |
| 897 | https://leetcode.com/problems/increasing-order-search-tree | Increasing Order Search Tree | Easy | 78.9% | 12.5% |
| 899 | https://leetcode.com/problems/orderly-queue | Orderly Queue | Hard | 66.7% | 25.0% |
| 901 | https://leetcode.com/problems/online-stock-span | Online Stock Span | Medium | 68.7% | 37.5% |
| 902 | https://leetcode.com/problems/numbers-at-most-n-given-digit-set | Numbers At Most N Given Digit Set | Hard | 44.5% | 25.0% |
| 904 | https://leetcode.com/problems/fruit-into-baskets | Fruit Into Baskets | Medium | 50.5% | 50.0% |
| 905 | https://leetcode.com/problems/sort-array-by-parity | Sort Array By Parity | Easy | 76.5% | 12.5% |
| 907 | https://leetcode.com/problems/sum-of-subarray-minimums | Sum of Subarray Minimums | Medium | 38.3% | 50.0% |
| 909 | https://leetcode.com/problems/snakes-and-ladders | Snakes and Ladders | Medium | 48.0% | 37.5% |
| 910 | https://leetcode.com/problems/smallest-range-ii | Smallest Range II | Medium | 37.7% | 12.5% |
| 912 | https://leetcode.com/problems/sort-an-array | Sort an Array | Medium | 55.9% | 50.0% |
| 913 | https://leetcode.com/problems/cat-and-mouse | Cat and Mouse | Hard | 34.7% | 12.5% |
| 918 | https://leetcode.com/problems/maximum-sum-circular-subarray | Maximum Sum Circular Subarray | Medium | 49.4% | 25.0% |
| 921 | https://leetcode.com/problems/minimum-add-to-make-parentheses-valid | Minimum Add to Make Parentheses Valid | Medium | 74.4% | 37.5% |
| 922 | https://leetcode.com/problems/sort-array-by-parity-ii | Sort Array By Parity II | Easy | 71.2% | 37.5% |
| 926 | https://leetcode.com/problems/flip-string-to-monotone-increasing | Flip String to Monotone Increasing | Medium | 61.8% | 25.0% |
| 930 | https://leetcode.com/problems/binary-subarrays-with-sum | Binary Subarrays With Sum | Medium | 68.2% | 37.5% |
| 931 | https://leetcode.com/problems/minimum-falling-path-sum | Minimum Falling Path Sum | Medium | 60.8% | 37.5% |
| 932 | https://leetcode.com/problems/beautiful-array | Beautiful Array | Medium | 68.6% | 12.5% |
| 933 | https://leetcode.com/problems/number-of-recent-calls | Number of Recent Calls | Easy | 78.1% | 25.0% |
| 934 | https://leetcode.com/problems/shortest-bridge | Shortest Bridge | Medium | 59.3% | 25.0% |
| 935 | https://leetcode.com/problems/knight-dialer | Knight Dialer | Medium | 61.7% | 12.5% |
| 937 | https://leetcode.com/problems/reorder-data-in-log-files | Reorder Data in Log Files | Medium | 56.9% | 37.5% |
| 938 | https://leetcode.com/problems/range-sum-of-bst | Range Sum of BST | Easy | 87.6% | 12.5% |
| 941 | https://leetcode.com/problems/valid-mountain-array | Valid Mountain Array | Easy | 35.0% | 25.0% |
| 945 | https://leetcode.com/problems/minimum-increment-to-make-array-unique | Minimum Increment to Make Array Unique | Medium | 60.6% | 25.0% |
| 946 | https://leetcode.com/problems/validate-stack-sequences | Validate Stack Sequences | Medium | 70.2% | 12.5% |
| 947 | https://leetcode.com/problems/most-stones-removed-with-same-row-or-column | Most Stones Removed with Same Row or Column | Medium | 62.7% | 25.0% |
| 948 | https://leetcode.com/problems/bag-of-tokens | Bag of Tokens | Medium | 59.5% | 12.5% |
| 950 | https://leetcode.com/problems/reveal-cards-in-increasing-order | Reveal Cards In Increasing Order | Medium | 83.5% | 37.5% |
| 951 | https://leetcode.com/problems/flip-equivalent-binary-trees | Flip Equivalent Binary Trees | Medium | 69.6% | 12.5% |
| 953 | https://leetcode.com/problems/verifying-an-alien-dictionary | Verifying an Alien Dictionary | Easy | 55.9% | 12.5% |
| 957 | https://leetcode.com/problems/prison-cells-after-n-days | Prison Cells After N Days | Medium | 39.1% | 25.0% |
| 958 | https://leetcode.com/problems/check-completeness-of-a-binary-tree | Check Completeness of a Binary Tree | Medium | 58.9% | 12.5% |
| 959 | https://leetcode.com/problems/regions-cut-by-slashes | Regions Cut By Slashes | Medium | 77.5% | 25.0% |
| 962 | https://leetcode.com/problems/maximum-width-ramp | Maximum Width Ramp | Medium | 55.8% | 37.5% |
| 968 | https://leetcode.com/problems/binary-tree-cameras | Binary Tree Cameras | Hard | 47.6% | 37.5% |
| 509 | https://leetcode.com/problems/fibonacci-number | Fibonacci Number | Easy | 73.9% | 50.0% |
| 973 | https://leetcode.com/problems/k-closest-points-to-origin | K Closest Points to Origin | Medium | 68.7% | 50.0% |
| 974 | https://leetcode.com/problems/subarray-sums-divisible-by-k | Subarray Sums Divisible by K | Medium | 56.0% | 25.0% |
| 975 | https://leetcode.com/problems/odd-even-jump | Odd Even Jump | Hard | 41.1% | 12.5% |
| 976 | https://leetcode.com/problems/largest-perimeter-triangle | Largest Perimeter Triangle | Easy | 62.0% | 12.5% |
| 977 | https://leetcode.com/problems/squares-of-a-sorted-array | Squares of a Sorted Array | Easy | 73.6% | 37.5% |
| 979 | https://leetcode.com/problems/distribute-coins-in-binary-tree | Distribute Coins in Binary Tree | Medium | 77.2% | 25.0% |
| 980 | https://leetcode.com/problems/unique-paths-iii | Unique Paths III | Hard | 82.7% | 25.0% |
| 981 | https://leetcode.com/problems/time-based-key-value-store | Time Based Key-Value Store | Medium | 49.7% | 50.0% |
| 983 | https://leetcode.com/problems/minimum-cost-for-tickets | Minimum Cost For Tickets | Medium | 67.4% | 25.0% |
| 986 | https://leetcode.com/problems/interval-list-intersections | Interval List Intersections | Medium | 72.9% | 25.0% |
| 987 | https://leetcode.com/problems/vertical-order-traversal-of-a-binary-tree | Vertical Order Traversal of a Binary Tree | Hard | 53.2% | 50.0% |
| 992 | https://leetcode.com/problems/subarrays-with-k-different-integers | Subarrays with K Different Integers | Hard | 67.5% | 50.0% |
| 993 | https://leetcode.com/problems/cousins-in-binary-tree | Cousins in Binary Tree | Easy | 59.1% | 12.5% |
| 994 | https://leetcode.com/problems/rotting-oranges | Rotting Oranges | Medium | 58.1% | 75.0% |
| 995 | https://leetcode.com/problems/minimum-number-of-k-consecutive-bit-flips | Minimum Number of K Consecutive Bit Flips | Hard | 62.2% | 12.5% |
| 997 | https://leetcode.com/problems/find-the-town-judge | Find the Town Judge | Easy | 50.5% | 25.0% |
| 1000 | https://leetcode.com/problems/minimum-cost-to-merge-stones | Minimum Cost to Merge Stones | Hard | 45.6% | 25.0% |
| 1002 | https://leetcode.com/problems/find-common-characters | Find Common Characters | Easy | 74.6% | 25.0% |
| 1004 | https://leetcode.com/problems/max-consecutive-ones-iii | Max Consecutive Ones III | Medium | 67.3% | 50.0% |
| 1008 | https://leetcode.com/problems/construct-binary-search-tree-from-preorder-traversal | Construct Binary Search Tree from Preorder Traversal | Medium | 84.1% | 25.0% |
| 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% | 25.0% |
| 1011 | https://leetcode.com/problems/capacity-to-ship-packages-within-d-days | Capacity To Ship Packages Within D Days | Medium | 73.5% | 50.0% |
| 1060 | https://leetcode.com/problems/missing-element-in-sorted-array | Missing Element in Sorted Array | Medium | 59.7% | 25.0% |
| 1062 | https://leetcode.com/problems/longest-repeating-substring | Longest Repeating Substring | Medium | 63.4% | 25.0% |
| 1063 | https://leetcode.com/problems/number-of-valid-subarrays | Number of Valid Subarrays | Hard | 79.9% | 12.5% |
| 1067 | https://leetcode.com/problems/digit-count-in-range | Digit Count in Range | Hard | 46.4% | 25.0% |
| 1019 | https://leetcode.com/problems/next-greater-node-in-linked-list | Next Greater Node In Linked List | Medium | 63.8% | 12.5% |
| 1020 | https://leetcode.com/problems/number-of-enclaves | Number of Enclaves | Medium | 71.5% | 12.5% |
| 1086 | https://leetcode.com/problems/high-five | High Five | Easy | 74.2% | 25.0% |
| 1065 | https://leetcode.com/problems/index-pairs-of-a-string | Index Pairs of a String | Easy | 68.7% | 25.0% |
| 1021 | https://leetcode.com/problems/remove-outermost-parentheses | Remove Outermost Parentheses | Easy | 86.8% | 25.0% |
| 1022 | https://leetcode.com/problems/sum-of-root-to-leaf-binary-numbers | Sum of Root To Leaf Binary Numbers | Easy | 73.7% | 25.0% |
| 1085 | https://leetcode.com/problems/sum-of-digits-in-the-minimum-number | Sum of Digits in the Minimum Number | Easy | 76.7% | 25.0% |
| 1099 | https://leetcode.com/problems/two-sum-less-than-k | Two Sum Less Than K | Easy | 62.1% | 25.0% |
| 1100 | https://leetcode.com/problems/find-k-length-substrings-with-no-repeated-characters | Find K-Length Substrings With No Repeated Characters | Medium | 76.5% | 25.0% |
| 1025 | https://leetcode.com/problems/divisor-game | Divisor Game | Easy | 71.5% | 12.5% |
| 1027 | https://leetcode.com/problems/longest-arithmetic-subsequence | Longest Arithmetic Subsequence | Medium | 49.9% | 12.5% |
| 1118 | https://leetcode.com/problems/number-of-days-in-a-month | Number of Days in a Month | Easy | 59.3% | 25.0% |
| 1119 | https://leetcode.com/problems/remove-vowels-from-a-string | Remove Vowels from a String | Easy | 91.3% | 25.0% |
| 1134 | https://leetcode.com/problems/armstrong-number | Armstrong Number | Easy | 77.8% | 25.0% |
| 1120 | https://leetcode.com/problems/maximum-average-subtree | Maximum Average Subtree | Medium | 66.9% | 25.0% |
| 1026 | https://leetcode.com/problems/maximum-difference-between-node-and-ancestor | Maximum Difference Between Node and Ancestor | Medium | 78.1% | 25.0% |
| 1028 | https://leetcode.com/problems/recover-a-tree-from-preorder-traversal | Recover a Tree From Preorder Traversal | Hard | 83.2% | 25.0% |
| 1029 | https://leetcode.com/problems/two-city-scheduling | Two City Scheduling | Medium | 68.3% | 12.5% |
| 1032 | https://leetcode.com/problems/stream-of-characters | Stream of Characters | Hard | 51.9% | 12.5% |
| 1133 | https://leetcode.com/problems/largest-unique-number | Largest Unique Number | Easy | 71.3% | 25.0% |
| 1102 | https://leetcode.com/problems/path-with-maximum-minimum-value | Path With Maximum Minimum Value | Medium | 54.6% | 25.0% |
| 1135 | https://leetcode.com/problems/connecting-cities-with-minimum-cost | Connecting Cities With Minimum Cost | Medium | 63.4% | 25.0% |
| 1035 | https://leetcode.com/problems/uncrossed-lines | Uncrossed Lines | Medium | 65.0% | 25.0% |
| 1152 | https://leetcode.com/problems/analyze-user-website-visit-pattern | Analyze User Website Visit Pattern | Medium | 44.2% | 62.5% |
| 1039 | https://leetcode.com/problems/minimum-score-triangulation-of-polygon | Minimum Score Triangulation of Polygon | Medium | 67.4% | 12.5% |
| 1160 | https://leetcode.com/problems/find-words-that-can-be-formed-by-characters | Find Words That Can Be Formed by Characters | Easy | 71.5% | 25.0% |
| 1038 | https://leetcode.com/problems/binary-search-tree-to-greater-sum-tree | Binary Search Tree to Greater Sum Tree | Medium | 88.4% | 25.0% |
| 1161 | https://leetcode.com/problems/maximum-level-sum-of-a-binary-tree | Maximum Level Sum of a Binary Tree | Medium | 70.0% | 25.0% |
| 1162 | https://leetcode.com/problems/as-far-from-land-as-possible | As Far from Land as Possible | Medium | 52.2% | 12.5% |
| 1041 | https://leetcode.com/problems/robot-bounded-in-circle | Robot Bounded In Circle | Medium | 56.4% | 25.0% |
| 1043 | https://leetcode.com/problems/partition-array-for-maximum-sum | Partition Array for Maximum Sum | Medium | 77.3% | 12.5% |
| 1044 | https://leetcode.com/problems/longest-duplicate-substring | Longest Duplicate Substring | Hard | 31.1% | 37.5% |
| 1166 | https://leetcode.com/problems/design-file-system | Design File System | Medium | 65.1% | 25.0% |
| 1167 | https://leetcode.com/problems/minimum-cost-to-connect-sticks | Minimum Cost to Connect Sticks | Medium | 71.8% | 25.0% |
| 1046 | https://leetcode.com/problems/last-stone-weight | Last Stone Weight | Easy | 66.3% | 25.0% |
| 1047 | https://leetcode.com/problems/remove-all-adjacent-duplicates-in-string | Remove All Adjacent Duplicates In String | Easy | 72.8% | 37.5% |
| 1048 | https://leetcode.com/problems/longest-string-chain | Longest String Chain | Medium | 62.8% | 12.5% |
| 1163 | https://leetcode.com/problems/last-substring-in-lexicographical-order | Last Substring in Lexicographical Order | Hard | 35.0% | 12.5% |
| 1045 | https://leetcode.com/problems/customers-who-bought-all-products | Customers Who Bought All Products | Medium | 63.7% | 37.5% |
| 1050 | https://leetcode.com/problems/actors-and-directors-who-cooperated-at-least-three-times | Actors and Directors Who Cooperated At Least Three Times | Easy | 70.9% | 25.0% |
| 1051 | https://leetcode.com/problems/height-checker | Height Checker | Easy | 81.5% | 12.5% |
| 1052 | https://leetcode.com/problems/grumpy-bookstore-owner | Grumpy Bookstore Owner | Medium | 64.0% | 25.0% |
| 1054 | https://leetcode.com/problems/distant-barcodes | Distant Barcodes | Medium | 48.6% | 25.0% |
| 1197 | https://leetcode.com/problems/minimum-knight-moves | Minimum Knight Moves | Medium | 41.7% | 12.5% |
| 1074 | https://leetcode.com/problems/number-of-submatrices-that-sum-to-target | Number of Submatrices That Sum to Target | Hard | 74.6% | 25.0% |
| 1071 | https://leetcode.com/problems/greatest-common-divisor-of-strings | Greatest Common Divisor of Strings | Easy | 53.4% | 37.5% |
| 1214 | https://leetcode.com/problems/two-sum-bsts | Two Sum BSTs | Medium | 68.1% | 25.0% |
| 1068 | https://leetcode.com/problems/product-sales-analysis-i | Product Sales Analysis I | Easy | 85.6% | 37.5% |
| 1069 | https://leetcode.com/problems/product-sales-analysis-ii | Product Sales Analysis II | Easy | 82.6% | 25.0% |
| 1070 | https://leetcode.com/problems/product-sales-analysis-iii | Product Sales Analysis III | Medium | 45.6% | 37.5% |
| 1080 | https://leetcode.com/problems/insufficient-nodes-in-root-to-leaf-paths | Insufficient Nodes in Root to Leaf Paths | Medium | 54.8% | 25.0% |
| 1081 | https://leetcode.com/problems/smallest-subsequence-of-distinct-characters | Smallest Subsequence of Distinct Characters | Medium | 63.1% | 37.5% |
| 1079 | https://leetcode.com/problems/letter-tile-possibilities | Letter Tile Possibilities | Medium | 83.5% | 12.5% |
| 1075 | https://leetcode.com/problems/project-employees-i | Project Employees I | Easy | 66.5% | 12.5% |
| 1229 | https://leetcode.com/problems/meeting-scheduler | Meeting Scheduler | Medium | 55.2% | 12.5% |
| 1089 | https://leetcode.com/problems/duplicate-zeros | Duplicate Zeros | Easy | 53.4% | 12.5% |
| 1092 | https://leetcode.com/problems/shortest-common-supersequence | Shortest Common Supersequence | Hard | 61.7% | 25.0% |
| 1091 | https://leetcode.com/problems/shortest-path-in-binary-matrix | Shortest Path in Binary Matrix | Medium | 51.1% | 37.5% |
| 1082 | https://leetcode.com/problems/sales-analysis-i | Sales Analysis I | Easy | 74.8% | 25.0% |
| 1083 | https://leetcode.com/problems/sales-analysis-ii | Sales Analysis II | Easy | 50.1% | 25.0% |
| 1084 | https://leetcode.com/problems/sales-analysis-iii | Sales Analysis III | Easy | 47.2% | 25.0% |
| 1244 | https://leetcode.com/problems/design-a-leaderboard | Design A Leaderboard | Medium | 68.1% | 12.5% |
| 511 | https://leetcode.com/problems/game-play-analysis-i | Game Play Analysis I | Easy | 76.2% | 12.5% |
| 550 | https://leetcode.com/problems/game-play-analysis-iv | Game Play Analysis IV | Medium | 40.7% | 25.0% |
| 1094 | https://leetcode.com/problems/car-pooling | Car Pooling | Medium | 56.2% | 25.0% |
| 1095 | https://leetcode.com/problems/find-in-mountain-array | Find in Mountain Array | Hard | 41.1% | 25.0% |
| 1117 | https://leetcode.com/problems/building-h2o | Building H2O | Medium | 58.3% | 12.5% |
| 1103 | https://leetcode.com/problems/distribute-candies-to-people | Distribute Candies to People | Easy | 67.4% | 12.5% |
| 1105 | https://leetcode.com/problems/filling-bookcase-shelves | Filling Bookcase Shelves | Medium | 68.6% | 12.5% |
| 1106 | https://leetcode.com/problems/parsing-a-boolean-expression | Parsing A Boolean Expression | Hard | 69.8% | 25.0% |
| 1108 | https://leetcode.com/problems/defanging-an-ip-address | Defanging an IP Address | Easy | 90.0% | 12.5% |
| 1109 | https://leetcode.com/problems/corporate-flight-bookings | Corporate Flight Bookings | Medium | 66.4% | 12.5% |
| 1110 | https://leetcode.com/problems/delete-nodes-and-return-forest | Delete Nodes And Return Forest | Medium | 72.5% | 12.5% |
| 1259 | https://leetcode.com/problems/handshakes-that-dont-cross | Handshakes That Don't Cross | Hard | 59.9% | 25.0% |
| 1122 | https://leetcode.com/problems/relative-sort-array | Relative Sort Array | Easy | 75.1% | 12.5% |
| 1123 | https://leetcode.com/problems/lowest-common-ancestor-of-deepest-leaves | Lowest Common Ancestor of Deepest Leaves | Medium | 79.4% | 12.5% |
| 1287 | https://leetcode.com/problems/element-appearing-more-than-25-in-sorted-array | Element Appearing More Than 25% In Sorted Array | Easy | 61.1% | 12.5% |
| 1288 | https://leetcode.com/problems/remove-covered-intervals | Remove Covered Intervals | Medium | 56.1% | 25.0% |
| 1289 | https://leetcode.com/problems/minimum-falling-path-sum-ii | Minimum Falling Path Sum II | Hard | 63.2% | 12.5% |
| 1128 | https://leetcode.com/problems/number-of-equivalent-domino-pairs | Number of Equivalent Domino Pairs | Easy | 60.6% | 37.5% |
| 1129 | https://leetcode.com/problems/shortest-path-with-alternating-colors | Shortest Path with Alternating Colors | Medium | 47.7% | 25.0% |
| 1299 | https://leetcode.com/problems/replace-elements-with-greatest-element-on-right-side | Replace Elements with Greatest Element on Right Side | Easy | 72.0% | 37.5% |
| 1137 | https://leetcode.com/problems/n-th-tribonacci-number | N-th Tribonacci Number | Easy | 63.3% | 25.0% |
| 1140 | https://leetcode.com/problems/stone-game-ii | Stone Game II | Medium | 72.9% | 12.5% |
| 1313 | https://leetcode.com/problems/decompress-run-length-encoded-list | Decompress Run-Length Encoded List | Easy | 86.2% | 12.5% |
| 1315 | https://leetcode.com/problems/sum-of-nodes-with-even-valued-grandparent | Sum of Nodes with Even-Valued Grandparent | Medium | 85.9% | 25.0% |
| 1141 | https://leetcode.com/problems/user-activity-for-the-past-30-days-i | User Activity for the Past 30 Days I | Easy | 50.5% | 25.0% |
| 1146 | https://leetcode.com/problems/snapshot-array | Snapshot Array | Medium | 36.7% | 25.0% |
| 1143 | https://leetcode.com/problems/longest-common-subsequence | Longest Common Subsequence | Medium | 58.9% | 37.5% |
| 1329 | https://leetcode.com/problems/sort-the-matrix-diagonally | Sort the Matrix Diagonally | Medium | 83.2% | 12.5% |
| 1302 | https://leetcode.com/problems/deepest-leaves-sum | Deepest Leaves Sum | Medium | 86.5% | 12.5% |
| 1148 | https://leetcode.com/problems/article-views-i | Article Views I | Easy | 76.7% | 50.0% |
| 1154 | https://leetcode.com/problems/day-of-the-year | Day of the Year | Easy | 49.5% | 12.5% |
| 1155 | https://leetcode.com/problems/number-of-dice-rolls-with-target-sum | Number of Dice Rolls With Target Sum | Medium | 62.2% | 25.0% |
| 1171 | https://leetcode.com/problems/remove-zero-sum-consecutive-nodes-from-linked-list | Remove Zero Sum Consecutive Nodes from Linked List | Medium | 53.1% | 12.5% |
| 1169 | https://leetcode.com/problems/invalid-transactions | Invalid Transactions | Medium | 32.1% | 12.5% |
| 1360 | https://leetcode.com/problems/number-of-days-between-two-dates | Number of Days Between Two Dates | Easy | 52.3% | 12.5% |
| 1362 | https://leetcode.com/problems/closest-divisors | Closest Divisors | Medium | 62.0% | 25.0% |
| 1363 | https://leetcode.com/problems/largest-multiple-of-three | Largest Multiple of Three | Hard | 33.1% | 25.0% |
| 1164 | https://leetcode.com/problems/product-price-at-a-given-date | Product Price at a Given Date | Medium | 57.7% | 25.0% |
| 1175 | https://leetcode.com/problems/prime-arrangements | Prime Arrangements | Easy | 60.7% | 25.0% |
| 1176 | https://leetcode.com/problems/diet-plan-performance | Diet Plan Performance | Easy | 55.8% | 25.0% |
| 1382 | https://leetcode.com/problems/balance-a-binary-search-tree | Balance a Binary Search Tree | Medium | 86.3% | 37.5% |
| 1186 | https://leetcode.com/problems/maximum-subarray-sum-with-one-deletion | Maximum Subarray Sum with One Deletion | Medium | 46.7% | 25.0% |
| 1174 | https://leetcode.com/problems/immediate-food-delivery-ii | Immediate Food Delivery II | Medium | 55.6% | 37.5% |
| 1550 | https://leetcode.com/problems/three-consecutive-odds | Three Consecutive Odds | Easy | 69.3% | 12.5% |
| 1954 | https://leetcode.com/problems/minimum-garden-perimeter-to-collect-enough-apples | Minimum Garden Perimeter to Collect Enough Apples | Medium | 55.5% | 25.0% |
| 1483 | https://leetcode.com/problems/kth-ancestor-of-a-tree-node | Kth Ancestor of a Tree Node | Hard | 37.1% | 12.5% |
| 1189 | https://leetcode.com/problems/maximum-number-of-balloons | Maximum Number of Balloons | Easy | 60.0% | 12.5% |
| 1190 | https://leetcode.com/problems/reverse-substrings-between-each-pair-of-parentheses | Reverse Substrings Between Each Pair of Parentheses | Medium | 71.9% | 12.5% |
| 1192 | https://leetcode.com/problems/critical-connections-in-a-network | Critical Connections in a Network | Hard | 59.3% | 37.5% |
| 1179 | https://leetcode.com/problems/reformat-department-table | Reformat Department Table | Easy | 76.3% | 25.0% |
| 2139 | https://leetcode.com/problems/minimum-moves-to-reach-target-score | Minimum Moves to Reach Target Score | Medium | 52.0% | 12.5% |
| 1405 | https://leetcode.com/problems/longest-happy-string | Longest Happy String | Medium | 65.5% | 25.0% |
| 1944 | https://leetcode.com/problems/number-of-visible-people-in-a-queue | Number of Visible People in a Queue | Hard | 72.3% | 12.5% |
| 1193 | https://leetcode.com/problems/monthly-transactions-i | Monthly Transactions I | Medium | 58.9% | 37.5% |
| 1207 | https://leetcode.com/problems/unique-number-of-occurrences | Unique Number of Occurrences | Easy | 78.6% | 37.5% |
| 1209 | https://leetcode.com/problems/remove-all-adjacent-duplicates-in-string-ii | Remove All Adjacent Duplicates in String II | Medium | 60.9% | 37.5% |
| 1514 | https://leetcode.com/problems/path-with-maximum-probability | Path with Maximum Probability | Medium | 65.5% | 12.5% |
| 1204 | https://leetcode.com/problems/last-person-to-fit-in-the-bus | Last Person to Fit in the Bus | Medium | 68.9% | 25.0% |
| 1219 | https://leetcode.com/problems/path-with-maximum-gold | Path with Maximum Gold | Medium | 68.3% | 12.5% |
| 1211 | https://leetcode.com/problems/queries-quality-and-percentage | Queries Quality and Percentage | Easy | 52.2% | 12.5% |
| 1232 | https://leetcode.com/problems/check-if-it-is-a-straight-line | Check If It Is a Straight Line | Easy | 40.0% | 12.5% |
| 1233 | https://leetcode.com/problems/remove-sub-folders-from-the-filesystem | Remove Sub-Folders from the Filesystem | Medium | 78.6% | 25.0% |
| 1234 | https://leetcode.com/problems/replace-the-substring-for-balanced-string | Replace the Substring for Balanced String | Medium | 40.6% | 12.5% |
| 1235 | https://leetcode.com/problems/maximum-profit-in-job-scheduling | Maximum Profit in Job Scheduling | Hard | 54.6% | 50.0% |
| 2273 | https://leetcode.com/problems/find-resultant-array-after-removing-anagrams | Find Resultant Array After Removing Anagrams | Easy | 69.9% | 12.5% |
| 1225 | https://leetcode.com/problems/report-contiguous-dates | Report Contiguous Dates | Hard | 57.1% | 12.5% |
| 1429 | https://leetcode.com/problems/first-unique-number | First Unique Number | Medium | 57.0% | 37.5% |
| 1248 | https://leetcode.com/problems/count-number-of-nice-subarrays | Count Number of Nice Subarrays | Medium | 74.8% | 25.0% |
| 1249 | https://leetcode.com/problems/minimum-remove-to-make-valid-parentheses | Minimum Remove to Make Valid Parentheses | Medium | 71.3% | 25.0% |
| 1254 | https://leetcode.com/problems/number-of-closed-islands | Number of Closed Islands | Medium | 67.0% | 12.5% |
| 1255 | https://leetcode.com/problems/maximum-score-words-formed-by-letters | Maximum Score Words Formed by Letters | Hard | 81.6% | 25.0% |
| 1260 | https://leetcode.com/problems/shift-2d-grid | Shift 2D Grid | Easy | 67.9% | 25.0% |
| 1251 | https://leetcode.com/problems/average-selling-price | Average Selling Price | Easy | 37.1% | 37.5% |
| 2215 | https://leetcode.com/problems/find-the-difference-of-two-arrays | Find the Difference of Two Arrays | Easy | 81.3% | 25.0% |
| 1268 | https://leetcode.com/problems/search-suggestions-system | Search Suggestions System | Medium | 65.2% | 50.0% |
| 1275 | https://leetcode.com/problems/find-winner-on-a-tic-tac-toe-game | Find Winner on a Tic Tac Toe Game | Easy | 54.5% | 25.0% |
| 1282 | https://leetcode.com/problems/group-the-people-given-the-group-size-they-belong-to | Group the People Given the Group Size They Belong To | Medium | 87.5% | 12.5% |
| 1283 | https://leetcode.com/problems/find-the-smallest-divisor-given-a-threshold | Find the Smallest Divisor Given a Threshold | Medium | 65.4% | 37.5% |
| 1279 | https://leetcode.com/problems/traffic-light-controlled-intersection | Traffic Light Controlled Intersection | Easy | 72.8% | 12.5% |
| 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% | 12.5% |
| 1292 | https://leetcode.com/problems/maximum-side-length-of-a-square-with-sum-less-than-or-equal-to-threshold | Maximum Side Length of a Square with Sum Less than or Equal to Threshold | Medium | 65.5% | 12.5% |
| 1293 | https://leetcode.com/problems/shortest-path-in-a-grid-with-obstacles-elimination | Shortest Path in a Grid with Obstacles Elimination | Hard | 46.1% | 25.0% |
| 1280 | https://leetcode.com/problems/students-and-examinations | Students and Examinations | Easy | 60.9% | 25.0% |
| 2305 | https://leetcode.com/problems/fair-distribution-of-cookies | Fair Distribution of Cookies | Medium | 69.8% | 25.0% |
| 1295 | https://leetcode.com/problems/find-numbers-with-even-number-of-digits | Find Numbers with Even Number of Digits | Easy | 79.6% | 12.5% |
| 1304 | https://leetcode.com/problems/find-n-unique-integers-sum-up-to-zero | Find N Unique Integers Sum up to Zero | Easy | 78.5% | 25.0% |
| 1305 | https://leetcode.com/problems/all-elements-in-two-binary-search-trees | All Elements in Two Binary Search Trees | Medium | 80.2% | 25.0% |
| 1310 | https://leetcode.com/problems/xor-queries-of-a-subarray | XOR Queries of a Subarray | Medium | 78.2% | 12.5% |
| 1311 | https://leetcode.com/problems/get-watched-videos-by-your-friends | Get Watched Videos by Your Friends | Medium | 52.1% | 25.0% |
| 1312 | https://leetcode.com/problems/minimum-insertion-steps-to-make-a-string-palindrome | Minimum Insertion Steps to Make a String Palindrome | Hard | 73.6% | 12.5% |
| 1303 | https://leetcode.com/problems/find-the-team-size | Find the Team Size | Easy | 89.6% | 25.0% |
| 1319 | https://leetcode.com/problems/number-of-operations-to-make-network-connected | Number of Operations to Make Network Connected | Medium | 66.1% | 25.0% |
| 1342 | https://leetcode.com/problems/number-of-steps-to-reduce-a-number-to-zero | Number of Steps to Reduce a Number to Zero | Easy | 85.7% | 12.5% |
| 1344 | https://leetcode.com/problems/angle-between-hands-of-a-clock | Angle Between Hands of a Clock | Medium | 64.4% | 12.5% |
| 1345 | https://leetcode.com/problems/jump-game-iv | Jump Game IV | Hard | 46.2% | 12.5% |
| 1323 | https://leetcode.com/problems/maximum-69-number | Maximum 69 Number | Easy | 84.5% | 12.5% |
| 1325 | https://leetcode.com/problems/delete-leaves-with-a-given-value | Delete Leaves With a Given Value | Medium | 77.2% | 25.0% |
| 1326 | https://leetcode.com/problems/minimum-number-of-taps-to-open-to-water-a-garden | Minimum Number of Taps to Open to Water a Garden | Hard | 51.0% | 12.5% |
| 1321 | https://leetcode.com/problems/restaurant-growth | Restaurant Growth | Medium | 58.2% | 25.0% |
| 1332 | https://leetcode.com/problems/remove-palindromic-subsequences | Remove Palindromic Subsequences | Easy | 77.0% | 25.0% |
| 1334 | https://leetcode.com/problems/find-the-city-with-the-smallest-number-of-neighbors-at-a-threshold-distance | Find the City With the Smallest Number of Neighbors at a Threshold Distance | Medium | 72.1% | 12.5% |
| 1335 | https://leetcode.com/problems/minimum-difficulty-of-a-job-schedule | Minimum Difficulty of a Job Schedule | Hard | 59.7% | 12.5% |
| 1356 | https://leetcode.com/problems/sort-integers-by-the-number-of-1-bits | Sort Integers by The Number of 1 Bits | Easy | 79.0% | 12.5% |
| 1358 | https://leetcode.com/problems/number-of-substrings-containing-all-three-characters | Number of Substrings Containing All Three Characters | Medium | 73.5% | 25.0% |
| 1327 | https://leetcode.com/problems/list-the-products-ordered-in-a-period | List the Products Ordered in a Period | Easy | 71.6% | 37.5% |
| 1337 | https://leetcode.com/problems/the-k-weakest-rows-in-a-matrix | The K Weakest Rows in a Matrix | Easy | 74.3% | 25.0% |
| 1339 | https://leetcode.com/problems/maximum-product-of-splitted-binary-tree | Maximum Product of Splitted Binary Tree | Medium | 55.5% | 12.5% |
| 1346 | https://leetcode.com/problems/check-if-n-and-its-double-exist | Check If N and Its Double Exist | Easy | 41.6% | 25.0% |
| 1347 | https://leetcode.com/problems/minimum-number-of-steps-to-make-two-strings-anagram | Minimum Number of Steps to Make Two Strings Anagram | Medium | 82.5% | 12.5% |
| 1372 | https://leetcode.com/problems/longest-zigzag-path-in-a-binary-tree | Longest ZigZag Path in a Binary Tree | Medium | 67.0% | 12.5% |
| 1373 | https://leetcode.com/problems/maximum-sum-bst-in-binary-tree | Maximum Sum BST in Binary Tree | Hard | 46.4% | 37.5% |
| 1351 | https://leetcode.com/problems/count-negative-numbers-in-a-sorted-matrix | Count Negative Numbers in a Sorted Matrix | Easy | 79.5% | 37.5% |
| 1352 | https://leetcode.com/problems/product-of-the-last-k-numbers | Product of the Last K Numbers | Medium | 62.9% | 12.5% |
| 1353 | https://leetcode.com/problems/maximum-number-of-events-that-can-be-attended | Maximum Number of Events That Can Be Attended | Medium | 38.9% | 37.5% |
| 1341 | https://leetcode.com/problems/movie-rating | Movie Rating | Medium | 42.7% | 25.0% |
| 1350 | https://leetcode.com/problems/students-with-invalid-departments | Students With Invalid Departments | Easy | 89.8% | 25.0% |
| 1365 | https://leetcode.com/problems/how-many-numbers-are-smaller-than-the-current-number | How Many Numbers Are Smaller Than the Current Number | Easy | 87.5% | 25.0% |
| 1367 | https://leetcode.com/problems/linked-list-in-binary-tree | Linked List in Binary Tree | Medium | 51.9% | 12.5% |
| 1376 | https://leetcode.com/problems/time-needed-to-inform-all-employees | Time Needed to Inform All Employees | Medium | 60.4% | 12.5% |
| 1381 | https://leetcode.com/problems/design-a-stack-with-increment-operation | Design a Stack With Increment Operation | Medium | 79.9% | 12.5% |
| 1379 | https://leetcode.com/problems/find-a-corresponding-node-of-a-binary-tree-in-a-clone-of-that-tree | Find a Corresponding Node of a Binary Tree in a Clone of That Tree | Easy | 85.8% | 12.5% |
| 1402 | https://leetcode.com/problems/reducing-dishes | Reducing Dishes | Hard | 76.6% | 12.5% |
| 1389 | https://leetcode.com/problems/create-target-array-in-the-given-order | Create Target Array in the Given Order | Easy | 86.5% | 12.5% |
| 1392 | https://leetcode.com/problems/longest-happy-prefix | Longest Happy Prefix | Hard | 51.6% | 12.5% |
| 1378 | https://leetcode.com/problems/replace-employee-id-with-the-unique-identifier | Replace Employee ID With The Unique Identifier | Easy | 83.5% | 37.5% |
| 1395 | https://leetcode.com/problems/count-number-of-teams | Count Number of Teams | Medium | 70.2% | 25.0% |
| 1396 | https://leetcode.com/problems/design-underground-system | Design Underground System | Medium | 74.4% | 12.5% |
| 1404 | https://leetcode.com/problems/number-of-steps-to-reduce-a-number-in-binary-representation-to-one | Number of Steps to Reduce a Number in Binary Representation to One | Medium | 61.3% | 25.0% |
| 1408 | https://leetcode.com/problems/string-matching-in-an-array | String Matching in an Array | Easy | 69.7% | 25.0% |
| 1409 | https://leetcode.com/problems/queries-on-a-permutation-with-key | Queries on a Permutation With Key | Medium | 84.8% | 25.0% |
| 1431 | https://leetcode.com/problems/kids-with-the-greatest-number-of-candies | Kids With the Greatest Number of Candies | Easy | 88.0% | 37.5% |
| 1422 | https://leetcode.com/problems/maximum-score-after-splitting-a-string | Maximum Score After Splitting a String | Easy | 65.1% | 12.5% |
| 1423 | https://leetcode.com/problems/maximum-points-you-can-obtain-from-cards | Maximum Points You Can Obtain from Cards | Medium | 57.2% | 37.5% |
| 1424 | https://leetcode.com/problems/diagonal-traverse-ii | Diagonal Traverse II | Medium | 58.3% | 12.5% |
| 1448 | https://leetcode.com/problems/count-good-nodes-in-binary-tree | Count Good Nodes in Binary Tree | Medium | 73.8% | 12.5% |
| 1436 | https://leetcode.com/problems/destination-city | Destination City | Easy | 79.5% | 12.5% |
| 1438 | https://leetcode.com/problems/longest-continuous-subarray-with-absolute-diff-less-than-or-equal-to-limit | Longest Continuous Subarray With Absolute Diff Less Than or Equal to Limit | Medium | 57.3% | 37.5% |
| 1421 | https://leetcode.com/problems/npv-queries | NPV Queries | Easy | 82.9% | 25.0% |
| 1463 | https://leetcode.com/problems/cherry-pickup-ii | Cherry Pickup II | Hard | 72.3% | 12.5% |
| 1456 | https://leetcode.com/problems/maximum-number-of-vowels-in-a-substring-of-given-length | Maximum Number of Vowels in a Substring of Given Length | Medium | 61.5% | 37.5% |
| 1457 | https://leetcode.com/problems/pseudo-palindromic-paths-in-a-binary-tree | Pseudo-Palindromic Paths in a Binary Tree | Medium | 68.4% | 25.0% |
| 1458 | https://leetcode.com/problems/max-dot-product-of-two-subsequences | Max Dot Product of Two Subsequences | Hard | 69.3% | 25.0% |
| 1478 | https://leetcode.com/problems/allocate-mailboxes | Allocate Mailboxes | Hard | 56.4% | 25.0% |
| 1464 | https://leetcode.com/problems/maximum-product-of-two-elements-in-an-array | Maximum Product of Two Elements in an Array | Easy | 83.5% | 12.5% |
| 1466 | https://leetcode.com/problems/reorder-routes-to-make-all-paths-lead-to-the-city-zero | Reorder Routes to Make All Paths Lead to the City Zero | Medium | 65.6% | 25.0% |
| 1454 | https://leetcode.com/problems/active-users | Active Users | Medium | 36.6% | 12.5% |
| 1470 | https://leetcode.com/problems/shuffle-the-array | Shuffle the Array | Easy | 89.0% | 25.0% |
| 1472 | https://leetcode.com/problems/design-browser-history | Design Browser History | Medium | 78.2% | 25.0% |
| 1492 | https://leetcode.com/problems/the-kth-factor-of-n | The kth Factor of n | Medium | 70.2% | 50.0% |
| 1493 | https://leetcode.com/problems/longest-subarray-of-1s-after-deleting-one-element | Longest Subarray of 1's After Deleting One Element | Medium | 71.0% | 25.0% |
| 1480 | https://leetcode.com/problems/running-sum-of-1d-array | Running Sum of 1d Array | Easy | 86.9% | 37.5% |
| 1481 | https://leetcode.com/problems/least-number-of-unique-integers-after-k-removals | Least Number of Unique Integers after K Removals | Medium | 63.7% | 12.5% |
| 1482 | https://leetcode.com/problems/minimum-number-of-days-to-make-m-bouquets | Minimum Number of Days to Make m Bouquets | Medium | 56.2% | 37.5% |
| 1489 | https://leetcode.com/problems/find-critical-and-pseudo-critical-edges-in-minimum-spanning-tree | Find Critical and Pseudo-Critical Edges in Minimum Spanning Tree | Hard | 66.3% | 25.0% |
| 1509 | https://leetcode.com/problems/minimum-difference-between-largest-and-smallest-value-in-three-moves | Minimum Difference Between Largest and Smallest Value in Three Moves | Medium | 59.2% | 25.0% |
| 1496 | https://leetcode.com/problems/path-crossing | Path Crossing | Easy | 62.6% | 37.5% |
| 1497 | https://leetcode.com/problems/check-if-array-pairs-are-divisible-by-k | Check If Array Pairs Are Divisible by k | Medium | 46.2% | 25.0% |
| 1498 | https://leetcode.com/problems/number-of-subsequences-that-satisfy-the-given-sum-condition | Number of Subsequences That Satisfy the Given Sum Condition | Medium | 49.3% | 25.0% |
| 1479 | https://leetcode.com/problems/sales-by-day-of-the-week | Sales by Day of the Week | Hard | 76.3% | 25.0% |
| 1485 | https://leetcode.com/problems/clone-binary-tree-with-random-pointer | Clone Binary Tree With Random Pointer | Medium | 80.9% | 37.5% |
| 1502 | https://leetcode.com/problems/can-make-arithmetic-progression-from-sequence | Can Make Arithmetic Progression From Sequence | Easy | 69.2% | 25.0% |
| 1523 | https://leetcode.com/problems/count-odd-numbers-in-an-interval-range | Count Odd Numbers in an Interval Range | Easy | 54.4% | 12.5% |
| 1526 | https://leetcode.com/problems/minimum-number-of-increments-on-subarrays-to-form-a-target-array | Minimum Number of Increments on Subarrays to Form a Target Array | Hard | 78.1% | 12.5% |
| 1490 | https://leetcode.com/problems/clone-n-ary-tree | Clone N-ary Tree | Medium | 83.1% | 25.0% |
| 1512 | https://leetcode.com/problems/number-of-good-pairs | Number of Good Pairs | Easy | 89.8% | 25.0% |
| 1531 | https://leetcode.com/problems/string-compression-ii | String Compression II | Hard | 52.2% | 12.5% |
| 1495 | https://leetcode.com/problems/friendly-movies-streamed-last-month | Friendly Movies Streamed Last Month | Easy | 48.9% | 25.0% |
| 1518 | https://leetcode.com/problems/water-bottles | Water Bottles | Easy | 72.6% | 12.5% |
| 1520 | https://leetcode.com/problems/maximum-number-of-non-overlapping-substrings | Maximum Number of Non-Overlapping Substrings | Hard | 41.4% | 25.0% |
| 1539 | https://leetcode.com/problems/kth-missing-positive-number | Kth Missing Positive Number | Easy | 63.2% | 37.5% |
| 1529 | https://leetcode.com/problems/minimum-suffix-flips | Minimum Suffix Flips | Medium | 73.9% | 12.5% |
| 1511 | https://leetcode.com/problems/customer-order-frequency | Customer Order Frequency | Easy | 66.5% | 25.0% |
| 1534 | https://leetcode.com/problems/count-good-triplets | Count Good Triplets | Easy | 85.5% | 12.5% |
| 1558 | https://leetcode.com/problems/minimum-numbers-of-function-calls-to-make-target-array | Minimum Numbers of Function Calls to Make Target Array | Medium | 62.8% | 25.0% |
| 1544 | https://leetcode.com/problems/make-the-string-great | Make The String Great | Easy | 68.4% | 12.5% |
| 1545 | https://leetcode.com/problems/find-kth-bit-in-nth-binary-string | Find Kth Bit in Nth Binary String | Medium | 70.2% | 12.5% |
| 1547 | https://leetcode.com/problems/minimum-cost-to-cut-a-stick | Minimum Cost to Cut a Stick | Hard | 62.8% | 25.0% |
| 1533 | https://leetcode.com/problems/find-the-index-of-the-large-integer | Find the Index of the Large Integer | Medium | 56.5% | 25.0% |
| 1552 | https://leetcode.com/problems/magnetic-force-between-two-balls | Magnetic Force Between Two Balls | Medium | 71.9% | 25.0% |
| 1572 | https://leetcode.com/problems/matrix-diagonal-sum | Matrix Diagonal Sum | Easy | 84.1% | 12.5% |
| 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% |
| 1561 | https://leetcode.com/problems/maximum-number-of-coins-you-can-get | Maximum Number of Coins You Can Get | Medium | 84.8% | 12.5% |
| 1567 | https://leetcode.com/problems/maximum-length-of-subarray-with-positive-product | Maximum Length of Subarray With Positive Product | Medium | 44.6% | 12.5% |
| 1588 | https://leetcode.com/problems/sum-of-all-odd-length-subarrays | Sum of All Odd Length Subarrays | Easy | 83.9% | 12.5% |
| 1590 | https://leetcode.com/problems/make-sum-divisible-by-p | Make Sum Divisible by P | Medium | 42.6% | 37.5% |
| 1584 | https://leetcode.com/problems/min-cost-to-connect-all-points | Min Cost to Connect All Points | Medium | 70.3% | 25.0% |
| 1603 | https://leetcode.com/problems/design-parking-system | Design Parking System | Easy | 87.1% | 37.5% |
| 1570 | https://leetcode.com/problems/dot-product-of-two-sparse-vectors | Dot Product of Two Sparse Vectors | Medium | 89.9% | 12.5% |
| 1571 | https://leetcode.com/problems/warehouse-manager | Warehouse Manager | Easy | 87.3% | 25.0% |
| 1598 | https://leetcode.com/problems/crawler-log-folder | Crawler Log Folder | Easy | 71.6% | 12.5% |
| 1601 | https://leetcode.com/problems/maximum-number-of-achievable-transfer-requests | Maximum Number of Achievable Transfer Requests | Hard | 64.6% | 25.0% |
| 1581 | https://leetcode.com/problems/customer-who-visited-but-did-not-make-any-transactions | Customer Who Visited but Did Not Make Any Transactions | Easy | 67.6% | 37.5% |
| 1621 | https://leetcode.com/problems/number-of-sets-of-k-non-overlapping-line-segments | Number of Sets of K Non-Overlapping Line Segments | Medium | 45.6% | 25.0% |
| 1608 | https://leetcode.com/problems/special-array-with-x-elements-greater-than-or-equal-x | Special Array With X Elements Greater Than or Equal X | Easy | 66.8% | 12.5% |
| 1597 | https://leetcode.com/problems/build-binary-expression-tree-from-infix-expression | Build Binary Expression Tree From Infix Expression | Hard | 62.8% | 25.0% |
| 1614 | https://leetcode.com/problems/maximum-nesting-depth-of-the-parentheses | Maximum Nesting Depth of the Parentheses | Easy | 84.8% | 25.0% |
| 1636 | https://leetcode.com/problems/sort-array-by-increasing-frequency | Sort Array by Increasing Frequency | Easy | 80.7% | 25.0% |
| 1637 | https://leetcode.com/problems/widest-vertical-area-between-two-points-containing-no-points | Widest Vertical Area Between Two Points Containing No Points | Easy | 87.1% | 12.5% |
| 1631 | https://leetcode.com/problems/path-with-minimum-effort | Path With Minimum Effort | Medium | 62.8% | 25.0% |
| 1652 | https://leetcode.com/problems/defuse-the-bomb | Defuse the Bomb | Easy | 79.3% | 25.0% |
| 1654 | https://leetcode.com/problems/minimum-jumps-to-reach-home | Minimum Jumps to Reach Home | Medium | 30.6% | 12.5% |
| 1613 | https://leetcode.com/problems/find-the-missing-ids | Find the Missing IDs | Medium | 72.9% | 25.0% |
| 1642 | https://leetcode.com/problems/furthest-building-you-can-reach | Furthest Building You Can Reach | Medium | 50.7% | 37.5% |
| 1623 | https://leetcode.com/problems/all-valid-triplets-that-can-represent-a-country | All Valid Triplets That Can Represent a Country | Easy | 80.9% | 25.0% |
| 1668 | https://leetcode.com/problems/maximum-repeating-substring | Maximum Repeating Substring | Easy | 41.0% | 12.5% |
| 1669 | https://leetcode.com/problems/merge-in-between-linked-lists | Merge In Between Linked Lists | Medium | 82.8% | 12.5% |
| 1671 | https://leetcode.com/problems/minimum-number-of-removals-to-make-mountain-array | Minimum Number of Removals to Make Mountain Array | Hard | 54.8% | 12.5% |
| 1670 | https://leetcode.com/problems/design-front-middle-back-queue | Design Front Middle Back Queue | Medium | 56.9% | 25.0% |
| 1628 | https://leetcode.com/problems/design-an-expression-tree-with-evaluate-function | Design an Expression Tree With Evaluate Function | Medium | 82.5% | 25.0% |
| 1646 | https://leetcode.com/problems/get-maximum-in-generated-array | Get Maximum in Generated Array | Easy | 51.4% | 12.5% |
| 1647 | https://leetcode.com/problems/minimum-deletions-to-make-character-frequencies-unique | Minimum Deletions to Make Character Frequencies Unique | Medium | 61.4% | 12.5% |
| 1634 | https://leetcode.com/problems/add-two-polynomials-represented-as-linked-lists | Add Two Polynomials Represented as Linked Lists | Medium | 61.0% | 25.0% |
| 1658 | https://leetcode.com/problems/minimum-operations-to-reduce-x-to-zero | Minimum Operations to Reduce X to Zero | Medium | 40.4% | 25.0% |
| 1657 | https://leetcode.com/problems/determine-if-two-strings-are-close | Determine if Two Strings Are Close | Medium | 54.2% | 12.5% |
| 1662 | https://leetcode.com/problems/check-if-two-string-arrays-are-equivalent | Check If Two String Arrays are Equivalent | Easy | 86.0% | 12.5% |
| 1685 | https://leetcode.com/problems/sum-of-absolute-differences-in-a-sorted-array | Sum of Absolute Differences in a Sorted Array | Medium | 68.2% | 12.5% |
| 1650 | https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree-iii | Lowest Common Ancestor of a Binary Tree III | Medium | 82.9% | 50.0% |
| 1672 | https://leetcode.com/problems/richest-customer-wealth | Richest Customer Wealth | Easy | 88.7% | 12.5% |
| 1679 | https://leetcode.com/problems/max-number-of-k-sum-pairs | Max Number of K-Sum Pairs | Medium | 56.9% | 25.0% |
| 1680 | https://leetcode.com/problems/concatenation-of-consecutive-binary-numbers | Concatenation of Consecutive Binary Numbers | Medium | 56.9% | 25.0% |
| 1661 | https://leetcode.com/problems/average-time-of-process-per-machine | Average Time of Process per Machine | Easy | 66.9% | 50.0% |
| 1700 | https://leetcode.com/problems/number-of-students-unable-to-eat-lunch | Number of Students Unable to Eat Lunch | Easy | 79.3% | 37.5% |
| 1701 | https://leetcode.com/problems/average-waiting-time | Average Waiting Time | Medium | 73.1% | 12.5% |
| 1688 | https://leetcode.com/problems/count-of-matches-in-tournament | Count of Matches in Tournament | Easy | 86.3% | 12.5% |
| 1689 | https://leetcode.com/problems/partitioning-into-minimum-number-of-deci-binary-numbers | Partitioning Into Minimum Number Of Deci-Binary Numbers | Medium | 88.8% | 12.5% |
| 1695 | https://leetcode.com/problems/maximum-erasure-value | Maximum Erasure Value | Medium | 64.1% | 25.0% |
| 1676 | https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree-iv | Lowest Common Ancestor of a Binary Tree IV | Medium | 79.5% | 25.0% |
| 1716 | https://leetcode.com/problems/calculate-money-in-leetcode-bank | Calculate Money in Leetcode Bank | Easy | 82.3% | 12.5% |
| 1717 | https://leetcode.com/problems/maximum-score-from-removing-substrings | Maximum Score From Removing Substrings | Medium | 66.6% | 12.5% |
| 1718 | https://leetcode.com/problems/construct-the-lexicographically-largest-valid-sequence | Construct the Lexicographically Largest Valid Sequence | Medium | 72.8% | 12.5% |
| 1704 | https://leetcode.com/problems/determine-if-string-halves-are-alike | Determine if String Halves Are Alike | Easy | 78.8% | 12.5% |
| 1723 | https://leetcode.com/problems/find-minimum-time-to-finish-all-jobs | Find Minimum Time to Finish All Jobs | Hard | 45.3% | 37.5% |
| 1683 | https://leetcode.com/problems/invalid-tweets | Invalid Tweets | Easy | 85.2% | 25.0% |
| 1710 | https://leetcode.com/problems/maximum-units-on-a-truck | Maximum Units on a Truck | Easy | 74.6% | 37.5% |
| 1732 | https://leetcode.com/problems/find-the-highest-altitude | Find the Highest Altitude | Easy | 83.9% | 25.0% |
| 1734 | https://leetcode.com/problems/decode-xored-permutation | Decode XORed Permutation | Medium | 66.8% | 25.0% |
| 1735 | https://leetcode.com/problems/count-ways-to-make-array-with-product | Count Ways to Make Array With Product | Hard | 54.3% | 25.0% |
| 1699 | https://leetcode.com/problems/number-of-calls-between-two-persons | Number of Calls Between Two Persons | Medium | 80.8% | 25.0% |
| 1750 | https://leetcode.com/problems/minimum-length-of-string-after-deleting-similar-ends | Minimum Length of String After Deleting Similar Ends | Medium | 56.0% | 25.0% |
| 1751 | https://leetcode.com/problems/maximum-number-of-events-that-can-be-attended-ii | Maximum Number of Events That Can Be Attended II | Hard | 63.6% | 12.5% |
| 1764 | https://leetcode.com/problems/form-array-by-concatenating-subarrays-of-another-array | Form Array by Concatenating Subarrays of Another Array | Medium | 54.7% | 25.0% |
| 1752 | https://leetcode.com/problems/check-if-array-is-sorted-and-rotated | Check if Array Is Sorted and Rotated | Easy | 55.7% | 50.0% |
| 1731 | https://leetcode.com/problems/the-number-of-employees-which-report-to-each-employee | The Number of Employees Which Report to Each Employee | Easy | 53.0% | 25.0% |
| 1740 | https://leetcode.com/problems/find-distance-in-a-binary-tree | Find Distance in a Binary Tree | Medium | 74.3% | 25.0% |
| 1760 | https://leetcode.com/problems/minimum-limit-of-balls-in-a-bag | Minimum Limit of Balls in a Bag | Medium | 66.6% | 12.5% |
| 1761 | https://leetcode.com/problems/minimum-degree-of-a-connected-trio-in-a-graph | Minimum Degree of a Connected Trio in a Graph | Hard | 44.2% | 25.0% |
| 1779 | https://leetcode.com/problems/find-nearest-point-that-has-the-same-x-or-y-coordinate | Find Nearest Point That Has the Same X or Y Coordinate | Easy | 69.9% | 25.0% |
| 1781 | https://leetcode.com/problems/sum-of-beauty-of-all-substrings | Sum of Beauty of All Substrings | Medium | 73.5% | 37.5% |
| 1782 | https://leetcode.com/problems/count-pairs-of-nodes | Count Pairs Of Nodes | Hard | 42.4% | 25.0% |
| 1741 | https://leetcode.com/problems/find-total-time-spent-by-each-employee | Find Total Time Spent by Each Employee | Easy | 86.4% | 25.0% |
| 1768 | https://leetcode.com/problems/merge-strings-alternately | Merge Strings Alternately | Easy | 82.1% | 62.5% |
| 1769 | https://leetcode.com/problems/minimum-number-of-operations-to-move-all-balls-to-each-box | Minimum Number of Operations to Move All Balls to Each Box | Medium | 90.1% | 12.5% |
| 1773 | https://leetcode.com/problems/count-items-matching-a-rule | Count Items Matching a Rule | Easy | 85.3% | 12.5% |
| 1757 | https://leetcode.com/problems/recyclable-and-low-fat-products | Recyclable and Low Fat Products | Easy | 88.8% | 62.5% |
| 1762 | https://leetcode.com/problems/buildings-with-an-ocean-view | Buildings With an Ocean View | Medium | 80.9% | 25.0% |
| 1790 | https://leetcode.com/problems/check-if-one-string-swap-can-make-strings-equal | Check if One String Swap Can Make Strings Equal | Easy | 49.5% | 12.5% |
| 1791 | https://leetcode.com/problems/find-center-of-star-graph | Find Center of Star Graph | Easy | 86.6% | 12.5% |
| 1792 | https://leetcode.com/problems/maximum-average-pass-ratio | Maximum Average Pass Ratio | Medium | 74.1% | 37.5% |
| 1772 | https://leetcode.com/problems/sort-features-by-popularity | Sort Features by Popularity | Medium | 66.3% | 25.0% |
| 1777 | https://leetcode.com/problems/products-price-for-each-store | Product's Price for Each Store | Easy | 82.1% | 25.0% |
| 1783 | https://leetcode.com/problems/grand-slam-titles | Grand Slam Titles | Medium | 82.9% | 25.0% |
| 1788 | https://leetcode.com/problems/maximize-the-beauty-of-the-garden | Maximize the Beauty of the Garden | Hard | 64.6% | 25.0% |
| 1795 | https://leetcode.com/problems/rearrange-products-table | Rearrange Products Table | Easy | 85.5% | 25.0% |
| 1823 | https://leetcode.com/problems/find-the-winner-of-the-circular-game | Find the Winner of the Circular Game | Medium | 82.2% | 12.5% |
| 1846 | https://leetcode.com/problems/maximum-element-after-decreasing-and-rearranging | Maximum Element After Decreasing and Rearranging | Medium | 65.8% | 25.0% |
| 1847 | https://leetcode.com/problems/closest-room | Closest Room | Hard | 41.1% | 25.0% |
| 1809 | https://leetcode.com/problems/ad-free-sessions | Ad-Free Sessions | Easy | 58.8% | 25.0% |
| 1832 | https://leetcode.com/problems/check-if-the-sentence-is-pangram | Check if the Sentence Is Pangram | Easy | 84.1% | 12.5% |
| 1833 | https://leetcode.com/problems/maximum-ice-cream-bars | Maximum Ice Cream Bars | Medium | 74.2% | 12.5% |
| 1834 | https://leetcode.com/problems/single-threaded-cpu | Single-Threaded CPU | Medium | 47.3% | 12.5% |
| 1811 | https://leetcode.com/problems/find-interview-candidates | Find Interview Candidates | Medium | 60.6% | 25.0% |
| 1838 | https://leetcode.com/problems/frequency-of-the-most-frequent-element | Frequency of the Most Frequent Element | Medium | 44.6% | 37.5% |
| 1859 | https://leetcode.com/problems/sorting-the-sentence | Sorting the Sentence | Easy | 84.1% | 12.5% |
| 1854 | https://leetcode.com/problems/maximum-population-year | Maximum Population Year | Easy | 63.6% | 12.5% |
| 1876 | https://leetcode.com/problems/substrings-of-size-three-with-distinct-characters | Substrings of Size Three with Distinct Characters | Easy | 76.5% | 12.5% |
| 1863 | https://leetcode.com/problems/sum-of-all-subset-xor-totals | Sum of All Subset XOR Totals | Easy | 90.1% | 37.5% |
| 1842 | https://leetcode.com/problems/next-palindrome-using-same-digits | Next Palindrome Using Same Digits | Hard | 54.2% | 25.0% |
| 1870 | https://leetcode.com/problems/minimum-speed-to-arrive-on-time | Minimum Speed to Arrive on Time | Medium | 47.7% | 12.5% |
| 1852 | https://leetcode.com/problems/distinct-numbers-in-each-subarray | Distinct Numbers in Each Subarray | Medium | 77.3% | 25.0% |
| 1882 | https://leetcode.com/problems/process-tasks-using-servers | Process Tasks Using Servers | Medium | 41.9% | 12.5% |
| 1886 | https://leetcode.com/problems/determine-whether-matrix-can-be-obtained-by-rotation | Determine Whether Matrix Can Be Obtained By Rotation | Easy | 59.2% | 25.0% |
| 1889 | https://leetcode.com/problems/minimum-space-wasted-from-packaging | Minimum Space Wasted From Packaging | Hard | 33.4% | 25.0% |
| 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% | 12.5% |
| 1910 | https://leetcode.com/problems/remove-all-occurrences-of-a-substring | Remove All Occurrences of a Substring | Medium | 78.4% | 25.0% |
| 1903 | https://leetcode.com/problems/largest-odd-number-in-string | Largest Odd Number in String | Easy | 66.9% | 25.0% |
| 1905 | https://leetcode.com/problems/count-sub-islands | Count Sub Islands | Medium | 73.0% | 12.5% |
| 1926 | https://leetcode.com/problems/nearest-exit-from-entrance-in-maze | Nearest Exit from Entrance in Maze | Medium | 48.3% | 25.0% |
| 1915 | https://leetcode.com/problems/number-of-wonderful-substrings | Number of Wonderful Substrings | Medium | 66.6% | 12.5% |
| 1901 | https://leetcode.com/problems/find-a-peak-element-ii | Find a Peak Element II | Medium | 54.4% | 12.5% |
| 1920 | https://leetcode.com/problems/build-array-from-permutation | Build Array from Permutation | Easy | 91.1% | 25.0% |
| 1922 | https://leetcode.com/problems/count-good-numbers | Count Good Numbers | Medium | 57.4% | 37.5% |
| 1923 | https://leetcode.com/problems/longest-common-subpath | Longest Common Subpath | Hard | 29.3% | 25.0% |
| 1942 | https://leetcode.com/problems/the-number-of-the-smallest-unoccupied-chair | The Number of the Smallest Unoccupied Chair | Medium | 60.4% | 37.5% |
| 2297 | https://leetcode.com/problems/jump-game-viii | Jump Game VIII | Medium | 45.4% | 25.0% |
| 1929 | https://leetcode.com/problems/concatenation-of-array | Concatenation of Array | Easy | 90.5% | 37.5% |
| 1930 | https://leetcode.com/problems/unique-length-3-palindromic-subsequences | Unique Length-3 Palindromic Subsequences | Medium | 73.8% | 25.0% |
| 2307 | https://leetcode.com/problems/check-for-contradictions-in-equations | Check for Contradictions in Equations | Hard | 43.8% | 25.0% |
| 1950 | https://leetcode.com/problems/maximum-of-minimum-values-in-all-subarrays | Maximum of Minimum Values in All Subarrays | Medium | 48.0% | 25.0% |
| 1958 | https://leetcode.com/problems/check-if-move-is-legal | Check if Move is Legal | Medium | 50.0% | 25.0% |
| 1955 | https://leetcode.com/problems/count-number-of-special-subsequences | Count Number of Special Subsequences | Hard | 52.7% | 25.0% |
| 1934 | https://leetcode.com/problems/confirmation-rate | Confirmation Rate | Medium | 61.6% | 37.5% |
| 1976 | https://leetcode.com/problems/number-of-ways-to-arrive-at-destination | Number of Ways to Arrive at Destination | Medium | 37.3% | 25.0% |
| 1963 | https://leetcode.com/problems/minimum-number-of-swaps-to-make-the-string-balanced | Minimum Number of Swaps to Make the String Balanced | Medium | 78.1% | 25.0% |
| 1969 | https://leetcode.com/problems/minimum-non-zero-product-of-the-array-elements | Minimum Non-Zero Product of the Array Elements | Medium | 37.4% | 12.5% |
| 1981 | https://leetcode.com/problems/minimize-the-difference-between-target-and-chosen-elements | Minimize the Difference Between Target and Chosen Elements | Medium | 36.7% | 25.0% |
| 1984 | https://leetcode.com/problems/minimum-difference-between-highest-and-lowest-of-k-scores | Minimum Difference Between Highest and Lowest of K Scores | Easy | 66.2% | 25.0% |
| 1986 | https://leetcode.com/problems/minimum-number-of-work-sessions-to-finish-the-tasks | Minimum Number of Work Sessions to Finish the Tasks | Medium | 34.5% | 12.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% |
| 1971 | https://leetcode.com/problems/find-if-path-exists-in-graph | Find if Path Exists in Graph | Easy | 54.7% | 25.0% |
| 1998 | https://leetcode.com/problems/gcd-sort-of-an-array | GCD Sort of an Array | Hard | 48.5% | 25.0% |
| 1978 | https://leetcode.com/problems/employees-whose-manager-left-the-company | Employees Whose Manager Left the Company | Easy | 48.6% | 12.5% |
| 2000 | https://leetcode.com/problems/reverse-prefix-of-word | Reverse Prefix of Word | Easy | 86.5% | 12.5% |
| 2022 | https://leetcode.com/problems/convert-1d-array-into-2d-array | Convert 1D Array Into 2D Array | Easy | 72.1% | 12.5% |
| 2011 | https://leetcode.com/problems/final-value-of-variable-after-performing-operations | Final Value of Variable After Performing Operations | Easy | 90.6% | 12.5% |
| 2012 | https://leetcode.com/problems/sum-of-beauty-in-the-array | Sum of Beauty in the Array | Medium | 51.1% | 25.0% |
| 2013 | https://leetcode.com/problems/detect-squares | Detect Squares | Medium | 52.3% | 12.5% |
| 2037 | https://leetcode.com/problems/minimum-number-of-moves-to-seat-everyone | Minimum Number of Moves to Seat Everyone | Easy | 87.2% | 25.0% |
| 2028 | https://leetcode.com/problems/find-missing-observations | Find Missing Observations | Medium | 57.4% | 25.0% |
| 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% | 25.0% |
| 2053 | https://leetcode.com/problems/kth-distinct-string-in-an-array | Kth Distinct String in an Array | Easy | 82.1% | 25.0% |
| 2055 | https://leetcode.com/problems/plates-between-candles | Plates Between Candles | Medium | 47.3% | 50.0% |
| 2058 | https://leetcode.com/problems/find-the-minimum-and-maximum-number-of-nodes-between-critical-points | Find the Minimum and Maximum Number of Nodes Between Critical Points | Medium | 69.4% | 25.0% |
| 2064 | https://leetcode.com/problems/minimized-maximum-of-products-distributed-to-any-store | Minimized Maximum of Products Distributed to Any Store | Medium | 63.0% | 25.0% |
| 2073 | https://leetcode.com/problems/time-needed-to-buy-tickets | Time Needed to Buy Tickets | Easy | 72.1% | 12.5% |
| 2075 | https://leetcode.com/problems/decode-the-slanted-ciphertext | Decode the Slanted Ciphertext | Medium | 50.3% | 25.0% |
| 2099 | https://leetcode.com/problems/find-subsequence-of-length-k-with-the-largest-sum | Find Subsequence of Length K With the Largest Sum | Easy | 57.4% | 12.5% |
| 2100 | https://leetcode.com/problems/find-good-days-to-rob-the-bank | Find Good Days to Rob the Bank | Medium | 51.4% | 25.0% |
| 2101 | https://leetcode.com/problems/detonate-the-maximum-bombs | Detonate the Maximum Bombs | Medium | 49.9% | 12.5% |
| 2102 | https://leetcode.com/problems/sequentially-ordinal-rank-tracker | Sequentially Ordinal Rank Tracker | Hard | 61.5% | 25.0% |
| 2090 | https://leetcode.com/problems/k-radius-subarray-averages | K Radius Subarray Averages | Medium | 46.0% | 12.5% |
| 2091 | https://leetcode.com/problems/removing-minimum-and-maximum-from-array | Removing Minimum and Maximum From Array | Medium | 56.2% | 12.5% |
| 2092 | https://leetcode.com/problems/find-all-people-with-secret | Find All People With Secret | Hard | 48.4% | 12.5% |
| 2095 | https://leetcode.com/problems/delete-the-middle-node-of-a-linked-list | Delete the Middle Node of a Linked List | Medium | 59.5% | 12.5% |
| 2096 | https://leetcode.com/problems/step-by-step-directions-from-a-binary-tree-node-to-another | Step-By-Step Directions From a Binary Tree Node to Another | Medium | 56.4% | 25.0% |
| 2115 | https://leetcode.com/problems/find-all-possible-recipes-from-given-supplies | Find All Possible Recipes from Given Supplies | Medium | 56.8% | 25.0% |
| 2116 | https://leetcode.com/problems/check-if-a-parentheses-string-can-be-valid | Check if a Parentheses String Can Be Valid | Medium | 45.1% | 25.0% |
| 2104 | https://leetcode.com/problems/sum-of-subarray-ranges | Sum of Subarray Ranges | Medium | 60.7% | 37.5% |
| 2109 | https://leetcode.com/problems/adding-spaces-to-a-string | Adding Spaces to a String | Medium | 71.8% | 25.0% |
| 2110 | https://leetcode.com/problems/number-of-smooth-descent-periods-of-a-stock | Number of Smooth Descent Periods of a Stock | Medium | 67.7% | 25.0% |
| 2111 | https://leetcode.com/problems/minimum-operations-to-make-the-array-k-increasing | Minimum Operations to Make the Array K-Increasing | Hard | 40.2% | 25.0% |
| 2130 | https://leetcode.com/problems/maximum-twin-sum-of-a-linked-list | Maximum Twin Sum of a Linked List | Medium | 81.6% | 25.0% |
| 2125 | https://leetcode.com/problems/number-of-laser-beams-in-a-bank | Number of Laser Beams in a Bank | Medium | 87.0% | 25.0% |
| 2126 | https://leetcode.com/problems/destroying-asteroids | Destroying Asteroids | Medium | 53.3% | 12.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% | 12.5% |
| 2145 | https://leetcode.com/problems/count-the-hidden-sequences | Count the Hidden Sequences | Medium | 56.7% | 25.0% |
| 2134 | https://leetcode.com/problems/minimum-swaps-to-group-all-1s-together-ii | Minimum Swaps to Group All 1's Together II | Medium | 65.6% | 37.5% |
| 2123 | https://leetcode.com/problems/minimum-operations-to-remove-adjacent-ones-in-matrix | Minimum Operations to Remove Adjacent Ones in Matrix | Hard | 42.8% | 25.0% |
| 2140 | https://leetcode.com/problems/solving-questions-with-brainpower | Solving Questions With Brainpower | Medium | 60.2% | 12.5% |
| 2160 | https://leetcode.com/problems/minimum-sum-of-four-digit-number-after-splitting-digits | Minimum Sum of Four Digit Number After Splitting Digits | Easy | 86.2% | 25.0% |
| 2161 | https://leetcode.com/problems/partition-array-according-to-given-pivot | Partition Array According to Given Pivot | Medium | 89.8% | 25.0% |
| 2149 | https://leetcode.com/problems/rearrange-array-elements-by-sign | Rearrange Array Elements by Sign | Medium | 84.5% | 50.0% |
| 2181 | https://leetcode.com/problems/merge-nodes-in-between-zeros | Merge Nodes in Between Zeros | Medium | 89.7% | 12.5% |
| 2195 | https://leetcode.com/problems/append-k-integers-with-minimal-sum | Append K Integers With Minimal Sum | Medium | 26.8% | 25.0% |
| 2196 | https://leetcode.com/problems/create-binary-tree-from-descriptions | Create Binary Tree From Descriptions | Medium | 81.7% | 12.5% |
| 2197 | https://leetcode.com/problems/replace-non-coprime-numbers-in-array | Replace Non-Coprime Numbers in Array | Hard | 57.7% | 25.0% |
| 2207 | https://leetcode.com/problems/maximize-number-of-subsequences-in-a-string | Maximize Number of Subsequences in a String | Medium | 35.9% | 25.0% |
| 2173 | https://leetcode.com/problems/longest-winning-streak | Longest Winning Streak | Hard | 54.1% | 25.0% |
| 2220 | https://leetcode.com/problems/minimum-bit-flips-to-convert-number | Minimum Bit Flips to Convert Number | Easy | 87.8% | 12.5% |
| 2221 | https://leetcode.com/problems/find-triangular-sum-of-an-array | Find Triangular Sum of an Array | Medium | 82.0% | 37.5% |
| 2222 | https://leetcode.com/problems/number-of-ways-to-select-buildings | Number of Ways to Select Buildings | Medium | 50.8% | 25.0% |
| 2223 | https://leetcode.com/problems/sum-of-scores-of-built-strings | Sum of Scores of Built Strings | Hard | 46.5% | 25.0% |
| 2250 | https://leetcode.com/problems/count-number-of-rectangles-containing-each-point | Count Number of Rectangles Containing Each Point | Medium | 37.4% | 37.5% |
| 2251 | https://leetcode.com/problems/number-of-flowers-in-full-bloom | Number of Flowers in Full Bloom | Hard | 57.7% | 12.5% |
| 2259 | https://leetcode.com/problems/remove-digit-from-number-to-maximize-result | Remove Digit From Number to Maximize Result | Easy | 48.2% | 12.5% |
| 2261 | https://leetcode.com/problems/k-divisible-elements-subarrays | K Divisible Elements Subarrays | Medium | 54.8% | 25.0% |
| 2262 | https://leetcode.com/problems/total-appeal-of-a-string | Total Appeal of A String | Hard | 56.3% | 25.0% |
| 2256 | https://leetcode.com/problems/minimum-average-difference | Minimum Average Difference | Medium | 43.8% | 25.0% |
| 2258 | https://leetcode.com/problems/escape-the-spreading-fire | Escape the Spreading Fire | Hard | 37.6% | 12.5% |
| 2266 | https://leetcode.com/problems/count-number-of-texts | Count Number of Texts | Medium | 49.9% | 25.0% |
| 2239 | https://leetcode.com/problems/find-closest-number-to-zero | Find Closest Number to Zero | Easy | 47.7% | 12.5% |
| 2214 | https://leetcode.com/problems/minimum-health-to-beat-game | Minimum Health to Beat Game | Medium | 58.8% | 50.0% |
| 2274 | https://leetcode.com/problems/maximum-consecutive-floors-without-special-floors | Maximum Consecutive Floors Without Special Floors | Medium | 52.5% | 25.0% |
| 2270 | https://leetcode.com/problems/number-of-ways-to-split-array | Number of Ways to Split Array | Medium | 55.9% | 25.0% |
| 2272 | https://leetcode.com/problems/substring-with-largest-variance | Substring With Largest Variance | Hard | 46.0% | 25.0% |
| 2244 | https://leetcode.com/problems/minimum-rounds-to-complete-all-tasks | Minimum Rounds to Complete All Tasks | Medium | 63.2% | 25.0% |
| 2246 | https://leetcode.com/problems/longest-path-with-different-adjacent-characters | Longest Path With Different Adjacent Characters | Hard | 53.9% | 12.5% |
| 2279 | https://leetcode.com/problems/maximum-bags-with-full-capacity-of-rocks | Maximum Bags With Full Capacity of Rocks | Medium | 68.0% | 25.0% |
| 2281 | https://leetcode.com/problems/sum-of-total-strength-of-wizards | Sum of Total Strength of Wizards | Hard | 29.1% | 37.5% |
| 2219 | https://leetcode.com/problems/maximum-sum-score-of-array | Maximum Sum Score of Array | Medium | 62.6% | 25.0% |
| 2228 | https://leetcode.com/problems/users-with-two-purchases-within-seven-days | Users With Two Purchases Within Seven Days | Medium | 46.6% | 25.0% |
| 2287 | https://leetcode.com/problems/rearrange-characters-to-make-target-string | Rearrange Characters to Make Target String | Easy | 61.0% | 25.0% |
| 2288 | https://leetcode.com/problems/apply-discount-to-prices | Apply Discount to Prices | Medium | 33.8% | 37.5% |
| 2238 | https://leetcode.com/problems/number-of-times-a-driver-was-a-passenger | Number of Times a Driver Was a Passenger | Medium | 71.6% | 25.0% |
| 2285 | https://leetcode.com/problems/maximum-total-importance-of-roads | Maximum Total Importance of Roads | Medium | 69.1% | 12.5% |
| 2235 | https://leetcode.com/problems/add-two-integers | Add Two Integers | Easy | 87.9% | 37.5% |
| 2236 | https://leetcode.com/problems/root-equals-sum-of-children | Root Equals Sum of Children | Easy | 84.8% | 12.5% |
| 2294 | https://leetcode.com/problems/partition-array-such-that-maximum-difference-is-k | Partition Array Such That Maximum Difference Is K | Medium | 81.9% | 25.0% |
| 2295 | https://leetcode.com/problems/replace-elements-in-an-array | Replace Elements in an Array | Medium | 59.6% | 25.0% |
| 2296 | https://leetcode.com/problems/design-a-text-editor | Design a Text Editor | Hard | 49.9% | 25.0% |
| 2300 | https://leetcode.com/problems/successful-pairs-of-spells-and-potions | Successful Pairs of Spells and Potions | Medium | 49.4% | 25.0% |
| 2322 | https://leetcode.com/problems/minimum-score-after-removals-on-a-tree | Minimum Score After Removals on a Tree | Hard | 76.2% | 25.0% |
| 2316 | https://leetcode.com/problems/count-unreachable-pairs-of-nodes-in-an-undirected-graph | Count Unreachable Pairs of Nodes in an Undirected Graph | Medium | 49.8% | 25.0% |
| 2268 | https://leetcode.com/problems/minimum-number-of-keypresses | Minimum Number of Keypresses | Medium | 71.4% | 37.5% |
| 2325 | https://leetcode.com/problems/decode-the-message | Decode the Message | Easy | 85.8% | 12.5% |
| 2336 | https://leetcode.com/problems/smallest-number-in-infinite-set | Smallest Number in Infinite Set | Medium | 70.6% | 25.0% |
| 2337 | https://leetcode.com/problems/move-pieces-to-obtain-a-string | Move Pieces to Obtain a String | Medium | 56.7% | 25.0% |
| 2333 | https://leetcode.com/problems/minimum-sum-of-squared-difference | Minimum Sum of Squared Difference | Medium | 26.7% | 25.0% |
| 2352 | https://leetcode.com/problems/equal-row-and-column-pairs | Equal Row and Column Pairs | Medium | 70.8% | 12.5% |
| 2353 | https://leetcode.com/problems/design-a-food-rating-system | Design a Food Rating System | Medium | 52.9% | 25.0% |
| 2292 | https://leetcode.com/problems/products-with-three-or-more-orders-in-two-consecutive-years | Products With Three or More Orders in Two Consecutive Years | Medium | 40.5% | 25.0% |
| 2347 | https://leetcode.com/problems/best-poker-hand | Best Poker Hand | Easy | 61.6% | 37.5% |
| 2357 | https://leetcode.com/problems/make-array-zero-by-subtracting-equal-amounts | Make Array Zero by Subtracting Equal Amounts | Easy | 73.7% | 50.0% |
| 2360 | https://leetcode.com/problems/longest-cycle-in-a-graph | Longest Cycle in a Graph | Hard | 50.4% | 12.5% |
| 2370 | https://leetcode.com/problems/longest-ideal-subsequence | Longest Ideal Subsequence | Medium | 46.7% | 12.5% |
| 2364 | https://leetcode.com/problems/count-number-of-bad-pairs | Count Number of Bad Pairs | Medium | 54.2% | 25.0% |
| 2398 | https://leetcode.com/problems/maximum-number-of-robots-within-budget | Maximum Number of Robots Within Budget | Hard | 38.0% | 25.0% |
| 2324 | https://leetcode.com/problems/product-sales-analysis-iv | Product Sales Analysis IV | Medium | 75.9% | 25.0% |
| 2329 | https://leetcode.com/problems/product-sales-analysis-v | Product Sales Analysis V | Easy | 70.8% | 25.0% |
| 2373 | https://leetcode.com/problems/largest-local-values-in-a-matrix | Largest Local Values in a Matrix | Easy | 87.7% | 12.5% |
| 2375 | https://leetcode.com/problems/construct-smallest-number-from-di-string | Construct Smallest Number From DI String | Medium | 85.6% | 25.0% |
| 2323 | https://leetcode.com/problems/find-minimum-time-to-finish-all-jobs-ii | Find Minimum Time to Finish All Jobs II | Medium | 66.0% | 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% | 37.5% |
| 2386 | https://leetcode.com/problems/find-the-k-sum-of-an-array | Find the K-Sum of an Array | Hard | 41.1% | 25.0% |
| 2380 | https://leetcode.com/problems/time-needed-to-rearrange-a-binary-string | Time Needed to Rearrange a Binary String | Medium | 52.6% | 25.0% |
| 2330 | https://leetcode.com/problems/valid-palindrome-iv | Valid Palindrome IV | Medium | 75.7% | 25.0% |
| 2390 | https://leetcode.com/problems/removing-stars-from-a-string | Removing Stars From a String | Medium | 78.9% | 37.5% |
| 2391 | https://leetcode.com/problems/minimum-amount-of-time-to-collect-garbage | Minimum Amount of Time to Collect Garbage | Medium | 85.1% | 12.5% |
| 2342 | https://leetcode.com/problems/max-sum-of-a-pair-with-equal-sum-of-digits | Max Sum of a Pair With Equal Sum of Digits | Medium | 66.0% | 37.5% |
| 2340 | https://leetcode.com/problems/minimum-adjacent-swaps-to-make-a-valid-array | Minimum Adjacent Swaps to Make a Valid Array | Medium | 72.2% | 50.0% |
| 2401 | https://leetcode.com/problems/longest-nice-subarray | Longest Nice Subarray | Medium | 64.8% | 12.5% |
| 2402 | https://leetcode.com/problems/meeting-rooms-iii | Meeting Rooms III | Hard | 51.7% | 25.0% |
| 2396 | https://leetcode.com/problems/strictly-palindromic-number | Strictly Palindromic Number | Medium | 90.2% | 25.0% |
| 2405 | https://leetcode.com/problems/optimal-partition-of-string | Optimal Partition of String | Medium | 78.4% | 25.0% |
| 2355 | https://leetcode.com/problems/maximum-number-of-books-you-can-take | Maximum Number of Books You Can Take | Hard | 39.5% | 37.5% |
| 2413 | https://leetcode.com/problems/smallest-even-multiple | Smallest Even Multiple | Easy | 88.3% | 12.5% |
| 2415 | https://leetcode.com/problems/reverse-odd-levels-of-binary-tree | Reverse Odd Levels of Binary Tree | Medium | 86.7% | 12.5% |
| 2356 | https://leetcode.com/problems/number-of-unique-subjects-taught-by-each-teacher | Number of Unique Subjects Taught by Each Teacher | Easy | 89.2% | 12.5% |
| 2410 | https://leetcode.com/problems/maximum-matching-of-players-with-trainers | Maximum Matching of Players With Trainers | Medium | 75.2% | 25.0% |
| 2411 | https://leetcode.com/problems/smallest-subarrays-with-maximum-bitwise-or | Smallest Subarrays With Maximum Bitwise OR | Medium | 62.0% | 25.0% |
| 2412 | https://leetcode.com/problems/minimum-money-required-before-transactions | Minimum Money Required Before Transactions | Hard | 42.0% | 25.0% |
| 2433 | https://leetcode.com/problems/find-the-original-array-of-prefix-xor | Find The Original Array of Prefix Xor | Medium | 88.3% | 12.5% |
| 2434 | https://leetcode.com/problems/using-a-robot-to-print-the-lexicographically-smallest-string | Using a Robot to Print the Lexicographically Smallest String | Medium | 62.5% | 37.5% |
| 2441 | https://leetcode.com/problems/largest-positive-integer-that-exists-with-its-negative | Largest Positive Integer That Exists With Its Negative | Easy | 74.5% | 12.5% |
| 2444 | https://leetcode.com/problems/count-subarrays-with-fixed-bounds | Count Subarrays With Fixed Bounds | Hard | 69.3% | 12.5% |
| 2439 | https://leetcode.com/problems/minimize-maximum-of-array | Minimize Maximum of Array | Medium | 46.5% | 12.5% |
| 2394 | https://leetcode.com/problems/employees-with-deductions | Employees With Deductions | Medium | 42.3% | 25.0% |
| 2449 | https://leetcode.com/problems/minimum-number-of-operations-to-make-arrays-similar | Minimum Number of Operations to Make Arrays Similar | Hard | 61.5% | 12.5% |
| 2443 | https://leetcode.com/problems/sum-of-number-and-its-reverse | Sum of Number and Its Reverse | Medium | 49.3% | 25.0% |
| 2460 | https://leetcode.com/problems/apply-operations-to-an-array | Apply Operations to an Array | Easy | 74.7% | 12.5% |
| 2461 | https://leetcode.com/problems/maximum-sum-of-distinct-subarrays-with-length-k | Maximum Sum of Distinct Subarrays With Length K | Medium | 42.8% | 37.5% |
| 2408 | https://leetcode.com/problems/design-sql | Design SQL | Medium | 64.7% | 25.0% |
| 2469 | https://leetcode.com/problems/convert-the-temperature | Convert the Temperature | Easy | 90.3% | 12.5% |
| 2471 | https://leetcode.com/problems/minimum-number-of-operations-to-sort-a-binary-tree-by-level | Minimum Number of Operations to Sort a Binary Tree by Level | Medium | 74.2% | 25.0% |
| 2465 | https://leetcode.com/problems/number-of-distinct-averages | Number of Distinct Averages | Easy | 58.9% | 25.0% |
| 2468 | https://leetcode.com/problems/split-message-based-on-limit | Split Message Based on Limit | Hard | 42.0% | 12.5% |
| 2422 | https://leetcode.com/problems/merge-operations-to-turn-array-into-a-palindrome | Merge Operations to Turn Array Into a Palindrome | Medium | 68.9% | 25.0% |
| 2485 | https://leetcode.com/problems/find-the-pivot-integer | Find the Pivot Integer | Easy | 83.8% | 25.0% |
| 2486 | https://leetcode.com/problems/append-characters-to-string-to-make-subsequence | Append Characters to String to Make Subsequence | Medium | 73.0% | 25.0% |
| 2487 | https://leetcode.com/problems/remove-nodes-from-linked-list | Remove Nodes From Linked List | Medium | 74.8% | 25.0% |
| 2501 | https://leetcode.com/problems/longest-square-streak-in-an-array | Longest Square Streak in an Array | Medium | 53.1% | 25.0% |
| 2502 | https://leetcode.com/problems/design-memory-allocator | Design Memory Allocator | Medium | 49.7% | 25.0% |
| 2497 | https://leetcode.com/problems/maximum-star-sum-of-a-graph | Maximum Star Sum of a Graph | Medium | 41.9% | 25.0% |
| 2482 | https://leetcode.com/problems/difference-between-ones-and-zeros-in-row-and-column | Difference Between Ones and Zeros in Row and Column | Medium | 84.4% | 25.0% |
| 2474 | https://leetcode.com/problems/customers-with-strictly-increasing-purchases | Customers With Strictly Increasing Purchases | Hard | 49.0% | 25.0% |
| 2534 | https://leetcode.com/problems/time-taken-to-cross-the-door | Time Taken to Cross the Door | Hard | 50.1% | 25.0% |
| 2527 | https://leetcode.com/problems/find-xor-beauty-of-array | Find Xor-Beauty of Array | Medium | 70.5% | 25.0% |
| 2535 | https://leetcode.com/problems/difference-between-element-sum-and-digit-sum-of-an-array | Difference Between Element Sum and Digit Sum of an Array | Easy | 85.3% | 12.5% |
| 2537 | https://leetcode.com/problems/count-the-number-of-good-subarrays | Count the Number of Good Subarrays | Medium | 65.9% | 12.5% |
| 2542 | https://leetcode.com/problems/maximum-subsequence-score | Maximum Subsequence Score | Medium | 54.6% | 12.5% |
| 2583 | https://leetcode.com/problems/kth-largest-sum-in-a-binary-tree | Kth Largest Sum in a Binary Tree | Medium | 59.0% | 25.0% |
| 2578 | https://leetcode.com/problems/split-with-minimum-sum | Split With Minimum Sum | Easy | 73.3% | 25.0% |
| 2519 | https://leetcode.com/problems/count-the-number-of-k-big-indices | Count the Number of K-Big Indices | Hard | 53.6% | 25.0% |
| 2606 | https://leetcode.com/problems/find-the-substring-with-maximum-cost | Find the Substring With Maximum Cost | Medium | 57.8% | 25.0% |
| 2641 | https://leetcode.com/problems/cousins-in-binary-tree-ii | Cousins in Binary Tree II | Medium | 75.8% | 25.0% |
| 2551 | https://leetcode.com/problems/put-marbles-in-bags | Put Marbles in Bags | Hard | 72.2% | 37.5% |
| 2558 | https://leetcode.com/problems/take-gifts-from-the-richest-pile | Take Gifts From the Richest Pile | Easy | 75.5% | 12.5% |
| 2597 | https://leetcode.com/problems/the-number-of-beautiful-subsets | The Number of Beautiful Subsets | Medium | 50.9% | 12.5% |
| 2563 | https://leetcode.com/problems/count-the-number-of-fair-pairs | Count the Number of Fair Pairs | Medium | 52.7% | 25.0% |
| 2575 | https://leetcode.com/problems/find-the-divisibility-array-of-a-string | Find the Divisibility Array of a String | Medium | 35.7% | 25.0% |
| 2616 | https://leetcode.com/problems/minimize-the-maximum-difference-of-pairs | Minimize the Maximum Difference of Pairs | Medium | 50.9% | 12.5% |
| 2620 | https://leetcode.com/problems/counter | Counter | Easy | 82.4% | 12.5% |
| 2621 | https://leetcode.com/problems/sleep | Sleep | Easy | 87.4% | 12.5% |
| 2619 | https://leetcode.com/problems/array-prototype-last | Array Prototype Last | Easy | 74.6% | 12.5% |
| 2643 | https://leetcode.com/problems/row-with-maximum-ones | Row With Maximum Ones | Easy | 74.3% | 25.0% |
| 2638 | https://leetcode.com/problems/count-the-number-of-k-free-subsets | Count the Number of K-Free Subsets | Medium | 47.2% | 25.0% |
| 2629 | https://leetcode.com/problems/function-composition | Function Composition | Easy | 86.9% | 12.5% |
| 2634 | https://leetcode.com/problems/filter-elements-from-array | Filter Elements from Array | Easy | 85.5% | 12.5% |
| 2635 | https://leetcode.com/problems/apply-transform-over-each-element-in-array | Apply Transform Over Each Element in Array | Easy | 86.2% | 12.5% |
| 2653 | https://leetcode.com/problems/sliding-subarray-beauty | Sliding Subarray Beauty | Medium | 36.3% | 12.5% |
| 2707 | https://leetcode.com/problems/extra-characters-in-a-string | Extra Characters in a String | Medium | 57.3% | 12.5% |
| 2706 | https://leetcode.com/problems/buy-two-chocolates | Buy Two Chocolates | Easy | 68.3% | 12.5% |
| 2626 | https://leetcode.com/problems/array-reduce-transformation | Array Reduce Transformation | Easy | 85.5% | 12.5% |
| 2622 | https://leetcode.com/problems/cache-with-time-limit | Cache With Time Limit | Medium | 76.0% | 12.5% |
| 2657 | https://leetcode.com/problems/find-the-prefix-common-array-of-two-arrays | Find the Prefix Common Array of Two Arrays | Medium | 87.0% | 12.5% |
| 2665 | https://leetcode.com/problems/counter-ii | Counter II | Easy | 81.2% | 12.5% |
| 2684 | https://leetcode.com/problems/maximum-number-of-moves-in-a-grid | Maximum Number of Moves in a Grid | Medium | 58.8% | 12.5% |
| 2666 | https://leetcode.com/problems/allow-one-function-call | Allow One Function Call | Easy | 86.7% | 12.5% |
| 2694 | https://leetcode.com/problems/event-emitter | Event Emitter | Medium | 74.9% | 12.5% |
| 2742 | https://leetcode.com/problems/painting-the-walls | Painting the Walls | Hard | 48.9% | 12.5% |
| 2667 | https://leetcode.com/problems/create-hello-world-function | Create Hello World Function | Easy | 82.0% | 62.5% |
| 2769 | https://leetcode.com/problems/find-the-maximum-achievable-number | Find the Maximum Achievable Number | Easy | 91.2% | 12.5% |
| 2704 | https://leetcode.com/problems/to-be-or-not-to-be | To Be Or Not To Be | Easy | 63.3% | 37.5% |
| 2697 | https://leetcode.com/problems/lexicographically-smallest-palindrome | Lexicographically Smallest Palindrome | Easy | 80.8% | 12.5% |
| 2703 | https://leetcode.com/problems/return-length-of-arguments-passed | Return Length of Arguments Passed | Easy | 94.5% | 12.5% |
| 2747 | https://leetcode.com/problems/count-zero-request-servers | Count Zero Request Servers | Medium | 35.6% | 25.0% |
| 2766 | https://leetcode.com/problems/relocate-marbles | Relocate Marbles | Medium | 51.2% | 25.0% |
| 2701 | https://leetcode.com/problems/consecutive-transactions-with-increasing-amounts | Consecutive Transactions with Increasing Amounts | Hard | 34.5% | 12.5% |
| 2799 | https://leetcode.com/problems/count-complete-subarrays-in-an-array | Count Complete Subarrays in an Array | Medium | 75.9% | 12.5% |
| 2762 | https://leetcode.com/problems/continuous-subarrays | Continuous Subarrays | Medium | 57.9% | 12.5% |
| 2816 | https://leetcode.com/problems/double-a-number-represented-as-a-linked-list | Double a Number Represented as a Linked List | Medium | 61.3% | 25.0% |
| 2798 | https://leetcode.com/problems/number-of-employees-who-met-the-target | Number of Employees Who Met the Target | Easy | 87.8% | 12.5% |
| 2781 | https://leetcode.com/problems/length-of-the-longest-valid-substring | Length of the Longest Valid Substring | Hard | 38.2% | 37.5% |
| 2824 | https://leetcode.com/problems/count-pairs-whose-sum-is-less-than-target | Count Pairs Whose Sum is Less than Target | Easy | 87.7% | 12.5% |
| 2801 | https://leetcode.com/problems/count-stepping-numbers-in-range | Count Stepping Numbers in Range | Hard | 27.7% | 25.0% |
| 2841 | https://leetcode.com/problems/maximum-sum-of-almost-unique-subarray | Maximum Sum of Almost Unique Subarray | Medium | 40.7% | 25.0% |
| 2828 | https://leetcode.com/problems/check-if-a-string-is-an-acronym-of-words | Check if a String Is an Acronym of Words | Easy | 82.9% | 12.5% |
| 2830 | https://leetcode.com/problems/maximize-the-profit-as-the-salesman | Maximize the Profit as the Salesman | Medium | 38.0% | 25.0% |
| 2782 | https://leetcode.com/problems/number-of-unique-categories | Number of Unique Categories | Medium | 83.6% | 25.0% |
| 2817 | https://leetcode.com/problems/minimum-absolute-difference-between-elements-with-constraint | Minimum Absolute Difference Between Elements With Constraint | Medium | 37.1% | 12.5% |
| 2825 | https://leetcode.com/problems/make-string-a-subsequence-using-cyclic-increments | Make String a Subsequence Using Cyclic Increments | Medium | 65.7% | 37.5% |
| 2802 | https://leetcode.com/problems/find-the-k-th-lucky-number | Find The K-th Lucky Number | Medium | 76.1% | 12.5% |
| 2855 | https://leetcode.com/problems/minimum-right-shifts-to-sort-the-array | Minimum Right Shifts to Sort the Array | Easy | 57.3% | 25.0% |
| 2864 | https://leetcode.com/problems/maximum-odd-binary-number | Maximum Odd Binary Number | Easy | 82.9% | 12.5% |
| 2877 | https://leetcode.com/problems/create-a-dataframe-from-list | Create a DataFrame from List | Easy | 81.1% | 37.5% |
| 2879 | https://leetcode.com/problems/display-the-first-three-rows | Display the First Three Rows | Easy | 93.1% | 12.5% |
| 2878 | https://leetcode.com/problems/get-the-size-of-a-dataframe | Get the Size of a DataFrame | Easy | 84.9% | 12.5% |
| 2832 | https://leetcode.com/problems/maximal-range-that-each-element-is-maximum-in-it | Maximal Range That Each Element Is Maximum in It | Medium | 75.5% | 25.0% |
| 2870 | https://leetcode.com/problems/minimum-number-of-operations-to-make-array-empty | Minimum Number of Operations to Make Array Empty | Medium | 62.1% | 37.5% |
| 2866 | https://leetcode.com/problems/beautiful-towers-ii | Beautiful Towers II | Medium | 36.2% | 12.5% |
| 2916 | https://leetcode.com/problems/subarrays-distinct-element-sum-of-squares-ii | Subarrays Distinct Element Sum of Squares II | Hard | 22.7% | 25.0% |
| 2876 | https://leetcode.com/problems/count-visited-nodes-in-a-directed-graph | Count Visited Nodes in a Directed Graph | Hard | 30.2% | 12.5% |
| 2898 | https://leetcode.com/problems/maximum-linear-stock-score | Maximum Linear Stock Score | Medium | 61.2% | 25.0% |
| 2917 | https://leetcode.com/problems/find-the-k-or-of-an-array | Find the K-or of an Array | Easy | 72.7% | 25.0% |
| 2926 | https://leetcode.com/problems/maximum-balanced-subsequence-sum | Maximum Balanced Subsequence Sum | Hard | 25.7% | 25.0% |
| 2942 | https://leetcode.com/problems/find-words-containing-character | Find Words Containing Character | Easy | 90.4% | 12.5% |
| 2928 | https://leetcode.com/problems/distribute-candies-among-children-i | Distribute Candies Among Children I | Easy | 76.2% | 25.0% |
| 2929 | https://leetcode.com/problems/distribute-candies-among-children-ii | Distribute Candies Among Children II | Medium | 55.7% | 37.5% |
| 2937 | https://leetcode.com/problems/make-three-strings-equal | Make Three Strings Equal | Easy | 44.5% | 25.0% |
| 2949 | https://leetcode.com/problems/count-beautiful-substrings-ii | Count Beautiful Substrings II | Hard | 26.7% | 25.0% |
| 2947 | https://leetcode.com/problems/count-beautiful-substrings-i | Count Beautiful Substrings I | Medium | 60.8% | 25.0% |
| 2945 | https://leetcode.com/problems/find-maximum-non-decreasing-array-length | Find Maximum Non-decreasing Array Length | Hard | 18.5% | 25.0% |
| 2962 | https://leetcode.com/problems/count-subarrays-where-max-element-appears-at-least-k-times | Count Subarrays Where Max Element Appears at Least K Times | Medium | 62.4% | 12.5% |
| 2927 | https://leetcode.com/problems/distribute-candies-among-children-iii | Distribute Candies Among Children III | Hard | 57.2% | 25.0% |
| 2973 | https://leetcode.com/problems/find-number-of-coins-to-place-in-tree-nodes | Find Number of Coins to Place in Tree Nodes | Hard | 37.2% | 25.0% |
| 2958 | https://leetcode.com/problems/length-of-longest-subarray-with-at-most-k-frequency | Length of Longest Subarray With at Most K Frequency | Medium | 56.4% | 12.5% |
| 2974 | https://leetcode.com/problems/minimum-number-game | Minimum Number Game | Easy | 85.3% | 12.5% |
| 2965 | https://leetcode.com/problems/find-missing-and-repeated-values | Find Missing and Repeated Values | Easy | 83.3% | 37.5% |
| 2952 | https://leetcode.com/problems/minimum-number-of-coins-to-be-added | Minimum Number of Coins to be Added | Medium | 57.9% | 25.0% |
| 2966 | https://leetcode.com/problems/divide-array-into-arrays-with-max-difference | Divide Array Into Arrays With Max Difference | Medium | 79.0% | 12.5% |
| 3005 | https://leetcode.com/problems/count-elements-with-maximum-frequency | Count Elements With Maximum Frequency | Easy | 79.8% | 25.0% |
| 2997 | https://leetcode.com/problems/minimum-number-of-operations-to-make-array-xor-equal-to-k | Minimum Number of Operations to Make Array XOR Equal to K | Medium | 85.5% | 12.5% |
| 2979 | https://leetcode.com/problems/most-expensive-item-that-can-not-be-bought | Most Expensive Item That Can Not Be Bought | Medium | 80.3% | 37.5% |
| 3014 | https://leetcode.com/problems/minimum-number-of-pushes-to-type-word-i | Minimum Number of Pushes to Type Word I | Easy | 66.9% | 25.0% |
| 3016 | https://leetcode.com/problems/minimum-number-of-pushes-to-type-word-ii | Minimum Number of Pushes to Type Word II | Medium | 80.0% | 37.5% |
| 3020 | https://leetcode.com/problems/find-the-maximum-number-of-elements-in-subset | Find the Maximum Number of Elements in Subset | Medium | 26.8% | 25.0% |
| 3032 | https://leetcode.com/problems/count-numbers-with-unique-digits-ii | Count Numbers With Unique Digits II | Easy | 87.1% | 25.0% |
| 3102 | https://leetcode.com/problems/minimize-manhattan-distances | Minimize Manhattan Distances | Hard | 32.7% | 12.5% |
| 3108 | https://leetcode.com/problems/minimum-cost-walk-in-weighted-graph | Minimum Cost Walk in Weighted Graph | Hard | 68.3% | 12.5% |
| 3075 | https://leetcode.com/problems/maximize-happiness-of-selected-children | Maximize Happiness of Selected Children | Medium | 58.7% | 25.0% |
| 3081 | https://leetcode.com/problems/replace-question-marks-in-string-to-minimize-its-value | Replace Question Marks in String to Minimize Its Value | Medium | 29.0% | 25.0% |
| 3134 | https://leetcode.com/problems/find-the-median-of-the-uniqueness-array | Find the Median of the Uniqueness Array | Hard | 29.9% | 25.0% |
| 3092 | https://leetcode.com/problems/most-frequent-ids | Most Frequent IDs | Medium | 42.5% | 25.0% |
| 3110 | https://leetcode.com/problems/score-of-a-string | Score of a String | Easy | 91.4% | 25.0% |
| 3113 | https://leetcode.com/problems/find-the-number-of-subarrays-where-boundary-elements-are-maximum | Find the Number of Subarrays Where Boundary Elements Are Maximum | Hard | 32.8% | 25.0% |
| 3133 | https://leetcode.com/problems/minimum-array-end | Minimum Array End | Medium | 55.4% | 12.5% |
| 3139 | https://leetcode.com/problems/minimum-cost-to-equalize-array | Minimum Cost to Equalize Array | Hard | 18.7% | 12.5% |
| 3144 | https://leetcode.com/problems/minimum-substring-partition-of-equal-character-frequency | Minimum Substring Partition of Equal Character Frequency | Medium | 40.0% | 12.5% |
| 3121 | https://leetcode.com/problems/count-the-number-of-special-characters-ii | Count the Number of Special Characters II | Medium | 43.2% | 25.0% |
| 3120 | https://leetcode.com/problems/count-the-number-of-special-characters-i | Count the Number of Special Characters I | Easy | 66.7% | 25.0% |
| 3104 | https://leetcode.com/problems/find-longest-self-contained-substring | Find Longest Self-Contained Substring | Hard | 58.8% | 37.5% |
| 3154 | https://leetcode.com/problems/find-number-of-ways-to-reach-the-k-th-stair | Find Number of Ways to Reach the K-th Stair | Hard | 37.4% | 25.0% |
| 3152 | https://leetcode.com/problems/special-array-ii | Special Array II | Medium | 45.8% | 12.5% |
| 3151 | https://leetcode.com/problems/special-array-i | Special Array I | Easy | 81.6% | 12.5% |
| 3164 | https://leetcode.com/problems/find-the-number-of-good-pairs-ii | Find the Number of Good Pairs II | Medium | 26.6% | 12.5% |
| 3211 | https://leetcode.com/problems/generate-binary-strings-without-adjacent-zeros | Generate Binary Strings Without Adjacent Zeros | Medium | 88.2% | 25.0% |
| 3194 | https://leetcode.com/problems/minimum-average-of-smallest-and-largest-elements | Minimum Average of Smallest and Largest Elements | Easy | 85.3% | 25.0% |
| 3202 | https://leetcode.com/problems/find-the-maximum-length-of-valid-subsequence-ii | Find the Maximum Length of Valid Subsequence II | Medium | 57.2% | 12.5% |
| 3199 | https://leetcode.com/problems/count-triplets-with-even-xor-set-bits-i | Count Triplets with Even XOR Set Bits I | Easy | 82.9% | 25.0% |
| 3215 | https://leetcode.com/problems/count-triplets-with-even-xor-set-bits-ii | Count Triplets with Even XOR Set Bits II | Medium | 61.2% | 25.0% |
| 1484 | https://leetcode.com/problems/group-sold-products-by-the-date | Group Sold Products By The Date | Easy | 77.9% | 12.5% |
| 978 | https://leetcode.com/problems/longest-turbulent-subarray | Longest Turbulent Subarray | Medium | 48.9% | 12.5% |
| 2191 | https://leetcode.com/problems/sort-the-jumbled-numbers | Sort the Jumbled Numbers | Medium | 60.0% | 12.5% |
| 400 | https://leetcode.com/problems/nth-digit | Nth Digit | Medium | 37.1% | 12.5% |
| 1789 | https://leetcode.com/problems/primary-department-for-each-employee | Primary Department for Each Employee | Easy | 73.9% | 12.5% |
| 2976 | https://leetcode.com/problems/minimum-cost-to-convert-string-i | Minimum Cost to Convert String I | Medium | 63.3% | 12.5% |
| 2685 | https://leetcode.com/problems/count-the-number-of-complete-components | Count the Number of Complete Components | Medium | 77.7% | 12.5% |
| 2021 | https://leetcode.com/problems/brightest-position-on-street | Brightest Position on Street | Medium | 60.6% | 12.5% |
| 2850 | https://leetcode.com/problems/minimum-moves-to-spread-stones-over-grid | Minimum Moves to Spread Stones Over Grid | Medium | 45.3% | 12.5% |
| 1653 | https://leetcode.com/problems/minimum-deletions-to-make-string-balanced | Minimum Deletions to Make String Balanced | Medium | 68.2% | 12.5% |
| 1216 | https://leetcode.com/problems/valid-palindrome-iii | Valid Palindrome III | Hard | 49.1% | 12.5% |
| 2961 | https://leetcode.com/problems/double-modular-exponentiation | Double Modular Exponentiation | Medium | 47.9% | 25.0% |
| 1460 | https://leetcode.com/problems/make-two-arrays-equal-by-reversing-subarrays | Make Two Arrays Equal by Reversing Subarrays | Easy | 75.8% | 12.5% |
| 313 | https://leetcode.com/problems/super-ugly-number | Super Ugly Number | Medium | 45.9% | 12.5% |
| 1508 | https://leetcode.com/problems/range-sum-of-sorted-subarray-sums | Range Sum of Sorted Subarray Sums | Medium | 63.1% | 12.5% |
| 1851 | https://leetcode.com/problems/minimum-interval-to-include-each-query | Minimum Interval to Include Each Query | Hard | 53.9% | 12.5% |
| 2365 | https://leetcode.com/problems/task-scheduler-ii | Task Scheduler II | Medium | 54.7% | 12.5% |
| 2977 | https://leetcode.com/problems/minimum-cost-to-convert-string-ii | Minimum Cost to Convert String II | Hard | 59.7% | 12.5% |
| 1221 | https://leetcode.com/problems/split-a-string-in-balanced-strings | Split a String in Balanced Strings | Easy | 87.3% | 12.5% |
| 840 | https://leetcode.com/problems/magic-squares-in-grid | Magic Squares In Grid | Medium | 55.1% | 25.0% |
| 2094 | https://leetcode.com/problems/finding-3-digit-even-numbers | Finding 3-Digit Even Numbers | Easy | 78.8% | 12.5% |
| 2074 | https://leetcode.com/problems/reverse-nodes-in-even-length-groups | Reverse Nodes in Even Length Groups | Medium | 63.6% | 12.5% |
| 1568 | https://leetcode.com/problems/minimum-number-of-days-to-disconnect-island | Minimum Number of Days to Disconnect Island | Hard | 58.8% | 12.5% |
| 3235 | https://leetcode.com/problems/check-if-the-rectangle-corner-is-reachable | Check if the Rectangle Corner Is Reachable | Hard | 25.3% | 12.5% |
| 2884 | https://leetcode.com/problems/modify-columns | Modify Columns | Easy | 92.4% | 12.5% |
| 3136 | https://leetcode.com/problems/valid-word | Valid Word | Easy | 50.9% | 12.5% |
| 2477 | https://leetcode.com/problems/minimum-fuel-cost-to-report-to-the-capital | Minimum Fuel Cost to Report to the Capital | Medium | 64.7% | 12.5% |
| 365 | https://leetcode.com/problems/water-and-jug-problem | Water and Jug Problem | Medium | 44.8% | 12.5% |
| 1633 | https://leetcode.com/problems/percentage-of-users-attended-a-contest | Percentage of Users Attended a Contest | Easy | 59.9% | 25.0% |
| 624 | https://leetcode.com/problems/maximum-distance-in-arrays | Maximum Distance in Arrays | Medium | 45.6% | 12.5% |
| 599 | https://leetcode.com/problems/minimum-index-sum-of-two-lists | Minimum Index Sum of Two Lists | Easy | 59.4% | 12.5% |
| 2915 | https://leetcode.com/problems/length-of-the-longest-subsequence-that-sums-to-target | Length of the Longest Subsequence That Sums to Target | Medium | 39.3% | 12.5% |
| 1937 | https://leetcode.com/problems/maximum-number-of-points-with-cost | Maximum Number of Points with Cost | Medium | 41.8% | 12.5% |
| 1606 | https://leetcode.com/problems/find-servers-that-handled-most-number-of-requests | Find Servers That Handled Most Number of Requests | Hard | 45.2% | 12.5% |
| 736 | https://leetcode.com/problems/parse-lisp-expression | Parse Lisp Expression | Hard | 53.5% | 12.5% |
| 3191 | https://leetcode.com/problems/minimum-operations-to-make-binary-array-elements-equal-to-one-i | Minimum Operations to Make Binary Array Elements Equal to One I | Medium | 80.4% | 12.5% |
| 590 | https://leetcode.com/problems/n-ary-tree-postorder-traversal | N-ary Tree Postorder Traversal | Easy | 81.0% | 12.5% |
| 592 | https://leetcode.com/problems/fraction-addition-and-subtraction | Fraction Addition and Subtraction | Medium | 66.4% | 12.5% |
| 697 | https://leetcode.com/problems/degree-of-an-array | Degree of an Array | Easy | 58.2% | 12.5% |
| 989 | https://leetcode.com/problems/add-to-array-form-of-integer | Add to Array-Form of Integer | Easy | 45.4% | 12.5% |
| 2645 | https://leetcode.com/problems/minimum-additions-to-make-valid-string | Minimum Additions to Make Valid String | Medium | 51.0% | 12.5% |
| 1410 | https://leetcode.com/problems/html-entity-parser | HTML Entity Parser | Medium | 50.3% | 12.5% |
| 2334 | https://leetcode.com/problems/subarray-with-elements-greater-than-varying-threshold | Subarray With Elements Greater Than Varying Threshold | Hard | 45.2% | 12.5% |
| 1261 | https://leetcode.com/problems/find-elements-in-a-contaminated-binary-tree | Find Elements in a Contaminated Binary Tree | Medium | 84.1% | 12.5% |
| 576 | https://leetcode.com/problems/out-of-boundary-paths | Out of Boundary Paths | Medium | 48.4% | 12.5% |
| 3217 | https://leetcode.com/problems/delete-nodes-from-linked-list-present-in-array | Delete Nodes From Linked List Present in Array | Medium | 69.5% | 25.0% |
| 1172 | https://leetcode.com/problems/dinner-plate-stacks | Dinner Plate Stacks | Hard | 33.4% | 12.5% |
| 3281 | https://leetcode.com/problems/maximize-score-of-numbers-in-ranges | Maximize Score of Numbers in Ranges | Medium | 35.5% | 12.5% |
| 2807 | https://leetcode.com/problems/insert-greatest-common-divisors-in-linked-list | Insert Greatest Common Divisors in Linked List | Medium | 91.5% | 12.5% |
| 3274 | https://leetcode.com/problems/check-if-two-chessboard-squares-have-the-same-color | Check if Two Chessboard Squares Have the Same Color | Easy | 72.2% | 12.5% |
| 674 | https://leetcode.com/problems/longest-continuous-increasing-subsequence | Longest Continuous Increasing Subsequence | Easy | 51.8% | 12.5% |
| 794 | https://leetcode.com/problems/valid-tic-tac-toe-state | Valid Tic-Tac-Toe State | Medium | 34.7% | 12.5% |
| 3105 | https://leetcode.com/problems/longest-strictly-increasing-or-strictly-decreasing-subarray | Longest Strictly Increasing or Strictly Decreasing Subarray | Easy | 64.9% | 12.5% |
| 2734 | https://leetcode.com/problems/lexicographically-smallest-string-after-substring-operation | Lexicographically Smallest String After Substring Operation | Medium | 34.5% | 12.5% |
| 2602 | https://leetcode.com/problems/minimum-operations-to-make-all-array-elements-equal | Minimum Operations to Make All Array Elements Equal | Medium | 37.9% | 12.5% |
| 2049 | https://leetcode.com/problems/count-nodes-with-the-highest-score | Count Nodes With the Highest Score | Medium | 52.5% | 12.5% |
| 2419 | https://leetcode.com/problems/longest-subarray-with-maximum-bitwise-and | Longest Subarray With Maximum Bitwise AND | Medium | 65.4% | 25.0% |
| 1371 | https://leetcode.com/problems/find-the-longest-substring-containing-vowels-in-even-counts | Find the Longest Substring Containing Vowels in Even Counts | Medium | 75.7% | 12.5% |
| 3193 | https://leetcode.com/problems/count-the-number-of-inversions | Count the Number of Inversions | Hard | 29.7% | 12.5% |
| 884 | https://leetcode.com/problems/uncommon-words-from-two-sentences | Uncommon Words from Two Sentences | Easy | 75.6% | 12.5% |
| 170 | https://leetcode.com/problems/two-sum-iii-data-structure-design | Two Sum III - Data structure design | Easy | 39.1% | 12.5% |
| 2724 | https://leetcode.com/problems/sort-by | Sort By | Easy | 83.2% | 12.5% |
| 1131 | https://leetcode.com/problems/maximum-of-absolute-value-expression | Maximum of Absolute Value Expression | Medium | 48.6% | 12.5% |
| 1525 | https://leetcode.com/problems/number-of-good-ways-to-split-a-string | Number of Good Ways to Split a String | Medium | 68.4% | 12.5% |
| 2290 | https://leetcode.com/problems/minimum-obstacle-removal-to-reach-corner | Minimum Obstacle Removal to Reach Corner | Hard | 70.4% | 12.5% |
| 2192 | https://leetcode.com/problems/all-ancestors-of-a-node-in-a-directed-acyclic-graph | All Ancestors of a Node in a Directed Acyclic Graph | Medium | 62.1% | 12.5% |
| 813 | https://leetcode.com/problems/largest-sum-of-averages | Largest Sum of Averages | Medium | 54.8% | 12.5% |
| 1625 | https://leetcode.com/problems/lexicographically-smallest-string-after-applying-operations | Lexicographically Smallest String After Applying Operations | Medium | 79.4% | 12.5% |
| 2332 | https://leetcode.com/problems/the-latest-time-to-catch-a-bus | The Latest Time to Catch a Bus | Medium | 29.9% | 12.5% |
| 1236 | https://leetcode.com/problems/web-crawler | Web Crawler | Medium | 68.9% | 12.5% |
| 2227 | https://leetcode.com/problems/encrypt-and-decrypt-strings | Encrypt and Decrypt Strings | Hard | 38.0% | 12.5% |
| 2751 | https://leetcode.com/problems/robot-collisions | Robot Collisions | Hard | 56.1% | 12.5% |
| 3043 | https://leetcode.com/problems/find-the-length-of-the-longest-common-prefix | Find the Length of the Longest Common Prefix | Medium | 57.0% | 12.5% |
| 2416 | https://leetcode.com/problems/sum-of-prefix-scores-of-strings | Sum of Prefix Scores of Strings | Hard | 60.8% | 12.5% |
| 3163 | https://leetcode.com/problems/string-compression-iii | String Compression III | Medium | 67.0% | 12.5% |
| 641 | https://leetcode.com/problems/design-circular-deque | Design Circular Deque | Medium | 64.4% | 12.5% |
| 1331 | https://leetcode.com/problems/rank-transform-of-an-array | Rank Transform of an Array | Easy | 70.8% | 12.5% |
| 619 | https://leetcode.com/problems/biggest-single-number | Biggest Single Number | Easy | 70.9% | 12.5% |
| 774 | https://leetcode.com/problems/minimize-max-distance-to-gas-station | Minimize Max Distance to Gas Station | Hard | 53.9% | 12.5% |
| 2491 | https://leetcode.com/problems/divide-players-into-teams-of-equal-skill | Divide Players Into Teams of Equal Skill | Medium | 68.9% | 12.5% |
| 3069 | https://leetcode.com/problems/distribute-elements-into-two-arrays-i | Distribute Elements Into Two Arrays I | Easy | 73.8% | 12.5% |
| 1813 | https://leetcode.com/problems/sentence-similarity-iii | Sentence Similarity III | Medium | 48.5% | 12.5% |
| 3019 | https://leetcode.com/problems/number-of-changing-keys | Number of Changing Keys | Easy | 80.5% | 12.5% |
| 2696 | https://leetcode.com/problems/minimum-string-length-after-removing-substrings | Minimum String Length After Removing Substrings | Easy | 77.1% | 12.5% |
| 1541 | https://leetcode.com/problems/minimum-insertions-to-balance-a-parentheses-string | Minimum Insertions to Balance a Parentheses String | Medium | 53.5% | 12.5% |
| 1825 | https://leetcode.com/problems/finding-mk-average | Finding MK Average | Hard | 38.7% | 12.5% |
| 291 | https://leetcode.com/problems/word-pattern-ii | Word Pattern II | Medium | 48.8% | 12.5% |
| 1049 | https://leetcode.com/problems/last-stone-weight-ii | Last Stone Weight II | Medium | 59.3% | 12.5% |
| 2406 | https://leetcode.com/problems/divide-intervals-into-minimum-number-of-groups | Divide Intervals Into Minimum Number of Groups | Medium | 63.6% | 12.5% |
| 866 | https://leetcode.com/problems/prime-palindrome | Prime Palindrome | Medium | 27.9% | 12.5% |
| 3317 | https://leetcode.com/problems/find-the-number-of-possible-ways-for-an-event | Find the Number of Possible Ways for an Event | Hard | 34.8% | 37.5% |
| 566 | https://leetcode.com/problems/reshape-the-matrix | Reshape the Matrix | Easy | 64.7% | 12.5% |
| 490 | https://leetcode.com/problems/the-maze | The Maze | Medium | 60.3% | 12.5% |
| 710 | https://leetcode.com/problems/random-pick-with-blacklist | Random Pick with Blacklist | Hard | 34.6% | 12.5% |
| 2530 | https://leetcode.com/problems/maximal-score-after-applying-k-operations | Maximal Score After Applying K Operations | Medium | 64.0% | 12.5% |
| 967 | https://leetcode.com/problems/numbers-with-same-consecutive-differences | Numbers With Same Consecutive Differences | Medium | 59.1% | 12.5% |
| 2938 | https://leetcode.com/problems/separate-black-and-white-balls | Separate Black and White Balls | Medium | 64.0% | 12.5% |
| 358 | https://leetcode.com/problems/rearrange-string-k-distance-apart | Rearrange String k Distance Apart | Hard | 39.5% | 12.5% |
| 2044 | https://leetcode.com/problems/count-number-of-maximum-bitwise-or-subsets | Count Number of Maximum Bitwise-OR Subsets | Medium | 89.6% | 12.5% |
| 919 | https://leetcode.com/problems/complete-binary-tree-inserter | Complete Binary Tree Inserter | Medium | 65.0% | 12.5% |
| 1593 | https://leetcode.com/problems/split-a-string-into-the-max-number-of-unique-substrings | Split a String Into the Max Number of Unique Substrings | Medium | 68.6% | 12.5% |
| 1403 | https://leetcode.com/problems/minimum-subsequence-in-non-increasing-order | Minimum Subsequence in Non-Increasing Order | Easy | 73.6% | 12.5% |
| 440 | https://leetcode.com/problems/k-th-smallest-in-lexicographical-order | K-th Smallest in Lexicographical Order | Hard | 46.2% | 25.0% |
| 2418 | https://leetcode.com/problems/sort-the-people | Sort the People | Easy | 84.8% | 12.5% |
| 1972 | https://leetcode.com/problems/first-and-last-call-on-the-same-day | First and Last Call On the Same Day | Hard | 51.0% | 12.5% |
| 3326 | https://leetcode.com/problems/minimum-division-operations-to-make-array-non-decreasing | Minimum Division Operations to Make Array Non Decreasing | Medium | 29.1% | 12.5% |
| 1817 | https://leetcode.com/problems/finding-the-users-active-minutes | Finding the Users Active Minutes | Medium | 80.8% | 12.5% |
| 1549 | https://leetcode.com/problems/the-most-recent-orders-for-each-product | The Most Recent Orders for Each Product | Medium | 65.0% | 12.5% |
| 1277 | https://leetcode.com/problems/count-square-submatrices-with-all-ones | Count Square Submatrices with All Ones | Medium | 80.7% | 37.5% |
| 635 | https://leetcode.com/problems/design-log-storage-system | Design Log Storage System | Medium | 59.2% | 12.5% |
| 3159 | https://leetcode.com/problems/find-occurrences-of-an-element-in-an-array | Find Occurrences of an Element in an Array | Medium | 73.2% | 12.5% |
| 2017 | https://leetcode.com/problems/grid-game | Grid Game | Medium | 60.9% | 12.5% |
| 247 | https://leetcode.com/problems/strobogrammatic-number-ii | Strobogrammatic Number II | Medium | 53.5% | 12.5% |
| 2663 | https://leetcode.com/problems/lexicographically-smallest-beautiful-string | Lexicographically Smallest Beautiful String | Hard | 38.1% | 12.5% |
| 3011 | https://leetcode.com/problems/find-if-array-can-be-sorted | Find if Array Can Be Sorted | Medium | 66.5% | 12.5% |
| 2275 | https://leetcode.com/problems/largest-combination-with-bitwise-and-greater-than-zero | Largest Combination With Bitwise AND Greater Than Zero | Medium | 80.8% | 12.5% |
| 2043 | https://leetcode.com/problems/simple-bank-system | Simple Bank System | Medium | 69.8% | 12.5% |
| 3076 | https://leetcode.com/problems/shortest-uncommon-substring-in-an-array | Shortest Uncommon Substring in an Array | Medium | 50.0% | 12.5% |
| 2601 | https://leetcode.com/problems/prime-subtraction-operation | Prime Subtraction Operation | Medium | 55.6% | 12.5% |
| 3097 | https://leetcode.com/problems/shortest-subarray-with-or-at-least-k-ii | Shortest Subarray With OR at Least K II | Medium | 50.2% | 12.5% |
| 2070 | https://leetcode.com/problems/most-beautiful-item-for-each-query | Most Beautiful Item for Each Query | Medium | 62.1% | 12.5% |
| 942 | https://leetcode.com/problems/di-string-match | DI String Match | Easy | 80.9% | 12.5% |
| 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% | 12.5% |
| 3264 | https://leetcode.com/problems/final-array-state-after-k-multiplication-operations-i | Final Array State After K Multiplication Operations I | Easy | 87.0% | 12.5% |
| 2414 | https://leetcode.com/problems/length-of-the-longest-alphabetical-continuous-substring | Length of the Longest Alphabetical Continuous Substring | Medium | 60.3% | 12.5% |
| 1780 | https://leetcode.com/problems/check-if-number-is-a-sum-of-powers-of-three | Check if Number is a Sum of Powers of Three | Medium | 79.4% | 12.5% |
| 3349 | https://leetcode.com/problems/adjacent-increasing-subarrays-detection-i | Adjacent Increasing Subarrays Detection I | Easy | 48.0% | 12.5% |
| 505 | https://leetcode.com/problems/the-maze-ii | The Maze II | Medium | 55.0% | 12.5% |
| 2516 | https://leetcode.com/problems/take-k-of-each-character-from-left-and-right | Take K of Each Character From Left and Right | Medium | 51.5% | 12.5% |
| 2933 | https://leetcode.com/problems/high-access-employees | High-Access Employees | Medium | 47.3% | 12.5% |
| 1072 | https://leetcode.com/problems/flip-columns-for-maximum-number-of-equal-rows | Flip Columns For Maximum Number of Equal Rows | Medium | 78.6% | 12.5% |
| 2889 | https://leetcode.com/problems/reshape-data-pivot | Reshape Data: Pivot | Easy | 83.2% | 12.5% |
| 1898 | https://leetcode.com/problems/maximum-number-of-removable-characters | Maximum Number of Removable Characters | Medium | 46.8% | 12.5% |
| 1975 | https://leetcode.com/problems/maximum-matrix-sum | Maximum Matrix Sum | Medium | 67.6% | 25.0% |
| 1301 | https://leetcode.com/problems/number-of-paths-with-max-score | Number of Paths with Max Score | Hard | 42.0% | 12.5% |
| 281 | https://leetcode.com/problems/zigzag-iterator | Zigzag Iterator | Medium | 66.5% | 12.5% |
| 1713 | https://leetcode.com/problems/minimum-operations-to-make-a-subsequence | Minimum Operations to Make a Subsequence | Hard | 49.6% | 12.5% |
| 2163 | https://leetcode.com/problems/minimum-difference-in-sums-after-removal-of-elements | Minimum Difference in Sums After Removal of Elements | Hard | 69.9% | 37.5% |
| 2577 | https://leetcode.com/problems/minimum-time-to-visit-a-cell-in-a-grid | Minimum Time to Visit a Cell In a Grid | Hard | 56.3% | 12.5% |
| 2097 | https://leetcode.com/problems/valid-arrangement-of-pairs | Valid Arrangement of Pairs | Hard | 66.5% | 12.5% |
| 3371 | https://leetcode.com/problems/identify-the-largest-outlier-in-an-array | Identify the Largest Outlier in an Array | Medium | 36.2% | 62.5% |
| 3369 | https://leetcode.com/problems/design-an-array-statistics-tracker | Design an Array Statistics Tracker | Hard | 35.6% | 25.0% |
| 3366 | https://leetcode.com/problems/minimum-array-sum | Minimum Array Sum | Medium | 30.9% | 25.0% |
| 1596 | https://leetcode.com/problems/the-most-frequently-ordered-products-for-each-customer | The Most Frequently Ordered Products for Each Customer | Medium | 77.7% | 12.5% |
| 2054 | https://leetcode.com/problems/two-best-non-overlapping-events | Two Best Non-Overlapping Events | Medium | 64.0% | 25.0% |
| 1455 | https://leetcode.com/problems/check-if-a-word-occurs-as-a-prefix-of-any-word-in-a-sentence | Check If a Word Occurs As a Prefix of Any Word in a Sentence | Easy | 68.8% | 12.5% |
| 2050 | https://leetcode.com/problems/parallel-courses-iii | Parallel Courses III | Hard | 66.8% | 12.5% |
| 2981 | https://leetcode.com/problems/find-longest-special-substring-that-occurs-thrice-i | Find Longest Special Substring That Occurs Thrice I | Medium | 61.9% | 12.5% |
| 1871 | https://leetcode.com/problems/jump-game-vii | Jump Game VII | Medium | 26.3% | 12.5% |
| 2593 | https://leetcode.com/problems/find-score-of-an-array-after-marking-all-elements | Find Score of an Array After Marking All Elements | Medium | 64.5% | 12.5% |
| 769 | https://leetcode.com/problems/max-chunks-to-make-sorted | Max Chunks To Make Sorted | Medium | 64.1% | 25.0% |
| 1139 | https://leetcode.com/problems/largest-1-bordered-square | Largest 1-Bordered Square | Medium | 52.0% | 12.5% |
| 3229 | https://leetcode.com/problems/minimum-operations-to-make-array-equal-to-target | Minimum Operations to Make Array Equal to Target | Hard | 41.3% | 12.5% |
| 1748 | https://leetcode.com/problems/sum-of-unique-elements | Sum of Unique Elements | Easy | 79.8% | 12.5% |
| 2872 | https://leetcode.com/problems/maximum-number-of-k-divisible-components | Maximum Number of K-Divisible Components | Hard | 74.1% | 12.5% |
| 2940 | https://leetcode.com/problems/find-building-where-alice-and-bob-can-meet | Find Building Where Alice and Bob Can Meet | Hard | 52.2% | 12.5% |
| 3077 | https://leetcode.com/problems/maximum-strength-of-k-disjoint-subarrays | Maximum Strength of K Disjoint Subarrays | Hard | 27.5% | 12.5% |
| 2211 | https://leetcode.com/problems/count-collisions-on-a-road | Count Collisions on a Road | Medium | 58.1% | 12.5% |
| 3386 | https://leetcode.com/problems/button-with-longest-push-time | Button with Longest Push Time | Easy | 41.0% | 12.5% |
| 2193 | https://leetcode.com/problems/minimum-number-of-moves-to-make-palindrome | Minimum Number of Moves to Make Palindrome | Hard | 52.6% | 25.0% |
| 1270 | https://leetcode.com/problems/all-people-report-to-the-given-manager | All People Report to the Given Manager | Medium | 84.0% | 12.5% |
| 1014 | https://leetcode.com/problems/best-sightseeing-pair | Best Sightseeing Pair | Medium | 62.7% | 12.5% |
| 689 | https://leetcode.com/problems/maximum-sum-of-3-non-overlapping-subarrays | Maximum Sum of 3 Non-Overlapping Subarrays | Hard | 59.7% | 12.5% |
| 2466 | https://leetcode.com/problems/count-ways-to-build-good-strings | Count Ways To Build Good Strings | Medium | 59.0% | 12.5% |
| 761 | https://leetcode.com/problems/special-binary-string | Special Binary String | Hard | 75.8% | 12.5% |
| 292 | https://leetcode.com/problems/nim-game | Nim Game | Easy | 59.2% | 12.5% |
| 2559 | https://leetcode.com/problems/count-vowel-strings-in-ranges | Count Vowel Strings in Ranges | Medium | 67.8% | 25.0% |
| 2348 | https://leetcode.com/problems/number-of-zero-filled-subarrays | Number of Zero-Filled Subarrays | Medium | 70.1% | 25.0% |
| 2381 | https://leetcode.com/problems/shifting-letters-ii | Shifting Letters II | Medium | 53.5% | 12.5% |
| 3396 | https://leetcode.com/problems/minimum-number-of-operations-to-make-elements-in-array-distinct | Minimum Number of Operations to Make Elements in Array Distinct | Easy | 71.3% | 25.0% |
| 3407 | https://leetcode.com/problems/substring-matching-pattern | Substring Matching Pattern | Easy | 28.3% | 25.0% |
| 2587 | https://leetcode.com/problems/rearrange-array-to-maximize-prefix-score | Rearrange Array to Maximize Prefix Score | Medium | 42.5% | 12.5% |
| 916 | https://leetcode.com/problems/word-subsets | Word Subsets | Medium | 55.9% | 25.0% |
| 2789 | https://leetcode.com/problems/largest-element-in-an-array-after-merge-operations | Largest Element in an Array after Merge Operations | Medium | 47.6% | 12.5% |
| 690 | https://leetcode.com/problems/employee-importance | Employee Importance | Medium | 69.3% | 12.5% |
| 3413 | https://leetcode.com/problems/maximum-coins-from-k-consecutive-bags | Maximum Coins From K Consecutive Bags | Medium | 24.5% | 12.5% |
| 1400 | https://leetcode.com/problems/construct-k-palindrome-strings | Construct K Palindrome Strings | Medium | 68.6% | 12.5% |
| 3223 | https://leetcode.com/problems/minimum-length-of-string-after-operations | Minimum Length of String After Operations | Medium | 75.0% | 12.5% |
| 1517 | https://leetcode.com/problems/find-users-with-valid-e-mails | Find Users With Valid E-Mails | Easy | 36.8% | 12.5% |
| 2429 | https://leetcode.com/problems/minimize-xor | Minimize XOR | Medium | 62.4% | 12.5% |
| 2683 | https://leetcode.com/problems/neighboring-bitwise-xor | Neighboring Bitwise XOR | Medium | 79.8% | 12.5% |
| 1368 | https://leetcode.com/problems/minimum-cost-to-make-at-least-one-valid-path-in-a-grid | Minimum Cost to Make at Least One Valid Path in a Grid | Hard | 70.9% | 12.5% |
| 3429 | https://leetcode.com/problems/paint-house-iv | Paint House IV | Medium | 45.0% | 12.5% |
| 1245 | https://leetcode.com/problems/tree-diameter | Tree Diameter | Medium | 61.2% | 12.5% |
| 1765 | https://leetcode.com/problems/map-of-highest-peak | Map of Highest Peak | Medium | 75.6% | 12.5% |
| 2467 | https://leetcode.com/problems/most-profitable-path-in-a-tree | Most Profitable Path in a Tree | Medium | 67.3% | 12.5% |
| 1267 | https://leetcode.com/problems/count-servers-that-communicate | Count Servers that Communicate | Medium | 73.5% | 25.0% |
| 1443 | https://leetcode.com/problems/minimum-time-to-collect-all-apples-in-a-tree | Minimum Time to Collect All Apples in a Tree | Medium | 63.5% | 12.5% |
| 1383 | https://leetcode.com/problems/maximum-performance-of-a-team | Maximum Performance of a Team | Hard | 47.7% | 12.5% |
| 2948 | https://leetcode.com/problems/make-lexicographically-smallest-array-by-swapping-elements | Make Lexicographically Smallest Array by Swapping Elements | Medium | 60.2% | 12.5% |
| 1856 | https://leetcode.com/problems/maximum-subarray-min-product | Maximum Subarray Min-Product | Medium | 40.0% | 12.5% |
| 2317 | https://leetcode.com/problems/maximum-xor-after-operations | Maximum XOR After Operations | Medium | 79.9% | 12.5% |
| 1462 | https://leetcode.com/problems/course-schedule-iv | Course Schedule IV | Medium | 59.7% | 25.0% |
| 2595 | https://leetcode.com/problems/number-of-even-and-odd-bits | Number of Even and Odd Bits | Easy | 73.3% | 12.5% |
| 2658 | https://leetcode.com/problems/maximum-number-of-fish-in-a-grid | Maximum Number of Fish in a Grid | Medium | 70.5% | 12.5% |
| 2517 | https://leetcode.com/problems/maximum-tastiness-of-candy-basket | Maximum Tastiness of Candy Basket | Medium | 67.9% | 12.5% |
| 944 | https://leetcode.com/problems/delete-columns-to-make-sorted | Delete Columns to Make Sorted | Easy | 78.0% | 12.5% |
| 3309 | https://leetcode.com/problems/maximum-possible-number-by-binary-concatenation | Maximum Possible Number by Binary Concatenation | Medium | 65.3% | 12.5% |
| 1800 | https://leetcode.com/problems/maximum-ascending-subarray-sum | Maximum Ascending Subarray Sum | Easy | 66.3% | 12.5% |
| 353 | https://leetcode.com/problems/design-snake-game | Design Snake Game | Medium | 40.0% | 12.5% |
| 1609 | https://leetcode.com/problems/even-odd-tree | Even Odd Tree | Medium | 67.0% | 12.5% |
| 2772 | https://leetcode.com/problems/apply-operations-to-make-all-array-elements-equal-to-zero | Apply Operations to Make All Array Elements Equal to Zero | Medium | 33.2% | 12.5% |
| 768 | https://leetcode.com/problems/max-chunks-to-make-sorted-ii | Max Chunks To Make Sorted II | Hard | 54.7% | 12.5% |
| 1726 | https://leetcode.com/problems/tuple-with-same-product | Tuple with Same Product | Medium | 70.1% | 12.5% |
| 3160 | https://leetcode.com/problems/find-the-number-of-distinct-colors-among-the-balls | Find the Number of Distinct Colors Among the Balls | Medium | 54.2% | 12.5% |
| 795 | https://leetcode.com/problems/number-of-subarrays-with-bounded-maximum | Number of Subarrays with Bounded Maximum | Medium | 54.7% | 12.5% |
| 2034 | https://leetcode.com/problems/stock-price-fluctuation | Stock Price Fluctuation | Medium | 48.9% | 12.5% |
| 3449 | https://leetcode.com/problems/maximize-the-minimum-game-score | Maximize the Minimum Game Score | Hard | 26.0% | 12.5% |
| 3174 | https://leetcode.com/problems/clear-digits | Clear Digits | Easy | 82.7% | 12.5% |
| 2656 | https://leetcode.com/problems/maximum-sum-with-exactly-k-elements | Maximum Sum With Exactly K Elements | Easy | 80.5% | 12.5% |
| 631 | https://leetcode.com/problems/design-excel-sum-formula | Design Excel Sum Formula | Hard | 39.8% | 12.5% |
| 3026 | https://leetcode.com/problems/maximum-good-subarray-sum | Maximum Good Subarray Sum | Medium | 21.4% | 12.5% |
| 3066 | https://leetcode.com/problems/minimum-operations-to-exceed-threshold-value-ii | Minimum Operations to Exceed Threshold Value II | Medium | 45.8% | 12.5% |
| 1036 | https://leetcode.com/problems/escape-a-large-maze | Escape a Large Maze | Hard | 36.3% | 12.5% |
| 2492 | https://leetcode.com/problems/minimum-score-of-a-path-between-two-cities | Minimum Score of a Path Between Two Cities | Medium | 58.5% | 12.5% |
| 1090 | https://leetcode.com/problems/largest-values-from-labels | Largest Values From Labels | Medium | 64.0% | 12.5% |
| 2698 | https://leetcode.com/problems/find-the-punishment-number-of-an-integer | Find the Punishment Number of an Integer | Medium | 81.7% | 12.5% |
| 2790 | https://leetcode.com/problems/maximum-number-of-groups-with-increasing-length | Maximum Number of Groups With Increasing Length | Hard | 23.0% | 37.5% |
| 3455 | https://leetcode.com/problems/shortest-matching-substring | Shortest Matching Substring | Hard | 23.8% | 25.0% |
| 3459 | https://leetcode.com/problems/length-of-longest-v-shaped-diagonal-segment | Length of Longest V-Shaped Diagonal Segment | Hard | 56.3% | 25.0% |
| 1475 | https://leetcode.com/problems/final-prices-with-a-special-discount-in-a-shop | Final Prices With a Special Discount in a Shop | Easy | 84.0% | 25.0% |
| 1415 | https://leetcode.com/problems/the-k-th-lexicographical-string-of-all-happy-strings-of-length-n | The k-th Lexicographical String of All Happy Strings of Length n | Medium | 85.3% | 12.5% |
| 370 | https://leetcode.com/problems/range-addition | Range Addition | Medium | 72.9% | 12.5% |
| 2319 | https://leetcode.com/problems/check-if-matrix-is-x-matrix | Check if Matrix Is X-Matrix | Easy | 66.4% | 12.5% |
| 728 | https://leetcode.com/problems/self-dividing-numbers | Self Dividing Numbers | Easy | 80.5% | 12.5% |
| 2493 | https://leetcode.com/problems/divide-nodes-into-the-maximum-number-of-groups | Divide Nodes Into the Maximum Number of Groups | Hard | 67.0% | 12.5% |
| 3453 | https://leetcode.com/problems/separate-squares-i | Separate Squares I | Medium | 58.0% | 12.5% |
| 3458 | https://leetcode.com/problems/select-k-disjoint-special-substrings | Select K Disjoint Special Substrings | Medium | 19.0% | 12.5% |
| 1031 | https://leetcode.com/problems/maximum-sum-of-two-non-overlapping-subarrays | Maximum Sum of Two Non-Overlapping Subarrays | Medium | 60.7% | 12.5% |
| 1827 | https://leetcode.com/problems/minimum-operations-to-make-the-array-increasing | Minimum Operations to Make the Array Increasing | Easy | 81.8% | 12.5% |
| 3462 | https://leetcode.com/problems/maximum-sum-with-at-most-k-elements | Maximum Sum With at Most K Elements | Medium | 60.5% | 25.0% |
| 3170 | https://leetcode.com/problems/lexicographically-minimum-string-after-removing-stars | Lexicographically Minimum String After Removing Stars | Medium | 51.0% | 25.0% |
| 3461 | https://leetcode.com/problems/check-if-digits-are-equal-in-string-after-operations-i | Check If Digits Are Equal in String After Operations I | Easy | 82.5% | 25.0% |
| 250 | https://leetcode.com/problems/count-univalue-subtrees | Count Univalue Subtrees | Medium | 57.5% | 12.5% |
| 1749 | https://leetcode.com/problems/maximum-absolute-sum-of-any-subarray | Maximum Absolute Sum of Any Subarray | Medium | 71.2% | 12.5% |
| 1524 | https://leetcode.com/problems/number-of-sub-arrays-with-odd-sum | Number of Sub-arrays With Odd Sum | Medium | 55.8% | 12.5% |
| 898 | https://leetcode.com/problems/bitwise-ors-of-subarrays | Bitwise ORs of Subarrays | Medium | 56.8% | 12.5% |
| 3454 | https://leetcode.com/problems/separate-squares-ii | Separate Squares II | Hard | 60.0% | 12.5% |
| 873 | https://leetcode.com/problems/length-of-longest-fibonacci-subsequence | Length of Longest Fibonacci Subsequence | Medium | 57.5% | 12.5% |
| 331 | https://leetcode.com/problems/verify-preorder-serialization-of-a-binary-tree | Verify Preorder Serialization of a Binary Tree | Medium | 47.1% | 12.5% |
| 657 | https://leetcode.com/problems/robot-return-to-origin | Robot Return to Origin | Easy | 76.5% | 12.5% |
| 1366 | https://leetcode.com/problems/rank-teams-by-votes | Rank Teams by Votes | Medium | 60.0% | 12.5% |
| 147 | https://leetcode.com/problems/insertion-sort-list | Insertion Sort List | Medium | 58.5% | 12.5% |
| 737 | https://leetcode.com/problems/sentence-similarity-ii | Sentence Similarity II | Medium | 51.1% | 12.5% |
| 2579 | https://leetcode.com/problems/count-total-number-of-colored-cells | Count Total Number of Colored Cells | Medium | 66.1% | 12.5% |
| 1798 | https://leetcode.com/problems/maximum-number-of-consecutive-values-you-can-make | Maximum Number of Consecutive Values You Can Make | Medium | 63.5% | 12.5% |
| 1559 | https://leetcode.com/problems/detect-cycles-in-2d-grid | Detect Cycles in 2D Grid | Medium | 52.4% | 12.5% |
| 2523 | https://leetcode.com/problems/closest-prime-numbers-in-range | Closest Prime Numbers in Range | Medium | 51.7% | 12.5% |
| 2379 | https://leetcode.com/problems/minimum-recolors-to-get-k-consecutive-black-blocks | Minimum Recolors to Get K Consecutive Black Blocks | Easy | 68.6% | 12.5% |
| 2554 | https://leetcode.com/problems/maximum-number-of-integers-to-choose-from-a-range-i | Maximum Number of Integers to Choose From a Range I | Medium | 68.0% | 12.5% |
| 773 | https://leetcode.com/problems/sliding-puzzle | Sliding Puzzle | Hard | 74.1% | 12.5% |
| 609 | https://leetcode.com/problems/find-duplicate-file-in-system | Find Duplicate File in System | Medium | 67.6% | 12.5% |
| 3356 | https://leetcode.com/problems/zero-array-transformation-ii | Zero Array Transformation II | Medium | 43.6% | 12.5% |
| 2560 | https://leetcode.com/problems/house-robber-iv | House Robber IV | Medium | 64.8% | 25.0% |
| 2226 | https://leetcode.com/problems/maximum-candies-allocated-to-k-children | Maximum Candies Allocated to K Children | Medium | 49.9% | 25.0% |
| 589 | https://leetcode.com/problems/n-ary-tree-preorder-traversal | N-ary Tree Preorder Traversal | Easy | 76.6% | 12.5% |
| 2331 | https://leetcode.com/problems/evaluate-boolean-binary-tree | Evaluate Boolean Binary Tree | Easy | 82.4% | 12.5% |
| 3364 | https://leetcode.com/problems/minimum-positive-sum-subarray | Minimum Positive Sum Subarray | Easy | 44.8% | 12.5% |
| 2594 | https://leetcode.com/problems/minimum-time-to-repair-cars | Minimum Time to Repair Cars | Medium | 59.6% | 12.5% |
| 2206 | https://leetcode.com/problems/divide-array-into-equal-pairs | Divide Array Into Equal Pairs | Easy | 79.2% | 12.5% |
| 1136 | https://leetcode.com/problems/parallel-courses | Parallel Courses | Medium | 62.0% | 12.5% |
| 2956 | https://leetcode.com/problems/find-common-elements-between-two-arrays | Find Common Elements Between Two Arrays | Easy | 84.4% | 12.5% |
| 352 | https://leetcode.com/problems/data-stream-as-disjoint-intervals | Data Stream as Disjoint Intervals | Hard | 60.0% | 12.5% |
| 2170 | https://leetcode.com/problems/minimum-operations-to-make-the-array-alternating | Minimum Operations to Make the Array Alternating | Medium | 35.3% | 25.0% |
| 2062 | https://leetcode.com/problems/count-vowel-substrings-of-a-string | Count Vowel Substrings of a String | Easy | 72.8% | 12.5% |
| 2484 | https://leetcode.com/problems/count-palindromic-subsequences | Count Palindromic Subsequences | Hard | 41.0% | 12.5% |
| 1439 | https://leetcode.com/problems/find-the-kth-smallest-sum-of-a-matrix-with-sorted-rows | Find the Kth Smallest Sum of a Matrix With Sorted Rows | Hard | 62.3% | 12.5% |
| 1200 | https://leetcode.com/problems/minimum-absolute-difference | Minimum Absolute Difference | Easy | 75.0% | 12.5% |
| 3169 | https://leetcode.com/problems/count-days-without-meetings | Count Days Without Meetings | Medium | 48.1% | 12.5% |
| 3394 | https://leetcode.com/problems/check-if-grid-can-be-cut-into-sections | Check if Grid can be Cut into Sections | Medium | 68.3% | 12.5% |
| 2780 | https://leetcode.com/problems/minimum-index-of-a-valid-split | Minimum Index of a Valid Split | Medium | 75.5% | 12.5% |
| 3414 | https://leetcode.com/problems/maximum-score-of-non-overlapping-intervals | Maximum Score of Non-overlapping Intervals | Hard | 31.0% | 12.5% |
| 495 | https://leetcode.com/problems/teemo-attacking | Teemo Attacking | Easy | 57.5% | 12.5% |
| 3306 | https://leetcode.com/problems/count-of-substrings-containing-every-vowel-and-k-consonants-ii | Count of Substrings Containing Every Vowel and K Consonants II | Medium | 40.6% | 12.5% |
| 886 | https://leetcode.com/problems/possible-bipartition | Possible Bipartition | Medium | 52.3% | 12.5% |
| 1262 | https://leetcode.com/problems/greatest-sum-divisible-by-three | Greatest Sum Divisible by Three | Medium | 57.1% | 25.0% |
| 1962 | https://leetcode.com/problems/remove-stones-to-minimize-the-total | Remove Stones to Minimize the Total | Medium | 65.5% | 12.5% |
| 2874 | https://leetcode.com/problems/maximum-value-of-an-ordered-triplet-ii | Maximum Value of an Ordered Triplet II | Medium | 56.4% | 12.5% |
| 3230 | https://leetcode.com/problems/customer-purchasing-behavior-analysis | Customer Purchasing Behavior Analysis | Medium | 36.4% | 12.5% |
| 1158 | https://leetcode.com/problems/market-analysis-i | Market Analysis I | Medium | 57.2% | 12.5% |
| 3034 | https://leetcode.com/problems/number-of-subarrays-that-match-a-pattern-i | Number of Subarrays That Match a Pattern I | Medium | 68.4% | 12.5% |
| 1848 | https://leetcode.com/problems/minimum-distance-to-the-target-element | Minimum Distance to the Target Element | Easy | 54.2% | 12.5% |
| 3483 | https://leetcode.com/problems/unique-3-digit-even-numbers | Unique 3-Digit Even Numbers | Easy | 69.1% | 12.5% |
| 563 | https://leetcode.com/problems/binary-tree-tilt | Binary Tree Tilt | Easy | 65.3% | 12.5% |
| 1943 | https://leetcode.com/problems/describe-the-painting | Describe the Painting | Medium | 51.9% | 12.5% |
| 984 | https://leetcode.com/problems/string-without-aaa-or-bbb | String Without AAA or BBB | Medium | 45.0% | 12.5% |
| 2672 | https://leetcode.com/problems/number-of-adjacent-elements-with-the-same-color | Number of Adjacent Elements With the Same Color | Medium | 58.1% | 12.5% |
| 3206 | https://leetcode.com/problems/alternating-groups-i | Alternating Groups I | Easy | 68.8% | 12.5% |
| 2426 | https://leetcode.com/problems/number-of-pairs-satisfying-inequality | Number of Pairs Satisfying Inequality | Hard | 46.8% | 12.5% |
| 488 | https://leetcode.com/problems/zuma-game | Zuma Game | Hard | 30.2% | 12.5% |
| 2570 | https://leetcode.com/problems/merge-two-2d-arrays-by-summing-values | Merge Two 2D Arrays by Summing Values | Easy | 81.8% | 12.5% |
| 270 | https://leetcode.com/problems/closest-binary-search-tree-value | Closest Binary Search Tree Value | Easy | 49.3% | 12.5% |
| 3050 | https://leetcode.com/problems/pizza-toppings-cost-analysis | Pizza Toppings Cost Analysis | Medium | 67.3% | 12.5% |
| 1865 | https://leetcode.com/problems/finding-pairs-with-a-certain-sum | Finding Pairs With a Certain Sum | Medium | 61.6% | 12.5% |
| 282 | https://leetcode.com/problems/expression-add-operators | Expression Add Operators | Hard | 42.8% | 12.5% |
| 2338 | https://leetcode.com/problems/count-the-number-of-ideal-arrays | Count the Number of Ideal Arrays | Hard | 56.9% | 12.5% |
| 3434 | https://leetcode.com/problems/maximum-frequency-after-subarray-operation | Maximum Frequency After Subarray Operation | Medium | 30.8% | 50.0% |
| 3531 | https://leetcode.com/problems/count-covered-buildings | Count Covered Buildings | Medium | 58.8% | 25.0% |
| 3392 | https://leetcode.com/problems/count-subarrays-of-length-three-with-a-condition | Count Subarrays of Length Three With a Condition | Easy | 61.5% | 25.0% |
| 2302 | https://leetcode.com/problems/count-subarrays-with-score-less-than-k | Count Subarrays With Score Less Than K | Hard | 62.3% | 12.5% |
| 1991 | https://leetcode.com/problems/find-the-middle-index-in-array | Find the Middle Index in Array | Easy | 69.1% | 12.5% |
| 401 | https://leetcode.com/problems/binary-watch | Binary Watch | Easy | 65.1% | 12.5% |
| 2071 | https://leetcode.com/problems/maximum-number-of-tasks-you-can-assign | Maximum Number of Tasks You Can Assign | Hard | 50.2% | 12.5% |
| 838 | https://leetcode.com/problems/push-dominoes | Push Dominoes | Medium | 63.0% | 12.5% |
| 1007 | https://leetcode.com/problems/minimum-domino-rotations-for-equal-row | Minimum Domino Rotations For Equal Row | Medium | 56.5% | 12.5% |
| 308 | https://leetcode.com/problems/range-sum-query-2d-mutable | Range Sum Query 2D - Mutable | Medium | 45.4% | 12.5% |
| 2291 | https://leetcode.com/problems/maximum-profit-from-trading-stocks | Maximum Profit From Trading Stocks | Medium | 48.0% | 12.5% |
| 3342 | https://leetcode.com/problems/find-minimum-time-to-reach-last-room-ii | Find Minimum Time to Reach Last Room II | Medium | 67.9% | 12.5% |
| 2918 | https://leetcode.com/problems/minimum-equal-sum-of-two-arrays-after-replacing-zeros | Minimum Equal Sum of Two Arrays After Replacing Zeros | Medium | 50.2% | 12.5% |
| 1864 | https://leetcode.com/problems/minimum-number-of-swaps-to-make-the-binary-string-alternating | Minimum Number of Swaps to Make the Binary String Alternating | Medium | 43.8% | 12.5% |
| 3335 | https://leetcode.com/problems/total-characters-in-string-after-transformations-i | Total Characters in String After Transformations I | Medium | 45.7% | 12.5% |
| 2609 | https://leetcode.com/problems/find-the-longest-balanced-substring-of-a-binary-string | Find the Longest Balanced Substring of a Binary String | Easy | 46.4% | 12.5% |
| 3273 | https://leetcode.com/problems/minimum-amount-of-damage-dealt-to-bob | Minimum Amount of Damage Dealt to Bob | Hard | 39.5% | 12.5% |
| 1931 | https://leetcode.com/problems/painting-a-grid-with-three-different-colors | Painting a Grid With Three Different Colors | Hard | 77.3% | 12.5% |
| 434 | https://leetcode.com/problems/number-of-segments-in-a-string | Number of Segments in a String | Easy | 36.9% | 12.5% |
| 3355 | https://leetcode.com/problems/zero-array-transformation-i | Zero Array Transformation I | Medium | 54.4% | 12.5% |
| 2481 | https://leetcode.com/problems/minimum-cuts-to-divide-a-circle | Minimum Cuts to Divide a Circle | Easy | 56.0% | 12.5% |
| 3426 | https://leetcode.com/problems/manhattan-distances-of-all-arrangements-of-pieces | Manhattan Distances of All Arrangements of Pieces | Hard | 35.1% | 12.5% |
| 2550 | https://leetcode.com/problems/count-collisions-of-monkeys-on-a-polygon | Count Collisions of Monkeys on a Polygon | Medium | 29.9% | 12.5% |
| 3424 | https://leetcode.com/problems/minimum-cost-to-make-arrays-identical | Minimum Cost to Make Arrays Identical | Medium | 37.7% | 12.5% |
| 2894 | https://leetcode.com/problems/divisible-and-non-divisible-sums-difference | Divisible and Non-divisible Sums Difference | Easy | 91.0% | 12.5% |
| 397 | https://leetcode.com/problems/integer-replacement | Integer Replacement | Medium | 37.1% | 12.5% |
| 2815 | https://leetcode.com/problems/max-pair-sum-in-an-array | Max Pair Sum in an Array | Easy | 60.4% | 12.5% |
| 1691 | https://leetcode.com/problems/maximum-height-by-stacking-cuboids | Maximum Height by Stacking Cuboids | Hard | 61.7% | 12.5% |
| 1388 | https://leetcode.com/problems/pizza-with-3n-slices | Pizza With 3n Slices | Hard | 53.7% | 12.5% |
| 2359 | https://leetcode.com/problems/find-closest-node-to-given-two-nodes | Find Closest Node to Given Two Nodes | Medium | 53.0% | 12.5% |
| 1240 | https://leetcode.com/problems/tiling-a-rectangle-with-the-fewest-squares | Tiling a Rectangle with the Fewest Squares | Hard | 54.8% | 12.5% |
| 3234 | https://leetcode.com/problems/count-the-number-of-substrings-with-dominant-ones | Count the Number of Substrings With Dominant Ones | Medium | 42.1% | 25.0% |
| 1061 | https://leetcode.com/problems/lexicographically-smallest-equivalent-string | Lexicographically Smallest Equivalent String | Medium | 81.1% | 12.5% |
| 3403 | https://leetcode.com/problems/find-the-lexicographically-largest-string-from-the-box-i | Find the Lexicographically Largest String From the Box I | Medium | 41.0% | 12.5% |
| 3388 | https://leetcode.com/problems/count-beautiful-splits-in-an-array | Count Beautiful Splits in an Array | Medium | 18.6% | 12.5% |
| 298 | https://leetcode.com/problems/binary-tree-longest-consecutive-sequence | Binary Tree Longest Consecutive Sequence | Medium | 54.6% | 12.5% |
| 2873 | https://leetcode.com/problems/maximum-value-of-an-ordered-triplet-i | Maximum Value of an Ordered Triplet I | Easy | 58.2% | 12.5% |
| 637 | https://leetcode.com/problems/average-of-levels-in-binary-tree | Average of Levels in Binary Tree | Easy | 74.7% | 12.5% |
| 3572 | https://leetcode.com/problems/maximize-ysum-by-picking-a-triplet-of-distinct-xvalues | Maximize YโSum by Picking a Triplet of Distinct XโValues | Medium | 63.2% | 25.0% |
| 3442 | https://leetcode.com/problems/maximum-difference-between-even-and-odd-frequency-i | Maximum Difference Between Even and Odd Frequency I | Easy | 60.7% | 12.5% |
| 3362 | https://leetcode.com/problems/zero-array-transformation-iii | Zero Array Transformation III | Medium | 54.9% | 12.5% |
| 3445 | https://leetcode.com/problems/maximum-difference-between-even-and-odd-frequency-ii | Maximum Difference Between Even and Odd Frequency II | Hard | 48.7% | 12.5% |
| 3423 | https://leetcode.com/problems/maximum-difference-between-adjacent-elements-in-a-circular-array | Maximum Difference Between Adjacent Elements in a Circular Array | Easy | 75.7% | 12.5% |
| 2032 | https://leetcode.com/problems/two-out-of-three | Two Out of Three | Easy | 77.4% | 12.5% |
| 1432 | https://leetcode.com/problems/max-difference-you-can-get-from-changing-an-integer | Max Difference You Can Get From Changing an Integer | Medium | 48.8% | 12.5% |
| 2016 | https://leetcode.com/problems/maximum-difference-between-increasing-elements | Maximum Difference Between Increasing Elements | Easy | 66.4% | 12.5% |
| 3214 | https://leetcode.com/problems/year-on-year-growth-rate | Year on Year Growth Rate | Hard | 50.9% | 12.5% |
| 3405 | https://leetcode.com/problems/count-the-number-of-arrays-with-k-matching-adjacent-elements | Count the Number of Arrays with K Matching Adjacent Elements | Hard | 58.4% | 12.5% |
| 1829 | https://leetcode.com/problems/maximum-xor-for-each-query | Maximum XOR for Each Query | Medium | 84.8% | 12.5% |
| 892 | https://leetcode.com/problems/surface-area-of-3d-shapes | Surface Area of 3D Shapes | Easy | 70.4% | 12.5% |
| 1941 | https://leetcode.com/problems/check-if-all-characters-have-equal-number-of-occurrences | Check if All Characters Have Equal Number of Occurrences | Easy | 79.4% | 12.5% |
| 2200 | https://leetcode.com/problems/find-all-k-distant-indices-in-an-array | Find All K-Distant Indices in an Array | Easy | 77.4% | 12.5% |
| 1893 | https://leetcode.com/problems/check-if-all-the-integers-in-a-range-are-covered | Check if All the Integers in a Range Are Covered | Easy | 50.8% | 12.5% |
| 2427 | https://leetcode.com/problems/number-of-common-factors | Number of Common Factors | Easy | 79.9% | 12.5% |
| 2040 | https://leetcode.com/problems/kth-smallest-product-of-two-sorted-arrays | Kth Smallest Product of Two Sorted Arrays | Hard | 48.9% | 12.5% |
| 1198 | https://leetcode.com/problems/find-smallest-common-element-in-all-rows | Find Smallest Common Element in All Rows | Medium | 76.8% | 12.5% |
| 2265 | https://leetcode.com/problems/count-nodes-equal-to-average-of-subtree | Count Nodes Equal to Average of Subtree | Medium | 86.7% | 12.5% |
| 2500 | https://leetcode.com/problems/delete-greatest-value-in-each-row | Delete Greatest Value in Each Row | Easy | 79.8% | 12.5% |
| 2311 | https://leetcode.com/problems/longest-binary-subsequence-less-than-or-equal-to-k | Longest Binary Subsequence Less Than or Equal to K | Medium | 52.8% | 12.5% |
| 783 | https://leetcode.com/problems/minimum-distance-between-bst-nodes | Minimum Distance Between BST Nodes | Easy | 61.1% | 12.5% |
| 2014 | https://leetcode.com/problems/longest-subsequence-repeated-k-times | Longest Subsequence Repeated k Times | Hard | 71.3% | 12.5% |
| 1928 | https://leetcode.com/problems/minimum-cost-to-reach-destination-in-time | Minimum Cost to Reach Destination in Time | Hard | 41.1% | 12.5% |
| 2187 | https://leetcode.com/problems/minimum-time-to-complete-trips | Minimum Time to Complete Trips | Medium | 39.6% | 12.5% |
| 3330 | https://leetcode.com/problems/find-the-original-typed-string-i | Find the Original Typed String I | Easy | 72.1% | 12.5% |
| 3333 | https://leetcode.com/problems/find-the-original-typed-string-ii | Find the Original Typed String II | Hard | 45.6% | 12.5% |
| 3304 | https://leetcode.com/problems/find-the-k-th-character-in-string-game-i | Find the K-th Character in String Game I | Easy | 81.6% | 12.5% |
| 1763 | https://leetcode.com/problems/longest-nice-substring | Longest Nice Substring | Easy | 63.7% | 12.5% |
| 3307 | https://leetcode.com/problems/find-the-k-th-character-in-string-game-ii | Find the K-th Character in String Game II | Hard | 48.5% | 12.5% |
| 3598 | https://leetcode.com/problems/longest-common-prefix-between-adjacent-strings-after-removals | Longest Common Prefix Between Adjacent Strings After Removals | Medium | 32.3% | 12.5% |
| 1217 | https://leetcode.com/problems/minimum-cost-to-move-chips-to-the-same-position | Minimum Cost to Move Chips to The Same Position | Easy | 72.7% | 12.5% |
| 821 | https://leetcode.com/problems/shortest-distance-to-a-character | Shortest Distance to a Character | Easy | 72.6% | 12.5% |
| 3610 | https://leetcode.com/problems/minimum-number-of-primes-to-sum-to-target | Minimum Number of Primes to Sum to Target | Medium | 59.6% | 37.5% |
| 3439 | https://leetcode.com/problems/reschedule-meetings-for-maximum-free-time-i | Reschedule Meetings for Maximum Free Time I | Medium | 53.9% | 12.5% |
| 305 | https://leetcode.com/problems/number-of-islands-ii | Number of Islands II | Hard | 40.4% | 12.5% |
| 1643 | https://leetcode.com/problems/kth-smallest-instructions | Kth Smallest Instructions | Hard | 44.6% | 12.5% |
| 3440 | https://leetcode.com/problems/reschedule-meetings-for-maximum-free-time-ii | Reschedule Meetings for Maximum Free Time II | Medium | 60.4% | 12.5% |
| 858 | https://leetcode.com/problems/mirror-reflection | Mirror Reflection | Medium | 61.9% | 12.5% |
| 1900 | https://leetcode.com/problems/the-earliest-and-latest-rounds-where-players-compete | The Earliest and Latest Rounds Where Players Compete | Hard | 72.7% | 12.5% |
| 2001 | https://leetcode.com/problems/number-of-pairs-of-interchangeable-rectangles | Number of Pairs of Interchangeable Rectangles | Medium | 52.4% | 12.5% |
| 2779 | https://leetcode.com/problems/maximum-beauty-of-an-array-after-applying-operation | Maximum Beauty of an Array After Applying Operation | Medium | 58.3% | 12.5% |
| 3612 | https://leetcode.com/problems/process-string-with-special-operations-i | Process String with Special Operations I | Medium | 64.9% | 37.5% |
| 3201 | https://leetcode.com/problems/find-the-maximum-length-of-valid-subsequence-i | Find the Maximum Length of Valid Subsequence I | Medium | 54.9% | 25.0% |
| 741 | https://leetcode.com/problems/cherry-pickup | Cherry Pickup | Hard | 39.1% | 12.5% |
| 1667 | https://leetcode.com/problems/fix-names-in-a-table | Fix Names in a Table | Easy | 60.6% | 12.5% |
| 2571 | https://leetcode.com/problems/minimum-operations-to-reduce-an-integer-to-0 | Minimum Operations to Reduce an Integer to 0 | Medium | 61.0% | 12.5% |
| 924 | https://leetcode.com/problems/minimize-malware-spread | Minimize Malware Spread | Hard | 42.9% | 12.5% |
| 829 | https://leetcode.com/problems/consecutive-numbers-sum | Consecutive Numbers Sum | Hard | 42.6% | 12.5% |
| 3456 | https://leetcode.com/problems/find-special-substring-of-length-k | Find Special Substring of Length K | Easy | 35.1% | 12.5% |
| 914 | https://leetcode.com/problems/x-of-a-kind-in-a-deck-of-cards | X of a Kind in a Deck of Cards | Easy | 30.1% | 12.5% |
| 512 | https://leetcode.com/problems/game-play-analysis-ii | Game Play Analysis II | Easy | 54.5% | 12.5% |
| 492 | https://leetcode.com/problems/construct-the-rectangle | Construct the Rectangle | Easy | 63.0% | 12.5% |
| 1957 | https://leetcode.com/problems/delete-characters-to-make-fancy-string | Delete Characters to Make Fancy String | Easy | 74.1% | 12.5% |
| 1970 | https://leetcode.com/problems/last-day-where-you-can-still-cross | Last Day Where You Can Still Cross | Hard | 68.6% | 12.5% |
| 2596 | https://leetcode.com/problems/check-knight-tour-configuration | Check Knight Tour Configuration | Medium | 60.5% | 12.5% |
| 3507 | https://leetcode.com/problems/minimum-pair-removal-to-sort-array-i | Minimum Pair Removal to Sort Array I | Easy | 65.3% | 12.5% |
| 3487 | https://leetcode.com/problems/maximum-unique-subarray-sum-after-deletion | Maximum Unique Subarray Sum After Deletion | Easy | 40.5% | 12.5% |
| 1306 | https://leetcode.com/problems/jump-game-iii | Jump Game III | Medium | 66.7% | 12.5% |
| 3340 | https://leetcode.com/problems/check-balanced-string | Check Balanced String | Easy | 82.4% | 12.5% |
| 2210 | https://leetcode.com/problems/count-hills-and-valleys-in-an-array | Count Hills and Valleys in an Array | Easy | 69.1% | 12.5% |
| 3480 | https://leetcode.com/problems/maximize-subarrays-after-removing-one-conflicting-pair | Maximize Subarrays After Removing One Conflicting Pair | Hard | 64.7% | 12.5% |
| 2488 | https://leetcode.com/problems/count-subarrays-with-median-k | Count Subarrays With Median K | Hard | 47.6% | 25.0% |
| 2771 | https://leetcode.com/problems/longest-non-decreasing-subarray-from-two-arrays | Longest Non-decreasing Subarray From Two Arrays | Medium | 31.0% | 12.5% |
| 1610 | https://leetcode.com/problems/maximum-number-of-visible-points | Maximum Number of Visible Points | Hard | 37.9% | 12.5% |
| 2119 | https://leetcode.com/problems/a-number-after-a-double-reversal | A Number After a Double Reversal | Easy | 82.0% | 12.5% |
| 3357 | https://leetcode.com/problems/minimize-the-maximum-adjacent-element-difference | Minimize the Maximum Adjacent Element Difference | Hard | 19.3% | 12.5% |
| 559 | https://leetcode.com/problems/maximum-depth-of-n-ary-tree | Maximum Depth of N-ary Tree | Easy | 73.4% | 12.5% |
| 2561 | https://leetcode.com/problems/rearranging-fruits | Rearranging Fruits | Hard | 57.5% | 12.5% |
| 2106 | https://leetcode.com/problems/maximum-fruits-harvested-after-at-most-k-steps | Maximum Fruits Harvested After at Most K Steps | Hard | 61.0% | 12.5% |
| 3638 | https://leetcode.com/problems/maximum-balanced-shipments | Maximum Balanced Shipments | Medium | 61.3% | 12.5% |
| 285 | https://leetcode.com/problems/inorder-successor-in-bst | Inorder Successor in BST | Medium | 51.1% | 12.5% |
| 3002 | https://leetcode.com/problems/maximum-size-of-a-set-after-removals | Maximum Size of a Set After Removals | Medium | 46.0% | 12.5% |
| 3477 | https://leetcode.com/problems/fruits-into-baskets-ii | Fruits Into Baskets II | Easy | 70.2% | 12.5% |
| 1527 | https://leetcode.com/problems/patients-with-a-condition | Patients With a Condition | Easy | 38.8% | 12.5% |
| 3479 | https://leetcode.com/problems/fruits-into-baskets-iii | Fruits Into Baskets III | Medium | 38.9% | 12.5% |
| 808 | https://leetcode.com/problems/soup-servings | Soup Servings | Medium | 59.7% | 25.0% |
| 2566 | https://leetcode.com/problems/maximum-difference-by-remapping-a-digit | Maximum Difference by Remapping a Digit | Easy | 76.1% | 12.5% |
| 3644 | https://leetcode.com/problems/maximum-k-to-sort-a-permutation | Maximum K to Sort a Permutation | Medium | 37.2% | 37.5% |
| 3645 | https://leetcode.com/problems/maximum-total-from-optimal-activation-order | Maximum Total from Optimal Activation Order | Medium | 33.0% | 25.0% |
| 2438 | https://leetcode.com/problems/range-product-queries-of-powers | Range Product Queries of Powers | Medium | 61.4% | 12.5% |
| 223 | https://leetcode.com/problems/rectangle-area | Rectangle Area | Medium | 48.9% | 12.5% |
| 2787 | https://leetcode.com/problems/ways-to-express-an-integer-as-sum-of-powers | Ways to Express an Integer as Sum of Powers | Medium | 49.9% | 12.5% |
| 3639 | https://leetcode.com/problems/minimum-time-to-activate-string | Minimum Time to Activate String | Medium | 49.2% | 25.0% |
| 3605 | https://leetcode.com/problems/minimum-stability-factor-of-array | Minimum Stability Factor of Array | Hard | 20.2% | 25.0% |
| 3637 | https://leetcode.com/problems/trionic-array-i | Trionic Array I | Easy | 49.5% | 25.0% |
| 3636 | https://leetcode.com/problems/threshold-majority-queries | Threshold Majority Queries | Hard | 21.7% | 25.0% |
| 3640 | https://leetcode.com/problems/trionic-array-ii | Trionic Array II | Hard | 47.3% | 25.0% |
| 3627 | https://leetcode.com/problems/maximum-median-sum-of-subsequences-of-size-3 | Maximum Median Sum of Subsequences of Size 3 | Medium | 65.0% | 25.0% |
| 3634 | https://leetcode.com/problems/minimum-removals-to-balance-array | Minimum Removals to Balance Array | Medium | 47.9% | 25.0% |
| 3482 | https://leetcode.com/problems/analyze-organization-hierarchy | Analyze Organization Hierarchy | Hard | 59.3% | 12.5% |
| 837 | https://leetcode.com/problems/new-21-game | New 21 Game | Medium | 52.0% | 25.0% |
| 3542 | https://leetcode.com/problems/minimum-operations-to-convert-all-elements-to-zero | Minimum Operations to Convert All Elements to Zero | Medium | 52.9% | 12.5% |
| 1370 | https://leetcode.com/problems/increasing-decreasing-string | Increasing Decreasing String | Easy | 77.2% | 12.5% |
| 473 | https://leetcode.com/problems/matchsticks-to-square | Matchsticks to Square | Medium | 41.6% | 12.5% |
| 3438 | https://leetcode.com/problems/find-valid-pair-of-adjacent-digits-in-string | Find Valid Pair of Adjacent Digits in String | Easy | 60.6% | 12.5% |
| 1394 | https://leetcode.com/problems/find-lucky-integer-in-an-array | Find Lucky Integer in an Array | Easy | 75.5% | 12.5% |
| 2735 | https://leetcode.com/problems/collecting-chocolates | Collecting Chocolates | Medium | 34.7% | 12.5% |
| 940 | https://leetcode.com/problems/distinct-subsequences-ii | Distinct Subsequences II | Hard | 44.0% | 12.5% |
| 1504 | https://leetcode.com/problems/count-submatrices-with-all-ones | Count Submatrices With All Ones | Medium | 71.1% | 12.5% |
| 3195 | https://leetcode.com/problems/find-the-minimum-area-to-cover-all-ones-i | Find the Minimum Area to Cover All Ones I | Medium | 78.2% | 12.5% |
| 3197 | https://leetcode.com/problems/find-the-minimum-area-to-cover-all-ones-ii | Find the Minimum Area to Cover All Ones II | Hard | 63.5% | 25.0% |
| 699 | https://leetcode.com/problems/falling-squares | Falling Squares | Hard | 47.3% | 12.5% |
| 1861 | https://leetcode.com/problems/rotating-the-box | Rotating the Box | Medium | 79.2% | 12.5% |
| 1639 | https://leetcode.com/problems/number-of-ways-to-form-a-target-string-given-a-dictionary | Number of Ways to Form a Target String Given a Dictionary | Hard | 56.6% | 12.5% |
| 1907 | https://leetcode.com/problems/count-salary-categories | Count Salary Categories | Medium | 64.0% | 12.5% |
| 3446 | https://leetcode.com/problems/sort-matrix-by-diagonals | Sort Matrix by Diagonals | Medium | 84.7% | 12.5% |
| 1836 | https://leetcode.com/problems/remove-duplicates-from-an-unsorted-linked-list | Remove Duplicates From an Unsorted Linked List | Medium | 75.7% | 12.5% |
| 3021 | https://leetcode.com/problems/alice-and-bob-playing-flower-game | Alice and Bob Playing Flower Game | Medium | 60.1% | 12.5% |
| 3669 | https://leetcode.com/problems/balanced-k-factor-decomposition | Balanced K-Factor Decomposition | Medium | 40.0% | 12.5% |
| 1266 | https://leetcode.com/problems/minimum-time-visiting-all-points | Minimum Time Visiting All Points | Easy | 84.8% | 12.5% |
| 3666 | https://leetcode.com/problems/minimum-operations-to-equalize-binary-string | Minimum Operations to Equalize Binary String | Hard | 20.3% | 12.5% |
| 546 | https://leetcode.com/problems/remove-boxes | Remove Boxes | Hard | 49.3% | 12.5% |
| 3025 | https://leetcode.com/problems/find-the-number-of-ways-to-place-people-i | Find the Number of Ways to Place People I | Medium | 64.0% | 12.5% |
| 1297 | https://leetcode.com/problems/maximum-number-of-occurrences-of-a-substring | Maximum Number of Occurrences of a Substring | Medium | 54.2% | 12.5% |
| 3516 | https://leetcode.com/problems/find-closest-person | Find Closest Person | Easy | 88.9% | 12.5% |
| 3260 | https://leetcode.com/problems/find-the-largest-palindrome-divisible-by-k | Find the Largest Palindrome Divisible by K | Hard | 16.9% | 12.5% |
| 2749 | https://leetcode.com/problems/minimum-operations-to-make-the-integer-zero | Minimum Operations to Make the Integer Zero | Medium | 58.2% | 12.5% |
| 3676 | https://leetcode.com/problems/count-bowl-subarrays | Count Bowl Subarrays | Medium | 47.9% | 25.0% |
| 1317 | https://leetcode.com/problems/convert-integer-to-the-sum-of-two-no-zero-integers | Convert Integer to the Sum of Two No-Zero Integers | Easy | 59.1% | 12.5% |
| 2890 | https://leetcode.com/problems/reshape-data-melt | Reshape Data: Melt | Easy | 86.0% | 12.5% |
| 2327 | https://leetcode.com/problems/number-of-people-aware-of-a-secret | Number of People Aware of a Secret | Medium | 60.9% | 12.5% |
| 2545 | https://leetcode.com/problems/sort-the-students-by-their-kth-score | Sort the Students by Their Kth Score | Medium | 86.0% | 12.5% |
| 1733 | https://leetcode.com/problems/minimum-number-of-people-to-teach | Minimum Number of People to Teach | Medium | 67.7% | 12.5% |
| 2490 | https://leetcode.com/problems/circular-sentence | Circular Sentence | Easy | 70.2% | 12.5% |
| 3541 | https://leetcode.com/problems/find-most-frequent-vowel-and-consonant | Find Most Frequent Vowel and Consonant | Easy | 89.4% | 12.5% |
| 966 | https://leetcode.com/problems/vowel-spellchecker | Vowel Spellchecker | Medium | 61.4% | 12.5% |
| 1935 | https://leetcode.com/problems/maximum-number-of-words-you-can-type | Maximum Number of Words You Can Type | Easy | 82.9% | 12.5% |
| 3408 | https://leetcode.com/problems/design-task-manager | Design Task Manager | Medium | 49.1% | 12.5% |
| 929 | https://leetcode.com/problems/unique-email-addresses | Unique Email Addresses | Easy | 67.8% | 12.5% |
| 1201 | https://leetcode.com/problems/ugly-number-iii | Ugly Number III | Medium | 31.2% | 12.5% |
| 2114 | https://leetcode.com/problems/maximum-number-of-words-found-in-sentences | Maximum Number of Words Found in Sentences | Easy | 86.7% | 12.5% |
| 2592 | https://leetcode.com/problems/maximize-greatness-of-an-array | Maximize Greatness of an Array | Medium | 61.2% | 12.5% |
| 3648 | https://leetcode.com/problems/minimum-sensors-to-cover-grid | Minimum Sensors to Cover Grid | Medium | 68.7% | 25.0% |
| 2544 | https://leetcode.com/problems/alternating-digit-sum | Alternating Digit Sum | Easy | 69.0% | 12.5% |
| 2089 | https://leetcode.com/problems/find-target-indices-after-sorting-array | Find Target Indices After Sorting Array | Easy | 77.8% | 12.5% |
| 3100 | https://leetcode.com/problems/water-bottles-ii | Water Bottles II | Medium | 78.1% | 12.5% |
| 3297 | https://leetcode.com/problems/count-substrings-that-can-be-rearranged-to-contain-a-string-i | Count Substrings That Can Be Rearranged to Contain a String I | Medium | 42.6% | 12.5% |
| 1648 | https://leetcode.com/problems/sell-diminishing-valued-colored-balls | Sell Diminishing-Valued Colored Balls | Medium | 30.1% | 25.0% |
| 1203 | https://leetcode.com/problems/sort-items-by-groups-respecting-dependencies | Sort Items by Groups Respecting Dependencies | Hard | 65.6% | 12.5% |
| 3168 | https://leetcode.com/problems/minimum-number-of-chairs-in-a-waiting-room | Minimum Number of Chairs in a Waiting Room | Easy | 79.2% | 12.5% |
| 3071 | https://leetcode.com/problems/minimum-operations-to-write-the-letter-y-on-a-grid | Minimum Operations to Write the Letter Y on a Grid | Medium | 64.3% | 12.5% |
| 1488 | https://leetcode.com/problems/avoid-flood-in-the-city | Avoid Flood in The City | Medium | 39.0% | 25.0% |
| 825 | https://leetcode.com/problems/friends-of-appropriate-ages | Friends Of Appropriate Ages | Medium | 49.8% | 12.5% |
| 2320 | https://leetcode.com/problems/count-number-of-ways-to-place-houses | Count Number of Ways to Place Houses | Medium | 43.8% | 12.5% |
| 1145 | https://leetcode.com/problems/binary-tree-coloring-game | Binary Tree Coloring Game | Medium | 52.8% | 12.5% |
| 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% | 12.5% |
| 3147 | https://leetcode.com/problems/taking-maximum-energy-from-the-mystic-dungeon | Taking Maximum Energy From the Mystic Dungeon | Medium | 61.0% | 12.5% |
| 3186 | https://leetcode.com/problems/maximum-total-damage-with-spell-casting | Maximum Total Damage With Spell Casting | Medium | 45.0% | 12.5% |
| 3664 | https://leetcode.com/problems/two-letter-card-game | Two-Letter Card Game | Medium | 12.2% | 12.5% |
| 444 | https://leetcode.com/problems/sequence-reconstruction | Sequence Reconstruction | Medium | 30.5% | 12.5% |
| 1881 | https://leetcode.com/problems/maximum-value-after-insertion | Maximum Value after Insertion | Medium | 39.2% | 12.5% |
| 2598 | https://leetcode.com/problems/smallest-missing-non-negative-integer-after-operations | Smallest Missing Non-negative Integer After Operations | Medium | 55.9% | 12.5% |
| 1948 | https://leetcode.com/problems/delete-duplicate-folders-in-system | Delete Duplicate Folders in System | Hard | 77.7% | 12.5% |
| 3397 | https://leetcode.com/problems/maximum-number-of-distinct-elements-after-operations | Maximum Number of Distinct Elements After Operations | Medium | 52.2% | 12.5% |
| 2888 | https://leetcode.com/problems/reshape-data-concatenate | Reshape Data: Concatenate | Easy | 90.5% | 12.5% |
| 3720 | https://leetcode.com/problems/lexicographically-smallest-permutation-greater-than-target | Lexicographically Smallest Permutation Greater Than Target | Medium | 26.5% | 12.5% |
| 1837 | https://leetcode.com/problems/sum-of-digits-in-base-k | Sum of Digits in Base K | Easy | 78.5% | 12.5% |
| 2389 | https://leetcode.com/problems/longest-subsequence-with-limited-sum | Longest Subsequence With Limited Sum | Easy | 73.4% | 12.5% |
| 3347 | https://leetcode.com/problems/maximum-frequency-of-an-element-after-performing-operations-ii | Maximum Frequency of an Element After Performing Operations II | Hard | 53.9% | 12.5% |
| 3346 | https://leetcode.com/problems/maximum-frequency-of-an-element-after-performing-operations-i | Maximum Frequency of an Element After Performing Operations I | Medium | 40.1% | 12.5% |
| 3715 | https://leetcode.com/problems/sum-of-perfect-square-ancestors | Sum of Perfect Square Ancestors | Hard | 42.4% | 12.5% |
| 1446 | https://leetcode.com/problems/consecutive-characters | Consecutive Characters | Easy | 60.3% | 12.5% |
| 491 | https://leetcode.com/problems/non-decreasing-subsequences | Non-decreasing Subsequences | Medium | 62.5% | 12.5% |
| 3354 | https://leetcode.com/problems/make-array-elements-equal-to-zero | Make Array Elements Equal to Zero | Easy | 68.3% | 12.5% |
| 3730 | https://leetcode.com/problems/maximum-calories-burnt-from-jumps | Maximum Calories Burnt from Jumps | Medium | 73.8% | 25.0% |
| 3728 | https://leetcode.com/problems/stable-subarrays-with-equal-boundary-and-interior-sum | Stable Subarrays With Equal Boundary and Interior Sum | Medium | 25.9% | 12.5% |
| 3370 | https://leetcode.com/problems/smallest-number-with-all-set-bits | Smallest Number With All Set Bits | Easy | 80.3% | 12.5% |
| 2421 | https://leetcode.com/problems/number-of-good-paths | Number of Good Paths | Hard | 56.3% | 12.5% |
| 3289 | https://leetcode.com/problems/the-two-sneaky-numbers-of-digitville | The Two Sneaky Numbers of Digitville | Easy | 89.9% | 12.5% |
| 3428 | https://leetcode.com/problems/maximum-and-minimum-sums-of-at-most-size-k-subsequences | Maximum and Minimum Sums of at Most Size K Subsequences | Medium | 21.6% | 12.5% |
| 3733 | https://leetcode.com/problems/minimum-time-to-complete-all-deliveries | Minimum Time to Complete All Deliveries | Medium | 34.3% | 50.0% |
| 2257 | https://leetcode.com/problems/count-unguarded-cells-in-the-grid | Count Unguarded Cells in the Grid | Medium | 69.0% | 12.5% |
| 1578 | https://leetcode.com/problems/minimum-time-to-make-rope-colorful | Minimum Time to Make Rope Colorful | Medium | 65.2% | 12.5% |
| 3318 | https://leetcode.com/problems/find-x-sum-of-all-k-long-subarrays-i | Find X-Sum of All K-Long Subarrays I | Easy | 76.1% | 12.5% |
| 3517 | https://leetcode.com/problems/smallest-palindromic-rearrangement-i | Smallest Palindromic Rearrangement I | Medium | 63.5% | 12.5% |
| 3573 | https://leetcode.com/problems/best-time-to-buy-and-sell-stock-v | Best Time to Buy and Sell Stock V | Medium | 60.8% | 12.5% |
| 3607 | https://leetcode.com/problems/power-grid-maintenance | Power Grid Maintenance | Medium | 56.3% | 12.5% |
| 2528 | https://leetcode.com/problems/maximize-the-minimum-powered-city | Maximize the Minimum Powered City | Hard | 61.8% | 12.5% |
| 280 | https://leetcode.com/problems/wiggle-sort | Wiggle Sort | Medium | 68.4% | 12.5% |
| 2169 | https://leetcode.com/problems/count-operations-to-obtain-zero | Count Operations to Obtain Zero | Easy | 79.8% | 12.5% |
| 2654 | https://leetcode.com/problems/minimum-number-of-operations-to-make-all-array-elements-equal-to-1 | Minimum Number of Operations to Make All Array Elements Equal to 1 | Medium | 54.6% | 12.5% |
| 3228 | https://leetcode.com/problems/maximum-number-of-operations-to-move-ones-to-the-end | Maximum Number of Operations to Move Ones to the End | Medium | 67.1% | 12.5% |
| 411 | https://leetcode.com/problems/minimum-unique-word-abbreviation | Minimum Unique Word Abbreviation | Hard | 40.4% | 12.5% |
| 2910 | https://leetcode.com/problems/minimum-number-of-groups-to-create-a-valid-assignment | Minimum Number of Groups to Create a Valid Assignment | Medium | 24.8% | 12.5% |
| 1557 | https://leetcode.com/problems/minimum-number-of-vertices-to-reach-all-nodes | Minimum Number of Vertices to Reach All Nodes | Medium | 81.5% | 12.5% |
| 1591 | https://leetcode.com/problems/strange-printer-ii | Strange Printer II | Hard | 60.6% | 12.5% |
| 757 | https://leetcode.com/problems/set-intersection-size-at-least-two | Set Intersection Size At Least Two | Hard | 57.9% | 12.5% |
| 3190 | https://leetcode.com/problems/find-minimum-operations-to-make-all-elements-divisible-by-three | Find Minimum Operations to Make All Elements Divisible by Three | Easy | 90.9% | 12.5% |
| 3608 | https://leetcode.com/problems/minimum-time-for-k-connected-components | Minimum Time for K Connected Components | Medium | 45.1% | 12.5% |
| 1015 | https://leetcode.com/problems/smallest-integer-divisible-by-k | Smallest Integer Divisible by K | Medium | 54.3% | 12.5% |
| 3752 | https://leetcode.com/problems/lexicographically-smallest-negated-permutation-that-sums-to-target | Lexicographically Smallest Negated Permutation that Sums to Target | Medium | 30.7% | 37.5% |
| 2435 | https://leetcode.com/problems/paths-in-matrix-whose-sum-is-divisible-by-k | Paths in Matrix Whose Sum Is Divisible by K | Hard | 58.7% | 12.5% |
| 1776 | https://leetcode.com/problems/car-fleet-ii | Car Fleet II | Hard | 57.7% | 12.5% |
| 3381 | https://leetcode.com/problems/maximum-subarray-sum-with-length-divisible-by-k | Maximum Subarray Sum With Length Divisible by K | Medium | 49.6% | 12.5% |
| 1816 | https://leetcode.com/problems/truncate-sentence | Truncate Sentence | Easy | 86.6% | 12.5% |
| 2141 | https://leetcode.com/problems/maximum-running-time-of-n-computers | Maximum Running Time of N Computers | Hard | 56.4% | 12.5% |
| 1839 | https://leetcode.com/problems/longest-substring-of-all-vowels-in-order | Longest Substring Of All Vowels in Order | Medium | 51.5% | 12.5% |
| 482 | https://leetcode.com/problems/license-key-formatting | License Key Formatting | Easy | 45.7% | 12.5% |
| 1551 | https://leetcode.com/problems/minimum-operations-to-make-array-equal | Minimum Operations to Make Array Equal | Medium | 82.7% | 12.5% |
| 3432 | https://leetcode.com/problems/count-partitions-with-even-sum-difference | Count Partitions with Even Sum Difference | Easy | 85.2% | 12.5% |
| 3578 | https://leetcode.com/problems/count-partitions-with-max-min-difference-at-most-k | Count Partitions With Max-Min Difference at Most K | Medium | 58.9% | 12.5% |
| 1006 | https://leetcode.com/problems/clumsy-factorial | Clumsy Factorial | Medium | 61.0% | 12.5% |
| 3767 | https://leetcode.com/problems/maximize-points-after-choosing-k-tasks | Maximize Points After Choosing K Tasks | Medium | 59.9% | 25.0% |
| 3243 | https://leetcode.com/problems/shortest-distance-after-road-addition-queries-i | Shortest Distance After Road Addition Queries I | Medium | 61.9% | 12.5% |
| 1822 | https://leetcode.com/problems/sign-of-the-product-of-an-array | Sign of the Product of an Array | Easy | 64.8% | 12.5% |
| 3512 | https://leetcode.com/problems/minimum-operations-to-make-array-sum-divisible-by-k | Minimum Operations to Make Array Sum Divisible by K | Easy | 92.4% | 12.5% |
| 2520 | https://leetcode.com/problems/count-the-digits-that-divide-a-number | Count the Digits That Divide a Number | Easy | 85.9% | 12.5% |
| 3577 | https://leetcode.com/problems/count-the-number-of-computer-unlocking-permutations | Count the Number of Computer Unlocking Permutations | Medium | 59.0% | 12.5% |
| 2562 | https://leetcode.com/problems/find-the-array-concatenation-value | Find the Array Concatenation Value | Easy | 71.8% | 12.5% |
| 1018 | https://leetcode.com/problems/binary-prefix-divisible-by-5 | Binary Prefix Divisible By 5 | Easy | 53.5% | 12.5% |
| 1993 | https://leetcode.com/problems/operations-on-tree | Operations on Tree | Medium | 45.0% | 12.5% |
| 1399 | https://leetcode.com/problems/count-largest-group | Count Largest Group | Easy | 74.7% | 12.5% |
| 3743 | https://leetcode.com/problems/maximize-cyclic-partition-score | Maximize Cyclic Partition Score | Hard | 12.3% | 12.5% |
| 3508 | https://leetcode.com/problems/implement-router | Implement Router | Medium | 39.2% | 12.5% |
| 3652 | https://leetcode.com/problems/best-time-to-buy-and-sell-stock-using-strategy | Best Time to Buy and Sell Stock using Strategy | Medium | 59.9% | 12.5% |
| 2906 | https://leetcode.com/problems/construct-product-matrix | Construct Product Matrix | Medium | 32.0% | 12.5% |
| 955 | https://leetcode.com/problems/delete-columns-to-make-sorted-ii | Delete Columns to Make Sorted II | Medium | 49.7% | 12.5% |
| 3254 | https://leetcode.com/problems/find-the-power-of-k-size-subarrays-i | Find the Power of K-Size Subarrays I | Medium | 62.2% | 12.5% |
| 3785 | https://leetcode.com/problems/minimum-swaps-to-avoid-forbidden-values | Minimum Swaps to Avoid Forbidden Values | Hard | 30.2% | 25.0% |
| 3786 | https://leetcode.com/problems/total-sum-of-interaction-cost-in-tree-groups | Total Sum of Interaction Cost in Tree Groups | Hard | 53.5% | 25.0% |
| 3781 | https://leetcode.com/problems/maximum-score-after-binary-swaps | Maximum Score After Binary Swaps | Medium | 35.0% | 25.0% |
| 1977 | https://leetcode.com/problems/number-of-ways-to-separate-numbers | Number of Ways to Separate Numbers | Hard | 21.6% | 12.5% |
| 598 | https://leetcode.com/problems/range-addition-ii | Range Addition II | Easy | 58.3% | 12.5% |
| 256 | https://leetcode.com/problems/paint-house | Paint House | Medium | 64.3% | 12.5% |
| 2483 | https://leetcode.com/problems/minimum-penalty-for-a-shop | Minimum Penalty for a Shop | Medium | 71.2% | 12.5% |
| 1013 | https://leetcode.com/problems/partition-array-into-three-parts-with-equal-sum | Partition Array Into Three Parts With Equal Sum | Easy | 42.5% | 12.5% |
| 474 | https://leetcode.com/problems/ones-and-zeroes | Ones and Zeroes | Medium | 53.0% | 12.5% |
| 960 | https://leetcode.com/problems/delete-columns-to-make-sorted-iii | Delete Columns to Make Sorted III | Hard | 72.6% | 12.5% |
| 1793 | https://leetcode.com/problems/maximum-score-of-a-good-subarray | Maximum Score of a Good Subarray | Hard | 64.4% | 12.5% |
| 756 | https://leetcode.com/problems/pyramid-transition-matrix | Pyramid Transition Matrix | Medium | 60.6% | 12.5% |
| 2612 | https://leetcode.com/problems/minimum-reverse-operations | Minimum Reverse Operations | Hard | 16.6% | 12.5% |
| 961 | https://leetcode.com/problems/n-repeated-element-in-size-2n-array | N-Repeated Element in Size 2N Array | Easy | 79.8% | 12.5% |
| 1411 | https://leetcode.com/problems/number-of-ways-to-paint-n-3-grid | Number of Ways to Paint N ร 3 Grid | Hard | 80.5% | 12.5% |
| 1390 | https://leetcode.com/problems/four-divisors | Four Divisors | Medium | 56.6% | 12.5% |
| 1380 | https://leetcode.com/problems/lucky-numbers-in-a-matrix | Lucky Numbers in a Matrix | Easy | 80.0% | 12.5% |
| 3794 | https://leetcode.com/problems/reverse-string-prefix | Reverse String Prefix | Easy | 89.4% | 25.0% |
| 311 | https://leetcode.com/problems/sparse-matrix-multiplication | Sparse Matrix Multiplication | Medium | 69.2% | 12.5% |
| 671 | https://leetcode.com/problems/second-minimum-node-in-a-binary-tree | Second Minimum Node In a Binary Tree | Easy | 45.9% | 12.5% |
| 865 | https://leetcode.com/problems/smallest-subtree-with-all-the-deepest-nodes | Smallest Subtree with all the Deepest Nodes | Medium | 77.5% | 12.5% |
| 1729 | https://leetcode.com/problems/find-followers-count | Find Followers Count | Easy | 69.5% | 12.5% |
| 1528 | https://leetcode.com/problems/shuffle-string | Shuffle String | Easy | 85.3% | 12.5% |
| 3806 | https://leetcode.com/problems/maximum-bitwise-and-after-increment-operations | Maximum Bitwise AND After Increment Operations | Hard | 30.8% | 25.0% |
| 391 | https://leetcode.com/problems/perfect-rectangle | Perfect Rectangle | Hard | 37.2% | 12.5% |
| 1743 | https://leetcode.com/problems/restore-the-array-from-adjacent-pairs | Restore the Array From Adjacent Pairs | Medium | 75.0% | 12.5% |
| 2943 | https://leetcode.com/problems/maximize-area-of-square-hole-in-grid | Maximize Area of Square Hole in Grid | Medium | 61.9% | 12.5% |
| 2007 | https://leetcode.com/problems/find-original-array-from-doubled-array | Find Original Array From Doubled Array | Medium | 40.7% | 12.5% |
| 1513 | https://leetcode.com/problems/number-of-substrings-with-only-1s | Number of Substrings With Only 1s | Medium | 57.4% | 12.5% |
| 483 | https://leetcode.com/problems/smallest-good-base | Smallest Good Base | Hard | 45.4% | 12.5% |
| 3314 | https://leetcode.com/problems/construct-the-minimum-bitwise-array-i | Construct the Minimum Bitwise Array I | Easy | 85.3% | 12.5% |
| 3315 | https://leetcode.com/problems/construct-the-minimum-bitwise-array-ii | Construct the Minimum Bitwise Array II | Medium | 66.5% | 12.5% |
| 805 | https://leetcode.com/problems/split-array-with-same-average | Split Array With Same Average | Hard | 26.8% | 12.5% |
| 2637 | https://leetcode.com/problems/promise-time-limit | Promise Time Limit | Medium | 83.1% | 12.5% |
| 3510 | https://leetcode.com/problems/minimum-pair-removal-to-sort-array-ii | Minimum Pair Removal to Sort Array II | Hard | 39.2% | 12.5% |
| 3814 | https://leetcode.com/problems/maximum-capacity-within-budget | Maximum Capacity Within Budget | Medium | 19.9% | 25.0% |
| 3780 | https://leetcode.com/problems/maximum-sum-of-three-numbers-divisible-by-three | Maximum Sum of Three Numbers Divisible by Three | Medium | 47.7% | 12.5% |
| 1877 | https://leetcode.com/problems/minimize-maximum-pair-sum-in-array | Minimize Maximum Pair Sum in Array | Medium | 83.3% | 12.5% |
| 665 | https://leetcode.com/problems/non-decreasing-array | Non-decreasing Array | Medium | 25.4% | 12.5% |
| 1804 | https://leetcode.com/problems/implement-trie-ii-prefix-tree | Implement Trie II (Prefix Tree) | Medium | 63.3% | 12.5% |
| 3650 | https://leetcode.com/problems/minimum-cost-path-with-edge-reversals | Minimum Cost Path with Edge Reversals | Medium | 61.8% | 12.5% |
| 3651 | https://leetcode.com/problems/minimum-cost-path-with-teleportations | Minimum Cost Path with Teleportations | Hard | 45.8% | 12.5% |
| 2513 | https://leetcode.com/problems/minimize-the-maximum-of-two-arrays | Minimize the Maximum of Two Arrays | Medium | 32.1% | 12.5% |
| 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% | 12.5% |
| 2843 | https://leetcode.com/problems/count-symmetric-integers | Count Symmetric Integers | Easy | 83.1% | 12.5% |
| 2498 | https://leetcode.com/problems/frog-jump-ii | Frog Jump II | Medium | 62.4% | 12.5% |
| 3010 | https://leetcode.com/problems/divide-an-array-into-subarrays-with-minimum-cost-i | Divide an Array Into Subarrays With Minimum Cost I | Easy | 80.5% | 25.0% |
| 3013 | https://leetcode.com/problems/divide-an-array-into-subarrays-with-minimum-cost-ii | Divide an Array Into Subarrays With Minimum Cost II | Hard | 54.8% | 12.5% |
| 3484 | https://leetcode.com/problems/design-spreadsheet | Design Spreadsheet | Medium | 74.3% | 12.5% |
| 565 | https://leetcode.com/problems/array-nesting | Array Nesting | Medium | 56.5% | 12.5% |
| 600 | https://leetcode.com/problems/non-negative-integers-without-consecutive-ones | Non-negative Integers without Consecutive Ones | Hard | 41.7% | 12.5% |
| 3379 | https://leetcode.com/problems/transformed-array | Transformed Array | Easy | 70.4% | 12.5% |
| 363 | https://leetcode.com/problems/max-sum-of-rectangle-no-larger-than-k | Max Sum of Rectangle No Larger Than K | Hard | 45.3% | 12.5% |
| 688 | https://leetcode.com/problems/knight-probability-in-chessboard | Knight Probability in Chessboard | Medium | 56.9% | 12.5% |
| 923 | https://leetcode.com/problems/3sum-with-multiplicity | 3Sum With Multiplicity | Medium | 46.2% | 12.5% |
| 1979 | https://leetcode.com/problems/find-greatest-common-divisor-of-array | Find Greatest Common Divisor of Array | Easy | 79.7% | 12.5% |
| 3227 | https://leetcode.com/problems/vowels-game-in-a-string | Vowels Game in a String | Medium | 77.1% | 12.5% |
| 882 | https://leetcode.com/problems/reachable-nodes-in-subdivided-graph | Reachable Nodes In Subdivided Graph | Hard | 51.8% | 12.5% |
| 1895 | https://leetcode.com/problems/largest-magic-square | Largest Magic Square | Medium | 75.3% | 12.5% |
| 2457 | https://leetcode.com/problems/minimum-addition-to-make-integer-beautiful | Minimum Addition to Make Integer Beautiful | Medium | 38.5% | 12.5% |
| 2383 | https://leetcode.com/problems/minimum-hours-of-training-to-win-a-competition | Minimum Hours of Training to Win a Competition | Easy | 42.4% | 12.5% |
| 3028 | https://leetcode.com/problems/ant-on-the-boundary | Ant on the Boundary | Easy | 74.2% | 12.5% |
| 2503 | https://leetcode.com/problems/maximum-number-of-points-from-grid-queries | Maximum Number of Points From Grid Queries | Hard | 59.3% | 12.5% |
| 3719 | https://leetcode.com/problems/longest-balanced-subarray-i | Longest Balanced Subarray I | Medium | 65.6% | 12.5% |
| 2858 | https://leetcode.com/problems/minimum-edge-reversals-so-every-node-is-reachable | Minimum Edge Reversals So Every Node Is Reachable | Hard | 57.2% | 12.5% |
| 530 | https://leetcode.com/problems/minimum-absolute-difference-in-bst | Minimum Absolute Difference in BST | Easy | 59.2% | 12.5% |
| 3162 | https://leetcode.com/problems/find-the-number-of-good-pairs-i | Find the Number of Good Pairs I | Easy | 86.3% | 12.5% |
| 3721 | https://leetcode.com/problems/longest-balanced-subarray-ii | Longest Balanced Subarray II | Hard | 33.8% | 12.5% |
| 3713 | https://leetcode.com/problems/longest-balanced-substring-i | Longest Balanced Substring I | Medium | 69.7% | 12.5% |
| 3714 | https://leetcode.com/problems/longest-balanced-substring-ii | Longest Balanced Substring II | Medium | 42.1% | 12.5% |
| 3090 | https://leetcode.com/problems/maximum-length-substring-with-two-occurrences | Maximum Length Substring With Two Occurrences | Easy | 65.1% | 12.5% |
| 1385 | https://leetcode.com/problems/find-the-distance-value-between-two-arrays | Find the Distance Value Between Two Arrays | Easy | 71.4% | 12.5% |
| 3796 | https://leetcode.com/problems/find-maximum-value-in-a-constrained-sequence | Find Maximum Value in a Constrained Sequence | Medium | 62.3% | 12.5% |
| 799 | https://leetcode.com/problems/champagne-tower | Champagne Tower | Medium | 64.0% | 12.5% |
| 804 | https://leetcode.com/problems/unique-morse-code-words | Unique Morse Code Words | Easy | 83.5% | 12.5% |
| 687 | https://leetcode.com/problems/longest-univalue-path | Longest Univalue Path | Medium | 43.5% | 12.5% |
| 2808 | https://leetcode.com/problems/minimum-seconds-to-equalize-a-circular-array | Minimum Seconds to Equalize a Circular Array | Medium | 28.4% | 12.5% |
| 2860 | https://leetcode.com/problems/happy-students | Happy Students | Medium | 50.8% | 12.5% |
| 693 | https://leetcode.com/problems/binary-number-with-alternating-bits | Binary Number with Alternating Bits | Easy | 69.7% | 12.5% |
| 988 | https://leetcode.com/problems/smallest-string-starting-from-leaf | Smallest String Starting From Leaf | Medium | 61.1% | 12.5% |
| 586 | https://leetcode.com/problems/customer-placing-the-largest-number-of-orders | Customer Placing the Largest Number of Orders | Easy | 64.3% | 12.5% |
| 2623 | https://leetcode.com/problems/memoize | Memoize | Medium | 64.8% | 12.5% |