| 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% | 87.5% |
| 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% | 75.0% |
| 8 | https://leetcode.com/problems/string-to-integer-atoi | String to Integer (atoi) | Medium | 20.6% | 62.5% |
| 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% | 50.0% |
| 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% | 75.0% |
| 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% | 50.0% |
| 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% | 87.5% |
| 21 | https://leetcode.com/problems/merge-two-sorted-lists | Merge Two Sorted Lists | Easy | 67.9% | 75.0% |
| 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% | 62.5% |
| 24 | https://leetcode.com/problems/swap-nodes-in-pairs | Swap Nodes in Pairs | Medium | 68.9% | 50.0% |
| 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% | 75.0% |
| 27 | https://leetcode.com/problems/remove-element | Remove Element | Easy | 61.3% | 62.5% |
| 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% | 62.5% |
| 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% | 25.0% |
| 31 | https://leetcode.com/problems/next-permutation | Next Permutation | Medium | 44.7% | 75.0% |
| 32 | https://leetcode.com/problems/longest-valid-parentheses | Longest Valid Parentheses | Hard | 38.0% | 37.5% |
| 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% | 62.5% |
| 36 | https://leetcode.com/problems/valid-sudoku | Valid Sudoku | Medium | 64.1% | 50.0% |
| 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% | 50.0% |
| 42 | https://leetcode.com/problems/trapping-rain-water | Trapping Rain Water | Hard | 66.8% | 75.0% |
| 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% | 50.0% |
| 45 | https://leetcode.com/problems/jump-game-ii | Jump Game II | Medium | 42.4% | 50.0% |
| 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% | 62.5% |
| 50 | https://leetcode.com/problems/powx-n | Pow(x, n) | Medium | 38.2% | 62.5% |
| 51 | https://leetcode.com/problems/n-queens | N-Queens | Hard | 74.9% | 50.0% |
| 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% | 62.5% |
| 56 | https://leetcode.com/problems/merge-intervals | Merge Intervals | Medium | 51.1% | 87.5% |
| 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% | 12.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% | 50.0% |
| 64 | https://leetcode.com/problems/minimum-path-sum | Minimum Path Sum | Medium | 67.8% | 37.5% |
| 66 | https://leetcode.com/problems/plus-one | Plus One | Easy | 49.5% | 62.5% |
| 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% | 25.0% |
| 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% | 37.5% |
| 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% | 50.0% |
| 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% | 37.5% |
| 77 | https://leetcode.com/problems/combinations | Combinations | Medium | 74.2% | 25.0% |
| 78 | https://leetcode.com/problems/subsets | Subsets | Medium | 82.0% | 75.0% |
| 79 | https://leetcode.com/problems/word-search | Word Search | Medium | 46.8% | 75.0% |
| 80 | https://leetcode.com/problems/remove-duplicates-from-sorted-array-ii | Remove Duplicates from Sorted Array II | Medium | 64.3% | 37.5% |
| 81 | https://leetcode.com/problems/search-in-rotated-sorted-array-ii | Search in Rotated Sorted Array II | Medium | 39.7% | 50.0% |
| 82 | https://leetcode.com/problems/remove-duplicates-from-sorted-list-ii | Remove Duplicates from Sorted List II | Medium | 51.3% | 37.5% |
| 83 | https://leetcode.com/problems/remove-duplicates-from-sorted-list | Remove Duplicates from Sorted List | Easy | 56.2% | 50.0% |
| 84 | https://leetcode.com/problems/largest-rectangle-in-histogram | Largest Rectangle in Histogram | Hard | 49.3% | 50.0% |
| 85 | https://leetcode.com/problems/maximal-rectangle | Maximal Rectangle | Hard | 58.1% | 37.5% |
| 86 | https://leetcode.com/problems/partition-list | Partition List | Medium | 60.6% | 37.5% |
| 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% | 25.0% |
| 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% | 25.0% |
| 92 | https://leetcode.com/problems/reverse-linked-list-ii | Reverse Linked List II | Medium | 51.0% | 37.5% |
| 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% | 12.5% |
| 96 | https://leetcode.com/problems/unique-binary-search-trees | Unique Binary Search Trees | Medium | 63.3% | 12.5% |
| 98 | https://leetcode.com/problems/validate-binary-search-tree | Validate Binary Search Tree | Medium | 35.3% | 62.5% |
| 99 | https://leetcode.com/problems/recover-binary-search-tree | Recover Binary Search Tree | Medium | 58.7% | 25.0% |
| 100 | https://leetcode.com/problems/same-tree | Same Tree | Easy | 66.6% | 50.0% |
| 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% | 62.5% |
| 103 | https://leetcode.com/problems/binary-tree-zigzag-level-order-traversal | Binary Tree Zigzag Level Order Traversal | Medium | 63.1% | 50.0% |
| 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% | 12.5% |
| 108 | https://leetcode.com/problems/convert-sorted-array-to-binary-search-tree | Convert Sorted Array to Binary Search Tree | Easy | 75.2% | 12.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% | 37.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% | 37.5% |
| 115 | https://leetcode.com/problems/distinct-subsequences | Distinct Subsequences | Hard | 51.5% | 25.0% |
| 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% | 50.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% | 12.5% |
| 120 | https://leetcode.com/problems/triangle | Triangle | Medium | 59.8% | 50.0% |
| 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% | 12.5% |
| 124 | https://leetcode.com/problems/binary-tree-maximum-path-sum | Binary Tree Maximum Path Sum | Hard | 42.0% | 37.5% |
| 125 | https://leetcode.com/problems/valid-palindrome | Valid Palindrome | Easy | 52.8% | 62.5% |
| 126 | https://leetcode.com/problems/word-ladder-ii | Word Ladder II | Hard | 27.5% | 37.5% |
| 127 | https://leetcode.com/problems/word-ladder | Word Ladder | Hard | 44.9% | 50.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% | 12.5% |
| 130 | https://leetcode.com/problems/surrounded-regions | Surrounded Regions | Medium | 44.7% | 37.5% |
| 131 | https://leetcode.com/problems/palindrome-partitioning | Palindrome Partitioning | Medium | 73.7% | 62.5% |
| 132 | https://leetcode.com/problems/palindrome-partitioning-ii | Palindrome Partitioning II | Hard | 36.6% | 12.5% |
| 133 | https://leetcode.com/problems/clone-graph | Clone Graph | Medium | 64.7% | 25.0% |
| 134 | https://leetcode.com/problems/gas-station | Gas Station | Medium | 47.5% | 50.0% |
| 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% | 50.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% | 62.5% |
| 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% | 25.0% |
| 145 | https://leetcode.com/problems/binary-tree-postorder-traversal | Binary Tree Postorder Traversal | Easy | 77.6% | 12.5% |
| 146 | https://leetcode.com/problems/lru-cache | LRU Cache | Medium | 46.8% | 75.0% |
| 148 | https://leetcode.com/problems/sort-list | Sort List | Medium | 63.8% | 37.5% |
| 149 | https://leetcode.com/problems/max-points-on-a-line | Max Points on a Line | Hard | 30.2% | 12.5% |
| 150 | https://leetcode.com/problems/evaluate-reverse-polish-notation | Evaluate Reverse Polish Notation | Medium | 57.0% | 37.5% |
| 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% | 37.5% |
| 155 | https://leetcode.com/problems/min-stack | Min Stack | Medium | 57.7% | 75.0% |
| 158 | https://leetcode.com/problems/read-n-characters-given-read4-ii-call-multiple-times | Read N Characters Given read4 II - Call Multiple Times | Hard | 43.2% | 37.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% | 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% | 75.0% |
| 172 | https://leetcode.com/problems/factorial-trailing-zeroes | Factorial Trailing Zeroes | Medium | 46.1% | 50.0% |
| 173 | https://leetcode.com/problems/binary-search-tree-iterator | Binary Search Tree Iterator | Medium | 76.1% | 25.0% |
| 175 | https://leetcode.com/problems/combine-two-tables | Combine Two Tables | Easy | 79.2% | 50.0% |
| 177 | https://leetcode.com/problems/nth-highest-salary | Nth Highest Salary | Medium | 38.8% | 25.0% |
| 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% | 37.5% |
| 183 | https://leetcode.com/problems/customers-who-never-order | Customers Who Never Order | Easy | 71.5% | 37.5% |
| 185 | https://leetcode.com/problems/department-top-three-salaries | Department Top Three Salaries | Hard | 59.8% | 25.0% |
| 187 | https://leetcode.com/problems/repeated-dna-sequences | Repeated DNA Sequences | Medium | 52.9% | 37.5% |
| 189 | https://leetcode.com/problems/rotate-array | Rotate Array | Medium | 44.4% | 62.5% |
| 191 | https://leetcode.com/problems/number-of-1-bits | Number of 1 Bits | Easy | 76.3% | 25.0% |
| 197 | https://leetcode.com/problems/rising-temperature | Rising Temperature | Easy | 51.0% | 50.0% |
| 198 | https://leetcode.com/problems/house-robber | House Robber | Medium | 52.9% | 50.0% |
| 199 | https://leetcode.com/problems/binary-tree-right-side-view | Binary Tree Right Side View | Medium | 69.5% | 37.5% |
| 200 | https://leetcode.com/problems/number-of-islands | Number of Islands | Medium | 63.8% | 87.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% | 37.5% |
| 204 | https://leetcode.com/problems/count-primes | Count Primes | Medium | 35.7% | 37.5% |
| 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% | 62.5% |
| 207 | https://leetcode.com/problems/course-schedule | Course Schedule | Medium | 50.8% | 50.0% |
| 208 | https://leetcode.com/problems/implement-trie-prefix-tree | Implement Trie (Prefix Tree) | Medium | 69.2% | 50.0% |
| 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% | 37.5% |
| 211 | https://leetcode.com/problems/design-add-and-search-words-data-structure | Design Add and Search Words Data Structure | Medium | 48.1% | 25.0% |
| 212 | https://leetcode.com/problems/word-search-ii | Word Search II | Hard | 38.1% | 12.5% |
| 213 | https://leetcode.com/problems/house-robber-ii | House Robber II | Medium | 44.6% | 37.5% |
| 215 | https://leetcode.com/problems/kth-largest-element-in-an-array | Kth Largest Element in an Array | Medium | 68.8% | 62.5% |
| 217 | https://leetcode.com/problems/contains-duplicate | Contains Duplicate | Easy | 64.1% | 62.5% |
| 219 | https://leetcode.com/problems/contains-duplicate-ii | Contains Duplicate II | Easy | 50.8% | 50.0% |
| 222 | https://leetcode.com/problems/count-complete-tree-nodes | Count Complete Tree Nodes | Easy | 72.0% | 25.0% |
| 224 | https://leetcode.com/problems/basic-calculator | Basic Calculator | Hard | 46.5% | 37.5% |
| 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% | 37.5% |
| 228 | https://leetcode.com/problems/summary-ranges | Summary Ranges | Easy | 53.9% | 25.0% |
| 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% |
| 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% | 50.0% |
| 237 | https://leetcode.com/problems/delete-node-in-a-linked-list | Delete Node in a Linked List | Medium | 83.6% | 50.0% |
| 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% | 50.0% |
| 240 | https://leetcode.com/problems/search-a-2d-matrix-ii | Search a 2D Matrix II | Medium | 56.8% | 37.5% |
| 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% | 75.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% | 25.0% |
| 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% | 37.5% |
| 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% |
| 266 | https://leetcode.com/problems/palindrome-permutation | Palindrome Permutation | Easy | 68.6% | 37.5% |
| 268 | https://leetcode.com/problems/missing-number | Missing Number | Easy | 71.6% | 50.0% |
| 273 | https://leetcode.com/problems/integer-to-english-words | Integer to English Words | Hard | 34.8% | 12.5% |
| 274 | https://leetcode.com/problems/h-index | H-Index | Medium | 41.1% | 50.0% |
| 278 | https://leetcode.com/problems/first-bad-version | First Bad Version | Easy | 46.8% | 25.0% |
| 279 | https://leetcode.com/problems/perfect-squares | Perfect Squares | Medium | 56.3% | 37.5% |
| 283 | https://leetcode.com/problems/move-zeroes | Move Zeroes | Easy | 63.5% | 62.5% |
| 287 | https://leetcode.com/problems/find-the-duplicate-number | Find the Duplicate Number | Medium | 64.0% | 50.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% | 37.5% |
| 297 | https://leetcode.com/problems/serialize-and-deserialize-binary-tree | Serialize and Deserialize Binary Tree | Hard | 60.3% | 50.0% |
| 300 | https://leetcode.com/problems/longest-increasing-subsequence | Longest Increasing Subsequence | Medium | 59.0% | 50.0% |
| 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% | 12.5% |
| 307 | https://leetcode.com/problems/range-sum-query-mutable | Range Sum Query - Mutable | Medium | 42.6% | 12.5% |
| 308 | https://leetcode.com/problems/range-sum-query-2d-mutable | Range Sum Query 2D - Mutable | Medium | 45.4% | 25.0% |
| 311 | https://leetcode.com/problems/sparse-matrix-multiplication | Sparse Matrix Multiplication | Medium | 69.2% | 37.5% |
| 312 | https://leetcode.com/problems/burst-balloons | Burst Balloons | Hard | 62.9% | 25.0% |
| 314 | https://leetcode.com/problems/binary-tree-vertical-order-traversal | Binary Tree Vertical Order Traversal | Medium | 57.7% | 62.5% |
| 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% |
| 319 | https://leetcode.com/problems/bulb-switcher | Bulb Switcher | Medium | 55.5% | 12.5% |
| 322 | https://leetcode.com/problems/coin-change | Coin Change | Medium | 47.9% | 62.5% |
| 328 | https://leetcode.com/problems/odd-even-linked-list | Odd Even Linked List | Medium | 62.3% | 50.0% |
| 332 | https://leetcode.com/problems/reconstruct-itinerary | Reconstruct Itinerary | Hard | 44.3% | 12.5% |
| 334 | https://leetcode.com/problems/increasing-triplet-subsequence | Increasing Triplet Subsequence | Medium | 39.2% | 50.0% |
| 338 | https://leetcode.com/problems/counting-bits | Counting Bits | Easy | 80.4% | 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% | 50.0% |
| 347 | https://leetcode.com/problems/top-k-frequent-elements | Top K Frequent Elements | Medium | 65.8% | 50.0% |
| 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% | 37.5% |
| 354 | https://leetcode.com/problems/russian-doll-envelopes | Russian Doll Envelopes | Hard | 37.7% | 12.5% |
| 355 | https://leetcode.com/problems/design-twitter | Design Twitter | Medium | 44.2% | 12.5% |
| 359 | https://leetcode.com/problems/logger-rate-limiter | Logger Rate Limiter | Easy | 76.8% | 12.5% |
| 362 | https://leetcode.com/problems/design-hit-counter | Design Hit Counter | Medium | 69.6% | 37.5% |
| 367 | https://leetcode.com/problems/valid-perfect-square | Valid Perfect Square | Easy | 44.7% | 25.0% |
| 368 | https://leetcode.com/problems/largest-divisible-subset | Largest Divisible Subset | Medium | 49.4% | 25.0% |
| 371 | https://leetcode.com/problems/sum-of-two-integers | Sum of Two Integers | Medium | 55.0% | 37.5% |
| 374 | https://leetcode.com/problems/guess-number-higher-or-lower | Guess Number Higher or Lower | Easy | 57.1% | 25.0% |
| 378 | https://leetcode.com/problems/kth-smallest-element-in-a-sorted-matrix | Kth Smallest Element in a Sorted Matrix | Medium | 64.4% | 12.5% |
| 380 | https://leetcode.com/problems/insert-delete-getrandom-o1 | Insert Delete GetRandom O(1) | Medium | 55.3% | 87.5% |
| 383 | https://leetcode.com/problems/ransom-note | Ransom Note | Easy | 65.6% | 37.5% |
| 386 | https://leetcode.com/problems/lexicographical-numbers | Lexicographical Numbers | Medium | 76.2% | 50.0% |
| 387 | https://leetcode.com/problems/first-unique-character-in-a-string | First Unique Character in a String | Easy | 65.0% | 62.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% | 75.0% |
| 399 | https://leetcode.com/problems/evaluate-division | Evaluate Division | Medium | 64.0% | 62.5% |
| 402 | https://leetcode.com/problems/remove-k-digits | Remove K Digits | Medium | 36.4% | 50.0% |
| 404 | https://leetcode.com/problems/sum-of-left-leaves | Sum of Left Leaves | Easy | 62.4% | 12.5% |
| 405 | https://leetcode.com/problems/convert-a-number-to-hexadecimal | Convert a Number to Hexadecimal | Easy | 53.2% | 12.5% |
| 409 | https://leetcode.com/problems/longest-palindrome | Longest Palindrome | Easy | 55.8% | 37.5% |
| 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% | 37.5% |
| 414 | https://leetcode.com/problems/third-maximum-number | Third Maximum Number | Easy | 38.8% | 25.0% |
| 416 | https://leetcode.com/problems/partition-equal-subset-sum | Partition Equal Subset Sum | Medium | 49.2% | 50.0% |
| 424 | https://leetcode.com/problems/longest-repeating-character-replacement | Longest Repeating Character Replacement | Medium | 59.0% | 62.5% |
| 432 | https://leetcode.com/problems/all-oone-data-structure | All O`one Data Structure | Hard | 44.1% | 25.0% |
| 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% | 12.5% |
| 441 | https://leetcode.com/problems/arranging-coins | Arranging Coins | Easy | 48.0% | 37.5% |
| 442 | https://leetcode.com/problems/find-all-duplicates-in-an-array | Find All Duplicates in an Array | Medium | 76.8% | 25.0% |
| 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% | 50.0% |
| 448 | https://leetcode.com/problems/find-all-numbers-disappeared-in-an-array | Find All Numbers Disappeared in an Array | Easy | 63.7% | 25.0% |
| 450 | https://leetcode.com/problems/delete-node-in-a-bst | Delete Node in a BST | Medium | 54.2% | 25.0% |
| 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% |
| 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% |
| 459 | https://leetcode.com/problems/repeated-substring-pattern | Repeated Substring Pattern | Easy | 47.8% | 25.0% |
| 460 | https://leetcode.com/problems/lfu-cache | LFU Cache | Hard | 48.6% | 12.5% |
| 463 | https://leetcode.com/problems/island-perimeter | Island Perimeter | Easy | 74.2% | 25.0% |
| 485 | https://leetcode.com/problems/max-consecutive-ones | Max Consecutive Ones | Easy | 64.6% | 62.5% |
| 486 | https://leetcode.com/problems/predict-the-winner | Predict the Winner | Medium | 56.1% | 12.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% | 37.5% |
| 496 | https://leetcode.com/problems/next-greater-element-i | Next Greater Element I | Easy | 75.7% | 50.0% |
| 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% |
| 506 | https://leetcode.com/problems/relative-ranks | Relative Ranks | Easy | 74.4% | 25.0% |
| 513 | https://leetcode.com/problems/find-bottom-left-tree-value | Find Bottom Left Tree Value | Medium | 72.2% | 25.0% |
| 515 | https://leetcode.com/problems/find-largest-value-in-each-tree-row | Find Largest Value in Each Tree Row | Medium | 66.3% | 25.0% |
| 518 | https://leetcode.com/problems/coin-change-ii | Coin Change II | Medium | 60.5% | 25.0% |
| 523 | https://leetcode.com/problems/continuous-subarray-sum | Continuous Subarray Sum | Medium | 31.2% | 25.0% |
| 525 | https://leetcode.com/problems/contiguous-array | Contiguous Array | Medium | 50.8% | 37.5% |
| 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% | 37.5% |
| 542 | https://leetcode.com/problems/01-matrix | 01 Matrix | Medium | 53.3% | 25.0% |
| 543 | https://leetcode.com/problems/diameter-of-binary-tree | Diameter of Binary Tree | Easy | 65.0% | 50.0% |
| 547 | https://leetcode.com/problems/number-of-provinces | Number of Provinces | Medium | 70.0% | 50.0% |
| 1730 | https://leetcode.com/problems/shortest-path-to-get-food | Shortest Path to Get Food | Medium | 57.1% | 37.5% |
| 554 | https://leetcode.com/problems/brick-wall | Brick Wall | Medium | 56.0% | 25.0% |
| 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% | 12.5% |
| 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% |
| 567 | https://leetcode.com/problems/permutation-in-string | Permutation in String | Medium | 48.4% | 37.5% |
| 570 | https://leetcode.com/problems/managers-with-at-least-5-direct-reports | Managers with at Least 5 Direct Reports | Medium | 48.9% | 62.5% |
| 576 | https://leetcode.com/problems/out-of-boundary-paths | Out of Boundary Paths | Medium | 48.4% | 12.5% |
| 577 | https://leetcode.com/problems/employee-bonus | Employee Bonus | Easy | 77.1% | 37.5% |
| 582 | https://leetcode.com/problems/kill-process | Kill Process | Medium | 70.3% | 37.5% |
| 584 | https://leetcode.com/problems/find-customer-referee | Find Customer Referee | Easy | 72.6% | 25.0% |
| 595 | https://leetcode.com/problems/big-countries | Big Countries | Easy | 68.4% | 37.5% |
| 605 | https://leetcode.com/problems/can-place-flowers | Can Place Flowers | Easy | 29.0% | 37.5% |
| 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% | 50.0% |
| 620 | https://leetcode.com/problems/not-boring-movies | Not Boring Movies | Easy | 75.1% | 37.5% |
| 621 | https://leetcode.com/problems/task-scheduler | Task Scheduler | Medium | 62.6% | 25.0% |
| 626 | https://leetcode.com/problems/exchange-seats | Exchange Seats | Medium | 73.8% | 37.5% |
| 628 | https://leetcode.com/problems/maximum-product-of-three-numbers | Maximum Product of Three Numbers | Easy | 45.7% | 25.0% |
| 633 | https://leetcode.com/problems/sum-of-square-numbers | Sum of Square Numbers | Medium | 36.7% | 37.5% |
| 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% | 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% |
| 650 | https://leetcode.com/problems/2-keys-keyboard | 2 Keys Keyboard | Medium | 59.3% | 12.5% |
| 652 | https://leetcode.com/problems/find-duplicate-subtrees | Find Duplicate Subtrees | Medium | 60.6% | 12.5% |
| 658 | https://leetcode.com/problems/find-k-closest-elements | Find K Closest Elements | Medium | 49.4% | 37.5% |
| 662 | https://leetcode.com/problems/maximum-width-of-binary-tree | Maximum Width of Binary Tree | Medium | 45.2% | 25.0% |
| 669 | https://leetcode.com/problems/trim-a-binary-search-tree | Trim a Binary Search Tree | Medium | 66.6% | 37.5% |
| 676 | https://leetcode.com/problems/implement-magic-dictionary | Implement Magic Dictionary | Medium | 57.7% | 37.5% |
| 678 | https://leetcode.com/problems/valid-parenthesis-string | Valid Parenthesis String | Medium | 39.8% | 25.0% |
| 680 | https://leetcode.com/problems/valid-palindrome-ii | Valid Palindrome II | Easy | 44.0% | 25.0% |
| 684 | https://leetcode.com/problems/redundant-connection | Redundant Connection | Medium | 67.2% | 25.0% |
| 692 | https://leetcode.com/problems/top-k-frequent-words | Top K Frequent Words | Medium | 60.0% | 50.0% |
| 695 | https://leetcode.com/problems/max-area-of-island | Max Area of Island | Medium | 73.8% | 25.0% |
| 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% | 37.5% |
| 718 | https://leetcode.com/problems/maximum-length-of-repeated-subarray | Maximum Length of Repeated Subarray | Medium | 51.2% | 12.5% |
| 721 | https://leetcode.com/problems/accounts-merge | Accounts Merge | Medium | 60.9% | 25.0% |
| 723 | https://leetcode.com/problems/candy-crush | Candy Crush | Medium | 77.3% | 25.0% |
| 724 | https://leetcode.com/problems/find-pivot-index | Find Pivot Index | Easy | 62.1% | 25.0% |
| 733 | https://leetcode.com/problems/flood-fill | Flood Fill | Easy | 67.8% | 37.5% |
| 735 | https://leetcode.com/problems/asteroid-collision | Asteroid Collision | Medium | 47.1% | 37.5% |
| 739 | https://leetcode.com/problems/daily-temperatures | Daily Temperatures | Medium | 68.3% | 50.0% |
| 740 | https://leetcode.com/problems/delete-and-earn | Delete and Earn | Medium | 57.1% | 12.5% |
| 743 | https://leetcode.com/problems/network-delay-time | Network Delay Time | Medium | 59.7% | 12.5% |
| 744 | https://leetcode.com/problems/find-smallest-letter-greater-than-target | Find Smallest Letter Greater Than Target | Easy | 58.9% | 25.0% |
| 746 | https://leetcode.com/problems/min-cost-climbing-stairs | Min Cost Climbing Stairs | Easy | 68.0% | 25.0% |
| 749 | https://leetcode.com/problems/contain-virus | Contain Virus | Hard | 54.3% | 37.5% |
| 430 | https://leetcode.com/problems/flatten-a-multilevel-doubly-linked-list | Flatten a Multilevel Doubly Linked List | Medium | 62.5% | 75.0% |
| 763 | https://leetcode.com/problems/partition-labels | Partition Labels | Medium | 81.8% | 25.0% |
| 767 | https://leetcode.com/problems/reorganize-string | Reorganize String | Medium | 56.8% | 25.0% |
| 700 | https://leetcode.com/problems/search-in-a-binary-search-tree | Search in a Binary Search Tree | Easy | 82.5% | 12.5% |
| 703 | https://leetcode.com/problems/kth-largest-element-in-a-stream | Kth Largest Element in a Stream | Easy | 60.7% | 12.5% |
| 704 | https://leetcode.com/problems/binary-search | Binary Search | Easy | 60.5% | 50.0% |
| 779 | https://leetcode.com/problems/k-th-symbol-in-grammar | K-th Symbol in Grammar | Medium | 48.1% | 12.5% |
| 785 | https://leetcode.com/problems/is-graph-bipartite | Is Graph Bipartite? | Medium | 58.9% | 12.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% | 12.5% |
| 791 | https://leetcode.com/problems/custom-sort-string | Custom Sort String | Medium | 72.3% | 12.5% |
| 796 | https://leetcode.com/problems/rotate-string | Rotate String | Easy | 65.1% | 50.0% |
| 797 | https://leetcode.com/problems/all-paths-from-source-to-target | All Paths From Source to Target | Medium | 83.5% | 62.5% |
| 705 | https://leetcode.com/problems/design-hashset | Design HashSet | Easy | 67.7% | 12.5% |
| 802 | https://leetcode.com/problems/find-eventual-safe-states | Find Eventual Safe States | Medium | 70.3% | 37.5% |
| 804 | https://leetcode.com/problems/unique-morse-code-words | Unique Morse Code Words | Easy | 83.5% | 12.5% |
| 827 | https://leetcode.com/problems/making-a-large-island | Making A Large Island | Hard | 56.3% | 25.0% |
| 622 | https://leetcode.com/problems/design-circular-queue | Design Circular Queue | Medium | 54.0% | 12.5% |
| 846 | https://leetcode.com/problems/hand-of-straights | Hand of Straights | Medium | 57.8% | 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% |
| 856 | https://leetcode.com/problems/score-of-parentheses | Score of Parentheses | Medium | 63.6% | 12.5% |
| 860 | https://leetcode.com/problems/lemonade-change | Lemonade Change | Easy | 58.9% | 37.5% |
| 861 | https://leetcode.com/problems/score-after-flipping-matrix | Score After Flipping Matrix | Medium | 80.3% | 12.5% |
| 867 | https://leetcode.com/problems/transpose-matrix | Transpose Matrix | Easy | 75.9% | 25.0% |
| 875 | https://leetcode.com/problems/koko-eating-bananas | Koko Eating Bananas | Medium | 49.7% | 62.5% |
| 876 | https://leetcode.com/problems/middle-of-the-linked-list | Middle of the Linked List | Easy | 81.5% | 50.0% |
| 877 | https://leetcode.com/problems/stone-game | Stone Game | Medium | 72.6% | 12.5% |
| 881 | https://leetcode.com/problems/boats-to-save-people | Boats to Save People | Medium | 61.4% | 25.0% |
| 885 | https://leetcode.com/problems/spiral-matrix-iii | Spiral Matrix III | Medium | 84.5% | 25.0% |
| 888 | https://leetcode.com/problems/fair-candy-swap | Fair Candy Swap | Easy | 64.5% | 12.5% |
| 894 | https://leetcode.com/problems/all-possible-full-binary-trees | All Possible Full Binary Trees | Medium | 82.8% | 12.5% |
| 901 | https://leetcode.com/problems/online-stock-span | Online Stock Span | Medium | 68.7% | 50.0% |
| 905 | https://leetcode.com/problems/sort-array-by-parity | Sort Array By Parity | Easy | 76.5% | 25.0% |
| 907 | https://leetcode.com/problems/sum-of-subarray-minimums | Sum of Subarray Minimums | Medium | 38.3% | 37.5% |
| 909 | https://leetcode.com/problems/snakes-and-ladders | Snakes and Ladders | Medium | 48.0% | 25.0% |
| 912 | https://leetcode.com/problems/sort-an-array | Sort an Array | Medium | 55.9% | 50.0% |
| 921 | https://leetcode.com/problems/minimum-add-to-make-parentheses-valid | Minimum Add to Make Parentheses Valid | Medium | 74.4% | 37.5% |
| 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% | 12.5% |
| 933 | https://leetcode.com/problems/number-of-recent-calls | Number of Recent Calls | Easy | 78.1% | 50.0% |
| 935 | https://leetcode.com/problems/knight-dialer | Knight Dialer | Medium | 61.7% | 25.0% |
| 945 | https://leetcode.com/problems/minimum-increment-to-make-array-unique | Minimum Increment to Make Array Unique | Medium | 60.6% | 12.5% |
| 950 | https://leetcode.com/problems/reveal-cards-in-increasing-order | Reveal Cards In Increasing Order | Medium | 83.5% | 25.0% |
| 509 | https://leetcode.com/problems/fibonacci-number | Fibonacci Number | Easy | 73.9% | 50.0% |
| 974 | https://leetcode.com/problems/subarray-sums-divisible-by-k | Subarray Sums Divisible by K | Medium | 56.0% | 37.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% | 12.5% |
| 980 | https://leetcode.com/problems/unique-paths-iii | Unique Paths III | Hard | 82.7% | 12.5% |
| 981 | https://leetcode.com/problems/time-based-key-value-store | Time Based Key-Value Store | Medium | 49.7% | 12.5% |
| 986 | https://leetcode.com/problems/interval-list-intersections | Interval List Intersections | Medium | 72.9% | 12.5% |
| 987 | https://leetcode.com/problems/vertical-order-traversal-of-a-binary-tree | Vertical Order Traversal of a Binary Tree | Hard | 53.2% | 50.0% |
| 993 | https://leetcode.com/problems/cousins-in-binary-tree | Cousins in Binary Tree | Easy | 59.1% | 37.5% |
| 994 | https://leetcode.com/problems/rotting-oranges | Rotting Oranges | Medium | 58.1% | 50.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% | 12.5% |
| 1002 | https://leetcode.com/problems/find-common-characters | Find Common Characters | Easy | 74.6% | 37.5% |
| 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% |
| 1009 | https://leetcode.com/problems/complement-of-base-10-integer | Complement of Base 10 Integer | Easy | 60.6% | 12.5% |
| 1011 | https://leetcode.com/problems/capacity-to-ship-packages-within-d-days | Capacity To Ship Packages Within D Days | Medium | 73.5% | 50.0% |
| 1020 | https://leetcode.com/problems/number-of-enclaves | Number of Enclaves | Medium | 71.5% | 12.5% |
| 1021 | https://leetcode.com/problems/remove-outermost-parentheses | Remove Outermost Parentheses | Easy | 86.8% | 37.5% |
| 1027 | https://leetcode.com/problems/longest-arithmetic-subsequence | Longest Arithmetic Subsequence | Medium | 49.9% | 12.5% |
| 1029 | https://leetcode.com/problems/two-city-scheduling | Two City Scheduling | Medium | 68.3% | 62.5% |
| 1042 | https://leetcode.com/problems/flower-planting-with-no-adjacent | Flower Planting With No Adjacent | Medium | 53.4% | 12.5% |
| 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% | 12.5% |
| 1047 | https://leetcode.com/problems/remove-all-adjacent-duplicates-in-string | Remove All Adjacent Duplicates In String | Easy | 72.8% | 25.0% |
| 1048 | https://leetcode.com/problems/longest-string-chain | Longest String Chain | Medium | 62.8% | 12.5% |
| 1071 | https://leetcode.com/problems/greatest-common-divisor-of-strings | Greatest Common Divisor of Strings | Easy | 53.4% | 37.5% |
| 1075 | https://leetcode.com/problems/project-employees-i | Project Employees I | Easy | 66.5% | 25.0% |
| 1089 | https://leetcode.com/problems/duplicate-zeros | Duplicate Zeros | Easy | 53.4% | 12.5% |
| 1091 | https://leetcode.com/problems/shortest-path-in-binary-matrix | Shortest Path in Binary Matrix | Medium | 51.1% | 37.5% |
| 1244 | https://leetcode.com/problems/design-a-leaderboard | Design A Leaderboard | Medium | 68.1% | 50.0% |
| 511 | https://leetcode.com/problems/game-play-analysis-i | Game Play Analysis I | Easy | 76.2% | 12.5% |
| 1095 | https://leetcode.com/problems/find-in-mountain-array | Find in Mountain Array | Hard | 41.1% | 37.5% |
| 1104 | https://leetcode.com/problems/path-in-zigzag-labelled-binary-tree | Path In Zigzag Labelled Binary Tree | Medium | 75.7% | 37.5% |
| 1108 | https://leetcode.com/problems/defanging-an-ip-address | Defanging an IP Address | Easy | 90.0% | 25.0% |
| 1122 | https://leetcode.com/problems/relative-sort-array | Relative Sort Array | Easy | 75.1% | 25.0% |
| 1289 | https://leetcode.com/problems/minimum-falling-path-sum-ii | Minimum Falling Path Sum II | Hard | 63.2% | 12.5% |
| 1130 | https://leetcode.com/problems/minimum-cost-tree-from-leaf-values | Minimum Cost Tree From Leaf Values | Medium | 67.8% | 12.5% |
| 1274 | https://leetcode.com/problems/number-of-ships-in-a-rectangle | Number of Ships in a Rectangle | Hard | 68.9% | 62.5% |
| 1137 | https://leetcode.com/problems/n-th-tribonacci-number | N-th Tribonacci Number | Easy | 63.3% | 12.5% |
| 1140 | https://leetcode.com/problems/stone-game-ii | Stone Game II | Medium | 72.9% | 12.5% |
| 1143 | https://leetcode.com/problems/longest-common-subsequence | Longest Common Subsequence | Medium | 58.9% | 37.5% |
| 1148 | https://leetcode.com/problems/article-views-i | Article Views I | Easy | 76.7% | 37.5% |
| 1169 | https://leetcode.com/problems/invalid-transactions | Invalid Transactions | Medium | 32.1% | 75.0% |
| 1382 | https://leetcode.com/problems/balance-a-binary-search-tree | Balance a Binary Search Tree | Medium | 86.3% | 25.0% |
| 1174 | https://leetcode.com/problems/immediate-food-delivery-ii | Immediate Food Delivery II | Medium | 55.6% | 25.0% |
| 1550 | https://leetcode.com/problems/three-consecutive-odds | Three Consecutive Odds | Easy | 69.3% | 12.5% |
| 1190 | https://leetcode.com/problems/reverse-substrings-between-each-pair-of-parentheses | Reverse Substrings Between Each Pair of Parentheses | Medium | 71.9% | 25.0% |
| 1192 | https://leetcode.com/problems/critical-connections-in-a-network | Critical Connections in a Network | Hard | 59.3% | 25.0% |
| 1200 | https://leetcode.com/problems/minimum-absolute-difference | Minimum Absolute Difference | Easy | 75.0% | 37.5% |
| 1193 | https://leetcode.com/problems/monthly-transactions-i | Monthly Transactions I | Medium | 58.9% | 50.0% |
| 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% | 62.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% |
| 1211 | https://leetcode.com/problems/queries-quality-and-percentage | Queries Quality and Percentage | Easy | 52.2% | 37.5% |
| 1235 | https://leetcode.com/problems/maximum-profit-in-job-scheduling | Maximum Profit in Job Scheduling | Hard | 54.6% | 37.5% |
| 2273 | https://leetcode.com/problems/find-resultant-array-after-removing-anagrams | Find Resultant Array After Removing Anagrams | Easy | 69.9% | 12.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% | 62.5% |
| 1250 | https://leetcode.com/problems/check-if-it-is-a-good-array | Check If It Is a Good Array | Hard | 63.3% | 12.5% |
| 1254 | https://leetcode.com/problems/number-of-closed-islands | Number of Closed Islands | Medium | 67.0% | 12.5% |
| 1251 | https://leetcode.com/problems/average-selling-price | Average Selling Price | Easy | 37.1% | 37.5% |
| 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% | 25.0% |
| 1358 | https://leetcode.com/problems/number-of-substrings-containing-all-three-characters | Number of Substrings Containing All Three Characters | Medium | 73.5% | 37.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% | 50.0% |
| 1351 | https://leetcode.com/problems/count-negative-numbers-in-a-sorted-matrix | Count Negative Numbers in a Sorted Matrix | Easy | 79.5% | 25.0% |
| 1387 | https://leetcode.com/problems/sort-integers-by-the-power-value | Sort Integers by The Power Value | Medium | 71.5% | 62.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% |
| 1396 | https://leetcode.com/problems/design-underground-system | Design Underground System | Medium | 74.4% | 75.0% |
| 1431 | https://leetcode.com/problems/kids-with-the-greatest-number-of-candies | Kids With the Greatest Number of Candies | Easy | 88.0% | 25.0% |
| 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% | 12.5% |
| 1478 | https://leetcode.com/problems/allocate-mailboxes | Allocate Mailboxes | Hard | 56.4% | 37.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% | 50.0% |
| 1491 | https://leetcode.com/problems/average-salary-excluding-the-minimum-and-maximum-salary | Average Salary Excluding the Minimum and Maximum Salary | Easy | 63.5% | 12.5% |
| 1492 | https://leetcode.com/problems/the-kth-factor-of-n | The kth Factor of n | Medium | 70.2% | 12.5% |
| 1480 | https://leetcode.com/problems/running-sum-of-1d-array | Running Sum of 1d Array | Easy | 86.9% | 25.0% |
| 1482 | https://leetcode.com/problems/minimum-number-of-days-to-make-m-bouquets | Minimum Number of Days to Make m Bouquets | Medium | 56.2% | 50.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% |
| 1512 | https://leetcode.com/problems/number-of-good-pairs | Number of Good Pairs | Easy | 89.8% | 25.0% |
| 1518 | https://leetcode.com/problems/water-bottles | Water Bottles | Easy | 72.6% | 12.5% |
| 1539 | https://leetcode.com/problems/kth-missing-positive-number | Kth Missing Positive Number | Easy | 63.2% | 37.5% |
| 1517 | https://leetcode.com/problems/find-users-with-valid-e-mails | Find Users With Valid E-Mails | Easy | 36.8% | 25.0% |
| 1547 | https://leetcode.com/problems/minimum-cost-to-cut-a-stick | Minimum Cost to Cut a Stick | Hard | 62.8% | 12.5% |
| 1527 | https://leetcode.com/problems/patients-with-a-condition | Patients With a Condition | Easy | 38.8% | 12.5% |
| 1578 | https://leetcode.com/problems/minimum-time-to-make-rope-colorful | Minimum Time to Make Rope Colorful | Medium | 65.2% | 12.5% |
| 1583 | https://leetcode.com/problems/count-unhappy-friends | Count Unhappy Friends | Medium | 62.5% | 50.0% |
| 1570 | https://leetcode.com/problems/dot-product-of-two-sparse-vectors | Dot Product of Two Sparse Vectors | Medium | 89.9% | 37.5% |
| 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% | 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% | 25.0% |
| 1609 | https://leetcode.com/problems/even-odd-tree | Even Odd Tree | Medium | 67.0% | 37.5% |
| 1614 | https://leetcode.com/problems/maximum-nesting-depth-of-the-parentheses | Maximum Nesting Depth of the Parentheses | Easy | 84.8% | 50.0% |
| 1636 | https://leetcode.com/problems/sort-array-by-increasing-frequency | Sort Array by Increasing Frequency | Easy | 80.7% | 37.5% |
| 1653 | https://leetcode.com/problems/minimum-deletions-to-make-string-balanced | Minimum Deletions to Make String Balanced | Medium | 68.2% | 25.0% |
| 1633 | https://leetcode.com/problems/percentage-of-users-attended-a-contest | Percentage of Users Attended a Contest | Easy | 59.9% | 12.5% |
| 1656 | https://leetcode.com/problems/design-an-ordered-stream | Design an Ordered Stream | Easy | 82.6% | 62.5% |
| 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% |
| 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% | 25.0% |
| 1717 | https://leetcode.com/problems/maximum-score-from-removing-substrings | Maximum Score From Removing Substrings | Medium | 66.6% | 25.0% |
| 1732 | https://leetcode.com/problems/find-the-highest-altitude | Find the Highest Altitude | Easy | 83.9% | 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% |
| 1768 | https://leetcode.com/problems/merge-strings-alternately | Merge Strings Alternately | Easy | 82.1% | 50.0% |
| 1757 | https://leetcode.com/problems/recyclable-and-low-fat-products | Recyclable and Low Fat Products | Easy | 88.8% | 62.5% |
| 1816 | https://leetcode.com/problems/truncate-sentence | Truncate Sentence | Easy | 86.6% | 37.5% |
| 1823 | https://leetcode.com/problems/find-the-winner-of-the-circular-game | Find the Winner of the Circular Game | Medium | 82.2% | 50.0% |
| 1832 | https://leetcode.com/problems/check-if-the-sentence-is-pangram | Check if the Sentence Is Pangram | Easy | 84.1% | 25.0% |
| 1838 | https://leetcode.com/problems/frequency-of-the-most-frequent-element | Frequency of the Most Frequent Element | Medium | 44.6% | 50.0% |
| 1820 | https://leetcode.com/problems/maximum-number-of-accepted-invitations | Maximum Number of Accepted Invitations | Medium | 52.3% | 37.5% |
| 1859 | https://leetcode.com/problems/sorting-the-sentence | Sorting the Sentence | Easy | 84.1% | 12.5% |
| 1863 | https://leetcode.com/problems/sum-of-all-subset-xor-totals | Sum of All Subset XOR Totals | Easy | 90.1% | 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% | 37.5% |
| 1911 | https://leetcode.com/problems/maximum-alternating-subsequence-sum | Maximum Alternating Subsequence Sum | Medium | 59.0% | 12.5% |
| 1903 | https://leetcode.com/problems/largest-odd-number-in-string | Largest Odd Number in String | Easy | 66.9% | 25.0% |
| 1901 | https://leetcode.com/problems/find-a-peak-element-ii | Find a Peak Element II | Medium | 54.4% | 25.0% |
| 1920 | https://leetcode.com/problems/build-array-from-permutation | Build Array from Permutation | Easy | 91.1% | 37.5% |
| 1922 | https://leetcode.com/problems/count-good-numbers | Count Good Numbers | Medium | 57.4% | 37.5% |
| 1929 | https://leetcode.com/problems/concatenation-of-array | Concatenation of Array | Easy | 90.5% | 37.5% |
| 1934 | https://leetcode.com/problems/confirmation-rate | Confirmation Rate | Medium | 61.6% | 37.5% |
| 2009 | https://leetcode.com/problems/minimum-number-of-operations-to-make-array-continuous | Minimum Number of Operations to Make Array Continuous | Hard | 52.1% | 12.5% |
| 1971 | https://leetcode.com/problems/find-if-path-exists-in-graph | Find if Path Exists in Graph | Easy | 54.7% | 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% | 37.5% |
| 2073 | https://leetcode.com/problems/time-needed-to-buy-tickets | Time Needed to Buy Tickets | Easy | 72.1% | 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% |
| 2130 | https://leetcode.com/problems/maximum-twin-sum-of-a-linked-list | Maximum Twin Sum of a Linked List | Medium | 81.6% | 12.5% |
| 2149 | https://leetcode.com/problems/rearrange-array-elements-by-sign | Rearrange Array Elements by Sign | Medium | 84.5% | 37.5% |
| 2260 | https://leetcode.com/problems/minimum-consecutive-cards-to-pick-up | Minimum Consecutive Cards to Pick Up | Medium | 53.5% | 12.5% |
| 2235 | https://leetcode.com/problems/add-two-integers | Add Two Integers | Easy | 87.9% | 37.5% |
| 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% | 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% |
| 2423 | https://leetcode.com/problems/remove-letter-to-equalize-frequency | Remove Letter To Equalize Frequency | Easy | 19.2% | 62.5% |
| 2487 | https://leetcode.com/problems/remove-nodes-from-linked-list | Remove Nodes From Linked List | Medium | 74.8% | 12.5% |
| 2515 | https://leetcode.com/problems/shortest-distance-to-target-string-in-a-circular-array | Shortest Distance to Target String in a Circular Array | Easy | 50.6% | 37.5% |
| 2583 | https://leetcode.com/problems/kth-largest-sum-in-a-binary-tree | Kth Largest Sum in a Binary Tree | Medium | 59.0% | 12.5% |
| 2560 | https://leetcode.com/problems/house-robber-iv | House Robber IV | Medium | 64.8% | 25.0% |
| 2574 | https://leetcode.com/problems/left-and-right-sum-differences | Left and Right Sum Differences | Easy | 87.9% | 12.5% |
| 2620 | https://leetcode.com/problems/counter | Counter | Easy | 82.4% | 25.0% |
| 2635 | https://leetcode.com/problems/apply-transform-over-each-element-in-array | Apply Transform Over Each Element in Array | Easy | 86.2% | 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% | 25.0% |
| 2704 | https://leetcode.com/problems/to-be-or-not-to-be | To Be Or Not To Be | Easy | 63.3% | 25.0% |
| 2703 | https://leetcode.com/problems/return-length-of-arguments-passed | Return Length of Arguments Passed | Easy | 94.5% | 12.5% |
| 2877 | https://leetcode.com/problems/create-a-dataframe-from-list | Create a DataFrame from List | Easy | 81.1% | 37.5% |
| 2889 | https://leetcode.com/problems/reshape-data-pivot | Reshape Data: Pivot | Easy | 83.2% | 12.5% |
| 2956 | https://leetcode.com/problems/find-common-elements-between-two-arrays | Find Common Elements Between Two Arrays | Easy | 84.4% | 12.5% |
| 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% |
| 3110 | https://leetcode.com/problems/score-of-a-string | Score of a String | Easy | 91.4% | 25.0% |
| 3131 | https://leetcode.com/problems/find-the-integer-added-to-array-i | Find the Integer Added to Array I | Easy | 82.8% | 12.5% |
| 593 | https://leetcode.com/problems/valid-square | Valid Square | Medium | 44.8% | 12.5% |
| 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% |
| 357 | https://leetcode.com/problems/count-numbers-with-unique-digits | Count Numbers with Unique Digits | Medium | 55.3% | 12.5% |
| 508 | https://leetcode.com/problems/most-frequent-subtree-sum | Most Frequent Subtree Sum | Medium | 68.9% | 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% |
| 2011 | https://leetcode.com/problems/final-value-of-variable-after-performing-operations | Final Value of Variable After Performing Operations | Easy | 90.6% | 25.0% |
| 1105 | https://leetcode.com/problems/filling-bookcase-shelves | Filling Bookcase Shelves | Medium | 68.6% | 12.5% |
| 1978 | https://leetcode.com/problems/employees-whose-manager-left-the-company | Employees Whose Manager Left the Company | Easy | 48.6% | 25.0% |
| 1025 | https://leetcode.com/problems/divisor-game | Divisor Game | Easy | 71.5% | 12.5% |
| 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% | 12.5% |
| 1667 | https://leetcode.com/problems/fix-names-in-a-table | Fix Names in a Table | Easy | 60.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% |
| 3186 | https://leetcode.com/problems/maximum-total-damage-with-spell-casting | Maximum Total Damage With Spell Casting | Medium | 45.0% | 12.5% |
| 1508 | https://leetcode.com/problems/range-sum-of-sorted-subarray-sums | Range Sum of Sorted Subarray Sums | Medium | 63.1% | 12.5% |
| 686 | https://leetcode.com/problems/repeated-string-match | Repeated String Match | Medium | 38.3% | 12.5% |
| 896 | https://leetcode.com/problems/monotonic-array | Monotonic Array | Easy | 62.2% | 25.0% |
| 725 | https://leetcode.com/problems/split-linked-list-in-parts | Split Linked List in Parts | Medium | 70.5% | 12.5% |
| 843 | https://leetcode.com/problems/guess-the-word | Guess the Word | Hard | 36.9% | 25.0% |
| 959 | https://leetcode.com/problems/regions-cut-by-slashes | Regions Cut By Slashes | Medium | 77.5% | 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% |
| 2064 | https://leetcode.com/problems/minimized-maximum-of-products-distributed-to-any-store | Minimized Maximum of Products Distributed to Any Store | Medium | 63.0% | 12.5% |
| 719 | https://leetcode.com/problems/find-k-th-smallest-pair-distance | Find K-th Smallest Pair Distance | Hard | 46.3% | 25.0% |
| 1572 | https://leetcode.com/problems/matrix-diagonal-sum | Matrix Diagonal Sum | Easy | 84.1% | 12.5% |
| 1937 | https://leetcode.com/problems/maximum-number-of-points-with-cost | Maximum Number of Points with Cost | Medium | 41.8% | 12.5% |
| 1910 | https://leetcode.com/problems/remove-all-occurrences-of-a-substring | Remove All Occurrences of a Substring | Medium | 78.4% | 25.0% |
| 176 | https://leetcode.com/problems/second-highest-salary | Second Highest Salary | Medium | 46.3% | 50.0% |
| 1341 | https://leetcode.com/problems/movie-rating | Movie Rating | Medium | 42.7% | 25.0% |
| 583 | https://leetcode.com/problems/delete-operation-for-two-strings | Delete Operation for Two Strings | Medium | 65.2% | 12.5% |
| 664 | https://leetcode.com/problems/strange-printer | Strange Printer | Hard | 60.9% | 12.5% |
| 2619 | https://leetcode.com/problems/array-prototype-last | Array Prototype Last | Easy | 74.6% | 25.0% |
| 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% |
| 221 | https://leetcode.com/problems/maximal-square | Maximal Square | Medium | 50.0% | 12.5% |
| 2104 | https://leetcode.com/problems/sum-of-subarray-ranges | Sum of Subarray Ranges | Medium | 60.7% | 25.0% |
| 550 | https://leetcode.com/problems/game-play-analysis-iv | Game Play Analysis IV | Medium | 40.7% | 25.0% |
| 989 | https://leetcode.com/problems/add-to-array-form-of-integer | Add to Array-Form of Integer | Easy | 45.4% | 25.0% |
| 1484 | https://leetcode.com/problems/group-sold-products-by-the-date | Group Sold Products By The Date | Easy | 77.9% | 12.5% |
| 1070 | https://leetcode.com/problems/product-sales-analysis-iii | Product Sales Analysis III | Medium | 45.6% | 25.0% |
| 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% |
| 252 | https://leetcode.com/problems/meeting-rooms | Meeting Rooms | Easy | 59.3% | 25.0% |
| 1045 | https://leetcode.com/problems/customers-who-bought-all-products | Customers Who Bought All Products | Medium | 63.7% | 25.0% |
| 632 | https://leetcode.com/problems/smallest-range-covering-elements-from-k-lists | Smallest Range Covering Elements from K Lists | Hard | 70.0% | 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% |
| 2699 | https://leetcode.com/problems/modify-graph-edge-weights | Modify Graph Edge Weights | Hard | 55.7% | 12.5% |
| 407 | https://leetcode.com/problems/trapping-rain-water-ii | Trapping Rain Water II | Hard | 64.0% | 25.0% |
| 3092 | https://leetcode.com/problems/most-frequent-ids | Most Frequent IDs | Medium | 42.5% | 12.5% |
| 1894 | https://leetcode.com/problems/find-the-student-that-will-replace-the-chalk | Find the Student that Will Replace the Chalk | Medium | 53.2% | 12.5% |
| 1945 | https://leetcode.com/problems/sum-of-digits-of-string-after-convert | Sum of Digits of String After Convert | Easy | 74.8% | 12.5% |
| 874 | https://leetcode.com/problems/walking-robot-simulation | Walking Robot Simulation | Medium | 58.4% | 12.5% |
| 1683 | https://leetcode.com/problems/invalid-tweets | Invalid Tweets | Easy | 85.2% | 25.0% |
| 2028 | https://leetcode.com/problems/find-missing-observations | Find Missing Observations | Medium | 57.4% | 12.5% |
| 2239 | https://leetcode.com/problems/find-closest-number-to-zero | Find Closest Number to Zero | Easy | 47.7% | 25.0% |
| 1367 | https://leetcode.com/problems/linked-list-in-binary-tree | Linked List in Binary Tree | Medium | 51.9% | 12.5% |
| 590 | https://leetcode.com/problems/n-ary-tree-postorder-traversal | N-ary Tree Postorder Traversal | Easy | 81.0% | 12.5% |
| 2220 | https://leetcode.com/problems/minimum-bit-flips-to-convert-number | Minimum Bit Flips to Convert Number | Easy | 87.8% | 12.5% |
| 1310 | https://leetcode.com/problems/xor-queries-of-a-subarray | XOR Queries of a Subarray | Medium | 78.2% | 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% | 25.0% |
| 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% |
| 2727 | https://leetcode.com/problems/is-object-empty | Is Object Empty | Easy | 81.8% | 12.5% |
| 594 | https://leetcode.com/problems/longest-harmonious-subsequence | Longest Harmonious Subsequence | Easy | 64.4% | 25.0% |
| 214 | https://leetcode.com/problems/shortest-palindrome | Shortest Palindrome | Hard | 41.8% | 37.5% |
| 2416 | https://leetcode.com/problems/sum-of-prefix-scores-of-strings | Sum of Prefix Scores of Strings | Hard | 60.8% | 12.5% |
| 233 | https://leetcode.com/problems/number-of-digit-one | Number of Digit One | Hard | 37.7% | 37.5% |
| 729 | https://leetcode.com/problems/my-calendar-i | My Calendar I | Medium | 58.2% | 12.5% |
| 114 | https://leetcode.com/problems/flatten-binary-tree-to-linked-list | Flatten Binary Tree to Linked List | Medium | 70.2% | 37.5% |
| 1164 | https://leetcode.com/problems/product-price-at-a-given-date | Product Price at a Given Date | Medium | 57.7% | 37.5% |
| 1331 | https://leetcode.com/problems/rank-transform-of-an-array | Rank Transform of an Array | Easy | 70.8% | 25.0% |
| 3185 | https://leetcode.com/problems/count-pairs-that-form-a-complete-day-ii | Count Pairs That Form a Complete Day II | Medium | 43.6% | 12.5% |
| 1268 | https://leetcode.com/problems/search-suggestions-system | Search Suggestions System | Medium | 65.2% | 12.5% |
| 3302 | https://leetcode.com/problems/find-the-lexicographically-smallest-valid-sequence | Find the Lexicographically Smallest Valid Sequence | Medium | 21.6% | 12.5% |
| 1590 | https://leetcode.com/problems/make-sum-divisible-by-p | Make Sum Divisible by P | Medium | 42.6% | 12.5% |
| 878 | https://leetcode.com/problems/nth-magical-number | Nth Magical Number | Hard | 36.4% | 12.5% |
| 1267 | https://leetcode.com/problems/count-servers-that-communicate | Count Servers that Communicate | Medium | 73.5% | 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% |
| 962 | https://leetcode.com/problems/maximum-width-ramp | Maximum Width Ramp | Medium | 55.8% | 37.5% |
| 1813 | https://leetcode.com/problems/sentence-similarity-iii | Sentence Similarity III | Medium | 48.5% | 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% |
| 1942 | https://leetcode.com/problems/the-number-of-the-smallest-unoccupied-chair | The Number of the Smallest Unoccupied Chair | Medium | 60.4% | 12.5% |
| 1280 | https://leetcode.com/problems/students-and-examinations | Students and Examinations | Easy | 60.9% | 37.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% |
| 1423 | https://leetcode.com/problems/maximum-points-you-can-obtain-from-cards | Maximum Points You Can Obtain from Cards | Medium | 57.2% | 25.0% |
| 1094 | https://leetcode.com/problems/car-pooling | Car Pooling | Medium | 56.2% | 12.5% |
| 2724 | https://leetcode.com/problems/sort-by | Sort By | Easy | 83.2% | 12.5% |
| 373 | https://leetcode.com/problems/find-k-pairs-with-smallest-sums | Find K Pairs with Smallest Sums | Medium | 41.5% | 12.5% |
| 1976 | https://leetcode.com/problems/number-of-ways-to-arrive-at-destination | Number of Ways to Arrive at Destination | Medium | 37.3% | 12.5% |
| 2965 | https://leetcode.com/problems/find-missing-and-repeated-values | Find Missing and Repeated Values | Easy | 83.3% | 50.0% |
| 2590 | https://leetcode.com/problems/design-a-todo-list | Design a Todo List | Medium | 59.6% | 12.5% |
| 1405 | https://leetcode.com/problems/longest-happy-string | Longest Happy String | Medium | 65.5% | 25.0% |
| 765 | https://leetcode.com/problems/couples-holding-hands | Couples Holding Hands | Hard | 59.2% | 25.0% |
| 321 | https://leetcode.com/problems/create-maximum-number | Create Maximum Number | Hard | 34.6% | 12.5% |
| 381 | https://leetcode.com/problems/insert-delete-getrandom-o1-duplicates-allowed | Insert Delete GetRandom O(1) - Duplicates allowed | Hard | 36.4% | 25.0% |
| 670 | https://leetcode.com/problems/maximum-swap | Maximum Swap | Medium | 51.9% | 37.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% |
| 1106 | https://leetcode.com/problems/parsing-a-boolean-expression | Parsing A Boolean Expression | Hard | 69.8% | 12.5% |
| 1464 | https://leetcode.com/problems/maximum-product-of-two-elements-in-an-array | Maximum Product of Two Elements in an Array | Easy | 83.5% | 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% | 25.0% |
| 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% |
| 346 | https://leetcode.com/problems/moving-average-from-data-stream | Moving Average from Data Stream | Easy | 80.2% | 12.5% |
| 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% | 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% |
| 438 | https://leetcode.com/problems/find-all-anagrams-in-a-string | Find All Anagrams in a String | Medium | 53.3% | 37.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% |
| 2463 | https://leetcode.com/problems/minimum-total-distance-traveled | Minimum Total Distance Traveled | Hard | 58.8% | 12.5% |
| 216 | https://leetcode.com/problems/combination-sum-iii | Combination Sum III | Medium | 72.9% | 25.0% |
| 2490 | https://leetcode.com/problems/circular-sentence | Circular Sentence | Easy | 70.2% | 12.5% |
| 599 | https://leetcode.com/problems/minimum-index-sum-of-two-lists | Minimum Index Sum of Two Lists | Easy | 59.4% | 12.5% |
| 942 | https://leetcode.com/problems/di-string-match | DI String Match | Easy | 80.9% | 12.5% |
| 2914 | https://leetcode.com/problems/minimum-number-of-changes-to-make-binary-string-beautiful | Minimum Number of Changes to Make Binary String Beautiful | Medium | 76.4% | 12.5% |
| 190 | https://leetcode.com/problems/reverse-bits | Reverse Bits | Easy | 67.7% | 25.0% |
| 1534 | https://leetcode.com/problems/count-good-triplets | Count Good Triplets | Easy | 85.5% | 12.5% |
| 1829 | https://leetcode.com/problems/maximum-xor-for-each-query | Maximum XOR for Each Query | Medium | 84.8% | 12.5% |
| 3133 | https://leetcode.com/problems/minimum-array-end | Minimum Array End | Medium | 55.4% | 25.0% |
| 3286 | https://leetcode.com/problems/find-a-safe-walk-through-a-grid | Find a Safe Walk Through a Grid | Medium | 32.7% | 12.5% |
| 415 | https://leetcode.com/problems/add-strings | Add Strings | Easy | 52.1% | 25.0% |
| 2601 | https://leetcode.com/problems/prime-subtraction-operation | Prime Subtraction Operation | Medium | 55.6% | 12.5% |
| 697 | https://leetcode.com/problems/degree-of-an-array | Degree of an Array | Easy | 58.2% | 12.5% |
| 2563 | https://leetcode.com/problems/count-the-number-of-fair-pairs | Count the Number of Fair Pairs | Medium | 52.7% | 25.0% |
| 1574 | https://leetcode.com/problems/shortest-subarray-to-be-removed-to-make-array-sorted | Shortest Subarray to be Removed to Make Array Sorted | Medium | 51.3% | 25.0% |
| 282 | https://leetcode.com/problems/expression-add-operators | Expression Add Operators | Hard | 42.8% | 12.5% |
| 1373 | https://leetcode.com/problems/maximum-sum-bst-in-binary-tree | Maximum Sum BST in Binary Tree | Hard | 46.4% | 12.5% |
| 1957 | https://leetcode.com/problems/delete-characters-to-make-fancy-string | Delete Characters to Make Fancy String | Easy | 74.1% | 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% |
| 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% |
| 292 | https://leetcode.com/problems/nim-game | Nim Game | Easy | 59.2% | 12.5% |
| 752 | https://leetcode.com/problems/open-the-lock | Open the Lock | Medium | 61.1% | 12.5% |
| 171 | https://leetcode.com/problems/excel-sheet-column-number | Excel Sheet Column Number | Easy | 67.2% | 12.5% |
| 196 | https://leetcode.com/problems/delete-duplicate-emails | Delete Duplicate Emails | Easy | 65.6% | 25.0% |
| 2290 | https://leetcode.com/problems/minimum-obstacle-removal-to-reach-corner | Minimum Obstacle Removal to Reach Corner | Hard | 70.4% | 12.5% |
| 2413 | https://leetcode.com/problems/smallest-even-multiple | Smallest Even Multiple | Easy | 88.3% | 12.5% |
| 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% |
| 1760 | https://leetcode.com/problems/minimum-limit-of-balls-in-a-bag | Minimum Limit of Balls in a Bag | Medium | 66.6% | 25.0% |
| 3152 | https://leetcode.com/problems/special-array-ii | Special Array II | Medium | 45.8% | 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% | 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% |
| 2062 | https://leetcode.com/problems/count-vowel-substrings-of-a-string | Count Vowel Substrings of a String | Easy | 72.8% | 12.5% |
| 904 | https://leetcode.com/problems/fruit-into-baskets | Fruit Into Baskets | Medium | 50.5% | 37.5% |
| 2784 | https://leetcode.com/problems/check-if-array-is-good | Check if Array is Good | Easy | 48.7% | 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% |
| 480 | https://leetcode.com/problems/sliding-window-median | Sliding Window Median | Hard | 38.9% | 12.5% |
| 2762 | https://leetcode.com/problems/continuous-subarrays | Continuous Subarrays | Medium | 57.9% | 12.5% |
| 1792 | https://leetcode.com/problems/maximum-average-pass-ratio | Maximum Average Pass Ratio | Medium | 74.1% | 12.5% |
| 3366 | https://leetcode.com/problems/minimum-array-sum | Minimum Array Sum | Medium | 30.9% | 12.5% |
| 2293 | https://leetcode.com/problems/min-max-game | Min Max Game | Easy | 64.2% | 12.5% |
| 289 | https://leetcode.com/problems/game-of-life | Game of Life | Medium | 72.3% | 12.5% |
| 3354 | https://leetcode.com/problems/make-array-elements-equal-to-zero | Make Array Elements Equal to Zero | Easy | 68.3% | 25.0% |
| 1652 | https://leetcode.com/problems/defuse-the-bomb | Defuse the Bomb | Easy | 79.3% | 25.0% |
| 769 | https://leetcode.com/problems/max-chunks-to-make-sorted | Max Chunks To Make Sorted | Medium | 64.1% | 25.0% |
| 3388 | https://leetcode.com/problems/count-beautiful-splits-in-an-array | Count Beautiful Splits in an Array | Medium | 18.6% | 12.5% |
| 1068 | https://leetcode.com/problems/product-sales-analysis-i | Product Sales Analysis I | Easy | 85.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% | 25.0% |
| 1395 | https://leetcode.com/problems/count-number-of-teams | Count Number of Teams | Medium | 70.2% | 12.5% |
| 250 | https://leetcode.com/problems/count-univalue-subtrees | Count Univalue Subtrees | Medium | 57.5% | 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% |
| 1791 | https://leetcode.com/problems/find-center-of-star-graph | Find Center of Star Graph | Easy | 86.6% | 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% | 25.0% |
| 1014 | https://leetcode.com/problems/best-sightseeing-pair | Best Sightseeing Pair | Medium | 62.7% | 25.0% |
| 689 | https://leetcode.com/problems/maximum-sum-of-3-non-overlapping-subarrays | Maximum Sum of 3 Non-Overlapping Subarrays | Hard | 59.7% | 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% | 25.0% |
| 528 | https://leetcode.com/problems/random-pick-with-weight | Random Pick with Weight | Medium | 48.9% | 12.5% |
| 2634 | https://leetcode.com/problems/filter-elements-from-array | Filter Elements from Array | Easy | 85.5% | 12.5% |
| 992 | https://leetcode.com/problems/subarrays-with-k-different-integers | Subarrays with K Different Integers | Hard | 67.5% | 25.0% |
| 3404 | https://leetcode.com/problems/count-special-subsequences | Count Special Subsequences | Medium | 29.8% | 12.5% |
| 1930 | https://leetcode.com/problems/unique-length-3-palindromic-subsequences | Unique Length-3 Palindromic Subsequences | Medium | 73.8% | 25.0% |
| 2270 | https://leetcode.com/problems/number-of-ways-to-split-array | Number of Ways to Split Array | Medium | 55.9% | 12.5% |
| 1030 | https://leetcode.com/problems/matrix-cells-in-distance-order | Matrix Cells in Distance Order | Easy | 73.9% | 12.5% |
| 1789 | https://leetcode.com/problems/primary-department-for-each-employee | Primary Department for Each Employee | Easy | 73.9% | 25.0% |
| 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% | 25.0% |
| 983 | https://leetcode.com/problems/minimum-cost-for-tickets | Minimum Cost For Tickets | Medium | 67.4% | 12.5% |
| 1408 | https://leetcode.com/problems/string-matching-in-an-array | String Matching in an Array | Easy | 69.7% | 12.5% |
| 3042 | https://leetcode.com/problems/count-prefix-and-suffix-pairs-i | Count Prefix and Suffix Pairs I | Easy | 77.8% | 12.5% |
| 2185 | https://leetcode.com/problems/counting-words-with-a-given-prefix | Counting Words With a Given Prefix | Easy | 84.5% | 12.5% |
| 916 | https://leetcode.com/problems/word-subsets | Word Subsets | Medium | 55.9% | 12.5% |
| 627 | https://leetcode.com/problems/swap-sex-of-employees | Swap Sex of Employees | Easy | 84.5% | 12.5% |
| 1400 | https://leetcode.com/problems/construct-k-palindrome-strings | Construct K Palindrome Strings | Medium | 68.6% | 12.5% |
| 326 | https://leetcode.com/problems/power-of-three | Power of Three | Easy | 50.7% | 25.0% |
| 624 | https://leetcode.com/problems/maximum-distance-in-arrays | Maximum Distance in Arrays | Medium | 45.6% | 12.5% |
| 2116 | https://leetcode.com/problems/check-if-a-parentheses-string-can-be-valid | Check if a Parentheses String Can Be Valid | Medium | 45.1% | 12.5% |
| 3223 | https://leetcode.com/problems/minimum-length-of-string-after-operations | Minimum Length of String After Operations | Medium | 75.0% | 12.5% |
| 1295 | https://leetcode.com/problems/find-numbers-with-even-number-of-digits | Find Numbers with Even Number of Digits | Easy | 79.6% | 25.0% |
| 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% |
| 2429 | https://leetcode.com/problems/minimize-xor | Minimize XOR | Medium | 62.4% | 12.5% |
| 475 | https://leetcode.com/problems/heaters | Heaters | Medium | 41.4% | 25.0% |
| 1255 | https://leetcode.com/problems/maximum-score-words-formed-by-letters | Maximum Score Words Formed by Letters | Hard | 81.6% | 12.5% |
| 617 | https://leetcode.com/problems/merge-two-binary-trees | Merge Two Binary Trees | Easy | 79.0% | 12.5% |
| 2661 | https://leetcode.com/problems/first-completely-painted-row-or-column | First Completely Painted Row or Column | Medium | 63.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% |
| 1293 | https://leetcode.com/problems/shortest-path-in-a-grid-with-obstacles-elimination | Shortest Path in a Grid with Obstacles Elimination | Hard | 46.1% | 12.5% |
| 2017 | https://leetcode.com/problems/grid-game | Grid Game | Medium | 60.9% | 12.5% |
| 3429 | https://leetcode.com/problems/paint-house-iv | Paint House IV | Medium | 45.0% | 12.5% |
| 428 | https://leetcode.com/problems/serialize-and-deserialize-n-ary-tree | Serialize and Deserialize N-ary Tree | Hard | 68.6% | 25.0% |
| 2373 | https://leetcode.com/problems/largest-local-values-in-a-matrix | Largest Local Values in a Matrix | Easy | 87.7% | 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% |
| 97 | https://leetcode.com/problems/interleaving-string | Interleaving String | Medium | 43.5% | 37.5% |
| 2007 | https://leetcode.com/problems/find-original-array-from-doubled-array | Find Original Array From Doubled Array | Medium | 40.7% | 12.5% |
| 93 | https://leetcode.com/problems/restore-ip-addresses | Restore IP Addresses | Medium | 55.3% | 12.5% |
| 2215 | https://leetcode.com/problems/find-the-difference-of-two-arrays | Find the Difference of Two Arrays | Easy | 81.3% | 12.5% |
| 1778 | https://leetcode.com/problems/shortest-path-in-a-hidden-grid | Shortest Path in a Hidden Grid | Medium | 44.5% | 12.5% |
| 3105 | https://leetcode.com/problems/longest-strictly-increasing-or-strictly-decreasing-subarray | Longest Strictly Increasing or Strictly Decreasing Subarray | Easy | 64.9% | 25.0% |
| 317 | https://leetcode.com/problems/shortest-distance-from-all-buildings | Shortest Distance from All Buildings | Hard | 44.8% | 12.5% |
| 581 | https://leetcode.com/problems/shortest-unsorted-continuous-subarray | Shortest Unsorted Continuous Subarray | Medium | 38.0% | 12.5% |
| 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% |
| 1726 | https://leetcode.com/problems/tuple-with-same-product | Tuple with Same Product | Medium | 70.1% | 25.0% |
| 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% |
| 3174 | https://leetcode.com/problems/clear-digits | Clear Digits | Easy | 82.7% | 25.0% |
| 2418 | https://leetcode.com/problems/sort-the-people | Sort the People | Easy | 84.8% | 12.5% |
| 1019 | https://leetcode.com/problems/next-greater-node-in-linked-list | Next Greater Node In Linked List | Medium | 63.8% | 25.0% |
| 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% | 25.0% |
| 427 | https://leetcode.com/problems/construct-quad-tree | Construct Quad Tree | Medium | 78.1% | 12.5% |
| 1763 | https://leetcode.com/problems/longest-nice-substring | Longest Nice Substring | Easy | 63.7% | 12.5% |
| 1352 | https://leetcode.com/problems/product-of-the-last-k-numbers | Product of the Last K Numbers | Medium | 62.9% | 12.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% |
| 310 | https://leetcode.com/problems/minimum-height-trees | Minimum Height Trees | Medium | 42.4% | 12.5% |
| 2698 | https://leetcode.com/problems/find-the-punishment-number-of-an-integer | Find the Punishment Number of an Integer | Medium | 81.7% | 25.0% |
| 1907 | https://leetcode.com/problems/count-salary-categories | Count Salary Categories | Medium | 64.0% | 12.5% |
| 1079 | https://leetcode.com/problems/letter-tile-possibilities | Letter Tile Possibilities | Medium | 83.5% | 25.0% |
| 1781 | https://leetcode.com/problems/sum-of-beauty-of-all-substrings | Sum of Beauty of All Substrings | Medium | 73.5% | 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% |
| 1980 | https://leetcode.com/problems/find-unique-binary-string | Find Unique Binary String | Medium | 79.4% | 12.5% |
| 575 | https://leetcode.com/problems/distribute-candies | Distribute Candies | Easy | 70.7% | 12.5% |
| 1321 | https://leetcode.com/problems/restaurant-growth | Restaurant Growth | Medium | 58.2% | 25.0% |
| 1028 | https://leetcode.com/problems/recover-a-tree-from-preorder-traversal | Recover a Tree From Preorder Traversal | Hard | 83.2% | 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% |
| 754 | https://leetcode.com/problems/reach-a-number | Reach a Number | Medium | 44.6% | 12.5% |
| 873 | https://leetcode.com/problems/length-of-longest-fibonacci-subsequence | Length of Longest Fibonacci Subsequence | Medium | 57.5% | 12.5% |
| 1309 | https://leetcode.com/problems/decrypt-string-from-alphabet-to-integer-mapping | Decrypt String from Alphabet to Integer Mapping | Easy | 80.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% |
| 65 | https://leetcode.com/problems/valid-number | Valid Number | Hard | 22.6% | 12.5% |
| 1406 | https://leetcode.com/problems/stone-game-iii | Stone Game III | Hard | 63.3% | 12.5% |
| 2161 | https://leetcode.com/problems/partition-array-according-to-given-pivot | Partition Array According to Given Pivot | Medium | 89.8% | 25.0% |
| 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% |
| 2938 | https://leetcode.com/problems/separate-black-and-white-balls | Separate Black and White Balls | Medium | 64.0% | 12.5% |
| 2559 | https://leetcode.com/problems/count-vowel-strings-in-ranges | Count Vowel Strings in Ranges | Medium | 67.8% | 12.5% |
| 2579 | https://leetcode.com/problems/count-total-number-of-colored-cells | Count Total Number of Colored Cells | Medium | 66.1% | 12.5% |
| 2542 | https://leetcode.com/problems/maximum-subsequence-score | Maximum Subsequence Score | Medium | 54.6% | 12.5% |
| 2523 | https://leetcode.com/problems/closest-prime-numbers-in-range | Closest Prime Numbers in Range | Medium | 51.7% | 12.5% |
| 286 | https://leetcode.com/problems/walls-and-gates | Walls and Gates | Medium | 63.8% | 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% | 12.5% |
| 3208 | https://leetcode.com/problems/alternating-groups-ii | Alternating Groups II | Medium | 59.9% | 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% |
| 667 | https://leetcode.com/problems/beautiful-arrangement-ii | Beautiful Arrangement II | Medium | 61.0% | 12.5% |
| 844 | https://leetcode.com/problems/backspace-string-compare | Backspace String Compare | Easy | 49.8% | 25.0% |
| 3356 | https://leetcode.com/problems/zero-array-transformation-ii | Zero Array Transformation II | Medium | 43.6% | 12.5% |
| 2226 | https://leetcode.com/problems/maximum-candies-allocated-to-k-children | Maximum Candies Allocated to K Children | Medium | 49.9% | 25.0% |
| 417 | https://leetcode.com/problems/pacific-atlantic-water-flow | Pacific Atlantic Water Flow | Medium | 60.6% | 12.5% |
| 1049 | https://leetcode.com/problems/last-stone-weight-ii | Last Stone Weight II | Medium | 59.3% | 12.5% |
| 2206 | https://leetcode.com/problems/divide-array-into-equal-pairs | Divide Array Into Equal Pairs | Easy | 79.2% | 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% |
| 2401 | https://leetcode.com/problems/longest-nice-subarray | Longest Nice Subarray | Medium | 64.8% | 25.0% |
| 1854 | https://leetcode.com/problems/maximum-population-year | Maximum Population Year | Easy | 63.6% | 12.5% |
| 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% | 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% |
| 60 | https://leetcode.com/problems/permutation-sequence | Permutation Sequence | Hard | 52.1% | 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% |
| 2115 | https://leetcode.com/problems/find-all-possible-recipes-from-given-supplies | Find All Possible Recipes from Given Supplies | Medium | 56.8% | 12.5% |
| 1710 | https://leetcode.com/problems/maximum-units-on-a-truck | Maximum Units on a Truck | Easy | 74.6% | 12.5% |
| 913 | https://leetcode.com/problems/cat-and-mouse | Cat and Mouse | Hard | 34.7% | 12.5% |
| 848 | https://leetcode.com/problems/shifting-letters | Shifting Letters | Medium | 46.1% | 12.5% |
| 3453 | https://leetcode.com/problems/separate-squares-i | Separate Squares I | Medium | 58.0% | 12.5% |
| 871 | https://leetcode.com/problems/minimum-number-of-refueling-stops | Minimum Number of Refueling Stops | Hard | 41.1% | 25.0% |
| 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% |
| 520 | https://leetcode.com/problems/detect-capital | Detect Capital | Easy | 56.5% | 12.5% |
| 1506 | https://leetcode.com/problems/find-root-of-n-ary-tree | Find Root of N-Ary Tree | Medium | 78.6% | 12.5% |
| 1084 | https://leetcode.com/problems/sales-analysis-iii | Sales Analysis III | Easy | 47.2% | 12.5% |
| 1052 | https://leetcode.com/problems/grumpy-bookstore-owner | Grumpy Bookstore Owner | Medium | 64.0% | 12.5% |
| 747 | https://leetcode.com/problems/largest-number-at-least-twice-of-others | Largest Number At Least Twice of Others | Easy | 52.1% | 12.5% |
| 2140 | https://leetcode.com/problems/solving-questions-with-brainpower | Solving Questions With Brainpower | Medium | 60.2% | 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% |
| 1123 | https://leetcode.com/problems/lowest-common-ancestor-of-deepest-leaves | Lowest Common Ancestor of Deepest Leaves | Medium | 79.4% | 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% | 12.5% |
| 498 | https://leetcode.com/problems/diagonal-traverse | Diagonal Traverse | Medium | 67.0% | 37.5% |
| 3375 | https://leetcode.com/problems/minimum-operations-to-make-array-values-equal-to-k | Minimum Operations to Make Array Values Equal to K | Easy | 73.3% | 12.5% |
| 687 | https://leetcode.com/problems/longest-univalue-path | Longest Univalue Path | Medium | 43.5% | 12.5% |
| 2843 | https://leetcode.com/problems/count-symmetric-integers | Count Symmetric Integers | Easy | 83.1% | 25.0% |
| 2179 | https://leetcode.com/problems/count-good-triplets-in-an-array | Count Good Triplets in an Array | Hard | 65.8% | 12.5% |
| 863 | https://leetcode.com/problems/all-nodes-distance-k-in-binary-tree | All Nodes Distance K in Binary Tree | Medium | 67.4% | 25.0% |
| 2176 | https://leetcode.com/problems/count-equal-and-divisible-pairs-in-an-array | Count Equal and Divisible Pairs in an Array | Easy | 84.0% | 12.5% |
| 2109 | https://leetcode.com/problems/adding-spaces-to-a-string | Adding Spaces to a String | Medium | 71.8% | 12.5% |
| 781 | https://leetcode.com/problems/rabbits-in-forest | Rabbits in Forest | Medium | 58.0% | 25.0% |
| 2145 | https://leetcode.com/problems/count-the-hidden-sequences | Count the Hidden Sequences | Medium | 56.7% | 25.0% |
| 918 | https://leetcode.com/problems/maximum-sum-circular-subarray | Maximum Sum Circular Subarray | Medium | 49.4% | 12.5% |
| 2352 | https://leetcode.com/problems/equal-row-and-column-pairs | Equal Row and Column Pairs | Medium | 70.8% | 12.5% |
| 2800 | https://leetcode.com/problems/shortest-string-that-contains-three-strings | Shortest String That Contains Three Strings | Medium | 31.5% | 12.5% |
| 1399 | https://leetcode.com/problems/count-largest-group | Count Largest Group | Easy | 74.7% | 12.5% |
| 832 | https://leetcode.com/problems/flipping-an-image | Flipping an Image | Easy | 83.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% | 25.0% |
| 2845 | https://leetcode.com/problems/count-of-interesting-subarrays | Count of Interesting Subarrays | Medium | 58.0% | 12.5% |
| 2974 | https://leetcode.com/problems/minimum-number-game | Minimum Number Game | Easy | 85.3% | 12.5% |
| 2404 | https://leetcode.com/problems/most-frequent-even-element | Most Frequent Even Element | Easy | 53.2% | 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% |
| 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% |
| 838 | https://leetcode.com/problems/push-dominoes | Push Dominoes | Medium | 63.0% | 25.0% |
| 3310 | https://leetcode.com/problems/remove-methods-from-project | Remove Methods From Project | Medium | 50.4% | 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% |
| 2337 | https://leetcode.com/problems/move-pieces-to-obtain-a-string | Move Pieces to Obtain a String | Medium | 56.7% | 12.5% |
| 1128 | https://leetcode.com/problems/number-of-equivalent-domino-pairs | Number of Equivalent Domino Pairs | Easy | 60.6% | 12.5% |
| 790 | https://leetcode.com/problems/domino-and-tromino-tiling | Domino and Tromino Tiling | Medium | 51.4% | 12.5% |
| 3341 | https://leetcode.com/problems/find-minimum-time-to-reach-last-room-i | Find Minimum Time to Reach Last Room I | Medium | 55.5% | 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% |
| 174 | https://leetcode.com/problems/dungeon-game | Dungeon Game | Hard | 40.8% | 12.5% |
| 2094 | https://leetcode.com/problems/finding-3-digit-even-numbers | Finding 3-Digit Even Numbers | Easy | 78.8% | 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% | 12.5% |
| 1642 | https://leetcode.com/problems/furthest-building-you-can-reach | Furthest Building You Can Reach | Medium | 50.7% | 12.5% |
| 516 | https://leetcode.com/problems/longest-palindromic-subsequence | Longest Palindromic Subsequence | Medium | 65.1% | 25.0% |
| 1931 | https://leetcode.com/problems/painting-a-grid-with-three-different-colors | Painting a Grid With Three Different Colors | Hard | 77.3% | 12.5% |
| 3024 | https://leetcode.com/problems/type-of-triangle | Type of Triangle | Easy | 44.1% | 25.0% |
| 1979 | https://leetcode.com/problems/find-greatest-common-divisor-of-array | Find Greatest Common Divisor of Array | Easy | 79.7% | 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% |
| 3355 | https://leetcode.com/problems/zero-array-transformation-i | Zero Array Transformation I | Medium | 54.4% | 25.0% |
| 2894 | https://leetcode.com/problems/divisible-and-non-divisible-sums-difference | Divisible and Non-divisible Sums Difference | Easy | 91.0% | 12.5% |
| 3362 | https://leetcode.com/problems/zero-array-transformation-iii | Zero Array Transformation III | Medium | 54.9% | 12.5% |
| 2131 | https://leetcode.com/problems/longest-palindrome-by-concatenating-two-letter-words | Longest Palindrome by Concatenating Two Letter Words | Medium | 53.5% | 12.5% |
| 701 | https://leetcode.com/problems/insert-into-a-binary-search-tree | Insert into a Binary Search Tree | Medium | 73.3% | 12.5% |
| 3557 | https://leetcode.com/problems/find-maximum-number-of-non-intersecting-substrings | Find Maximum Number of Non Intersecting Substrings | Medium | 30.4% | 12.5% |
| 3547 | https://leetcode.com/problems/maximum-sum-of-edge-values-in-a-graph | Maximum Sum of Edge Values in a Graph | Hard | 35.7% | 12.5% |
| 2558 | https://leetcode.com/problems/take-gifts-from-the-richest-pile | Take Gifts From the Richest Pile | Easy | 75.5% | 12.5% |
| 1684 | https://leetcode.com/problems/count-the-number-of-consistent-strings | Count the Number of Consistent Strings | Easy | 88.5% | 12.5% |
| 732 | https://leetcode.com/problems/my-calendar-iii | My Calendar III | Hard | 71.4% | 12.5% |
| 3568 | https://leetcode.com/problems/minimum-moves-to-clean-the-classroom | Minimum Moves to Clean the Classroom | Medium | 26.4% | 12.5% |
| 1006 | https://leetcode.com/problems/clumsy-factorial | Clumsy Factorial | Medium | 61.0% | 12.5% |
| 619 | https://leetcode.com/problems/biggest-single-number | Biggest Single Number | Easy | 70.9% | 12.5% |
| 1298 | https://leetcode.com/problems/maximum-candies-you-can-get-from-boxes | Maximum Candies You Can Get from Boxes | Hard | 67.9% | 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% |
| 1524 | https://leetcode.com/problems/number-of-sub-arrays-with-odd-sum | Number of Sub-arrays With Odd Sum | Medium | 55.8% | 12.5% |
| 2170 | https://leetcode.com/problems/minimum-operations-to-make-the-array-alternating | Minimum Operations to Make the Array Alternating | Medium | 35.3% | 12.5% |
| 1544 | https://leetcode.com/problems/make-the-string-great | Make The String Great | Easy | 68.4% | 12.5% |
| 3170 | https://leetcode.com/problems/lexicographically-minimum-string-after-removing-stars | Lexicographically Minimum String After Removing Stars | Medium | 51.0% | 12.5% |
| 862 | https://leetcode.com/problems/shortest-subarray-with-sum-at-least-k | Shortest Subarray with Sum at Least K | Hard | 32.6% | 12.5% |
| 2000 | https://leetcode.com/problems/reverse-prefix-of-word | Reverse Prefix of Word | Easy | 86.5% | 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% |
| 2359 | https://leetcode.com/problems/find-closest-node-to-given-two-nodes | Find Closest Node to Given Two Nodes | Medium | 53.0% | 12.5% |
| 372 | https://leetcode.com/problems/super-pow | Super Pow | Medium | 36.3% | 12.5% |
| 2016 | https://leetcode.com/problems/maximum-difference-between-increasing-elements | Maximum Difference Between Increasing Elements | Easy | 66.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% |
| 2460 | https://leetcode.com/problems/apply-operations-to-an-array | Apply Operations to an Array | Easy | 74.7% | 12.5% |
| 2966 | https://leetcode.com/problems/divide-array-into-arrays-with-max-difference | Divide Array Into Arrays With Max Difference | Medium | 79.0% | 12.5% |
| 3582 | https://leetcode.com/problems/generate-tag-for-video-caption | Generate Tag for Video Caption | Easy | 32.3% | 12.5% |
| 2643 | https://leetcode.com/problems/row-with-maximum-ones | Row With Maximum Ones | Easy | 74.3% | 12.5% |
| 1392 | https://leetcode.com/problems/longest-happy-prefix | Longest Happy Prefix | Hard | 51.6% | 12.5% |
| 1344 | https://leetcode.com/problems/angle-between-hands-of-a-clock | Angle Between Hands of a Clock | Medium | 64.4% | 12.5% |
| 1631 | https://leetcode.com/problems/path-with-minimum-effort | Path With Minimum Effort | Medium | 62.8% | 12.5% |
| 3443 | https://leetcode.com/problems/maximum-manhattan-distance-after-k-changes | Maximum Manhattan Distance After K Changes | Medium | 54.2% | 12.5% |
| 2138 | https://leetcode.com/problems/divide-a-string-into-groups-of-size-k | Divide a String Into Groups of Size k | Easy | 77.1% | 12.5% |
| 3085 | https://leetcode.com/problems/minimum-deletions-to-make-string-k-special | Minimum Deletions to Make String K-Special | Medium | 67.2% | 12.5% |
| 2081 | https://leetcode.com/problems/sum-of-k-mirror-numbers | Sum of k-Mirror Numbers | Hard | 63.7% | 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% |
| 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% |
| 2040 | https://leetcode.com/problems/kth-smallest-product-of-two-sorted-arrays | Kth Smallest Product of Two Sorted Arrays | Hard | 48.9% | 25.0% |
| 87 | https://leetcode.com/problems/scramble-string | Scramble String | Hard | 43.9% | 12.5% |
| 2231 | https://leetcode.com/problems/largest-number-after-digit-swaps-by-parity | Largest Number After Digit Swaps by Parity | Easy | 65.0% | 12.5% |
| 1926 | https://leetcode.com/problems/nearest-exit-from-entrance-in-maze | Nearest Exit from Entrance in Maze | Medium | 48.3% | 12.5% |
| 792 | https://leetcode.com/problems/number-of-matching-subsequences | Number of Matching Subsequences | Medium | 50.6% | 25.0% |
| 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% | 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% |
| 771 | https://leetcode.com/problems/jewels-and-stones | Jewels and Stones | Easy | 89.5% | 25.0% |
| 2191 | https://leetcode.com/problems/sort-the-jumbled-numbers | Sort the Jumbled Numbers | Medium | 60.0% | 12.5% |
| 973 | https://leetcode.com/problems/k-closest-points-to-origin | K Closest Points to Origin | Medium | 68.7% | 12.5% |
| 178 | https://leetcode.com/problems/rank-scores | Rank Scores | Medium | 67.1% | 25.0% |
| 3330 | https://leetcode.com/problems/find-the-original-typed-string-i | Find the Original Typed String I | Easy | 72.1% | 12.5% |
| 958 | https://leetcode.com/problems/check-completeness-of-a-binary-tree | Check Completeness of a Binary Tree | Medium | 58.9% | 12.5% |
| 1051 | https://leetcode.com/problems/height-checker | Height Checker | Easy | 81.5% | 12.5% |
| 1991 | https://leetcode.com/problems/find-the-middle-index-in-array | Find the Middle Index in Array | Easy | 69.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% |
| 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% |
| 1729 | https://leetcode.com/problems/find-followers-count | Find Followers Count | Easy | 69.5% | 12.5% |
| 3151 | https://leetcode.com/problems/special-array-i | Special Array I | Easy | 81.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% |
| 3147 | https://leetcode.com/problems/taking-maximum-energy-from-the-mystic-dungeon | Taking Maximum Energy From the Mystic Dungeon | Medium | 61.0% | 12.5% |
| 585 | https://leetcode.com/problems/investments-in-2016 | Investments in 2016 | Medium | 50.8% | 12.5% |
| 1865 | https://leetcode.com/problems/finding-pairs-with-a-certain-sum | Finding Pairs With a Certain Sum | Medium | 61.6% | 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% | 25.0% |
| 551 | https://leetcode.com/problems/student-attendance-record-i | Student Attendance Record I | Easy | 50.0% | 12.5% |
| 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% |
| 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% |
| 3439 | https://leetcode.com/problems/reschedule-meetings-for-maximum-free-time-i | Reschedule Meetings for Maximum Free Time I | Medium | 53.9% | 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% |
| 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% |
| 2726 | https://leetcode.com/problems/calculator-with-method-chaining | Calculator with Method Chaining | Easy | 77.6% | 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% |
| 968 | https://leetcode.com/problems/binary-tree-cameras | Binary Tree Cameras | Hard | 47.6% | 12.5% |
| 934 | https://leetcode.com/problems/shortest-bridge | Shortest Bridge | Medium | 59.3% | 12.5% |
| 3136 | https://leetcode.com/problems/valid-word | Valid Word | Easy | 50.9% | 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% |
| 899 | https://leetcode.com/problems/orderly-queue | Orderly Queue | Hard | 66.7% | 12.5% |
| 674 | https://leetcode.com/problems/longest-continuous-increasing-subsequence | Longest Continuous Increasing Subsequence | Easy | 51.8% | 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% | 12.5% |
| 2303 | https://leetcode.com/problems/calculate-amount-paid-in-taxes | Calculate Amount Paid in Taxes | Easy | 69.0% | 12.5% |
| 2300 | https://leetcode.com/problems/successful-pairs-of-spells-and-potions | Successful Pairs of Spells and Potions | Medium | 49.4% | 12.5% |
| 2623 | https://leetcode.com/problems/memoize | Memoize | Medium | 64.8% | 12.5% |
| 1695 | https://leetcode.com/problems/maximum-erasure-value | Maximum Erasure Value | Medium | 64.1% | 12.5% |
| 2483 | https://leetcode.com/problems/minimum-penalty-for-a-shop | Minimum Penalty for a Shop | Medium | 71.2% | 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% |
| 2723 | https://leetcode.com/problems/add-two-promises | Add Two Promises | Easy | 91.8% | 12.5% |
| 3487 | https://leetcode.com/problems/maximum-unique-subarray-sum-after-deletion | Maximum Unique Subarray Sum After Deletion | Easy | 40.5% | 12.5% |
| 1158 | https://leetcode.com/problems/market-analysis-i | Market Analysis I | Medium | 57.2% | 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% |
| 2210 | https://leetcode.com/problems/count-hills-and-valleys-in-an-array | Count Hills and Valleys in an Array | Easy | 69.1% | 12.5% |
| 1446 | https://leetcode.com/problems/consecutive-characters | Consecutive Characters | Easy | 60.3% | 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% |
| 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% |
| 2481 | https://leetcode.com/problems/minimum-cuts-to-divide-a-circle | Minimum Cuts to Divide a Circle | Easy | 56.0% | 12.5% |
| 2411 | https://leetcode.com/problems/smallest-subarrays-with-maximum-bitwise-or | Smallest Subarrays With Maximum Bitwise OR | Medium | 62.0% | 12.5% |
| 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% |
| 1748 | https://leetcode.com/problems/sum-of-unique-elements | Sum of Unique Elements | Easy | 79.8% | 12.5% |
| 953 | https://leetcode.com/problems/verifying-an-alien-dictionary | Verifying an Alien Dictionary | Easy | 55.9% | 12.5% |
| 898 | https://leetcode.com/problems/bitwise-ors-of-subarrays | Bitwise ORs of Subarrays | Medium | 56.8% | 25.0% |
| 1202 | https://leetcode.com/problems/smallest-string-with-swaps | Smallest String With Swaps | Medium | 60.3% | 12.5% |
| 2561 | https://leetcode.com/problems/rearranging-fruits | Rearranging Fruits | Hard | 57.5% | 12.5% |
| 991 | https://leetcode.com/problems/broken-calculator | Broken Calculator | Medium | 55.9% | 12.5% |
| 2597 | https://leetcode.com/problems/the-number-of-beautiful-subsets | The Number of Beautiful Subsets | Medium | 50.9% | 12.5% |
| 3479 | https://leetcode.com/problems/fruits-into-baskets-iii | Fruits Into Baskets III | Medium | 38.9% | 12.5% |
| 3363 | https://leetcode.com/problems/find-the-maximum-number-of-fruits-collected | Find the Maximum Number of Fruits Collected | Hard | 65.1% | 12.5% |
| 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% |
| 330 | https://leetcode.com/problems/patching-array | Patching Array | Hard | 54.1% | 12.5% |
| 490 | https://leetcode.com/problems/the-maze | The Maze | Medium | 60.3% | 12.5% |
| 2438 | https://leetcode.com/problems/range-product-queries-of-powers | Range Product Queries of Powers | Medium | 61.4% | 12.5% |
| 869 | https://leetcode.com/problems/reordered-power-of-2 | Reordered Power of 2 | Medium | 66.0% | 37.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% | 25.0% |
| 1698 | https://leetcode.com/problems/number-of-distinct-substrings-in-a-string | Number of Distinct Substrings in a String | Medium | 64.8% | 12.5% |
| 2264 | https://leetcode.com/problems/largest-3-same-digit-number-in-string | Largest 3-Same-Digit Number in String | Easy | 72.7% | 25.0% |
| 536 | https://leetcode.com/problems/construct-binary-tree-from-string | Construct Binary Tree from String | Medium | 58.7% | 12.5% |
| 821 | https://leetcode.com/problems/shortest-distance-to-a-character | Shortest Distance to a Character | Easy | 72.6% | 12.5% |
| 342 | https://leetcode.com/problems/power-of-four | Power of Four | Easy | 51.7% | 12.5% |
| 837 | https://leetcode.com/problems/new-21-game | New 21 Game | Medium | 52.0% | 12.5% |
| 657 | https://leetcode.com/problems/robot-return-to-origin | Robot Return to Origin | Easy | 76.5% | 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% |
| 1323 | https://leetcode.com/problems/maximum-69-number | Maximum 69 Number | Easy | 84.5% | 12.5% |
| 679 | https://leetcode.com/problems/24-game | 24 Game | Hard | 59.3% | 12.5% |
| 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% | 12.5% |
| 2582 | https://leetcode.com/problems/pass-the-pillow | Pass the Pillow | Easy | 56.6% | 12.5% |
| 1851 | https://leetcode.com/problems/minimum-interval-to-include-each-query | Minimum Interval to Include Each Query | Hard | 53.9% | 12.5% |
| 262 | https://leetcode.com/problems/trips-and-users | Trips and Users | Hard | 37.7% | 12.5% |
| 201 | https://leetcode.com/problems/bitwise-and-of-numbers-range | Bitwise AND of Numbers Range | Medium | 48.6% | 12.5% |
| 1300 | https://leetcode.com/problems/sum-of-mutated-array-closest-to-target | Sum of Mutated Array Closest to Target | Medium | 46.1% | 12.5% |
| 1504 | https://leetcode.com/problems/count-submatrices-with-all-ones | Count Submatrices With All Ones | Medium | 71.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% |
| 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% |
| 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% | 25.0% |
| 1319 | https://leetcode.com/problems/number-of-operations-to-make-network-connected | Number of Operations to Make Network Connected | Medium | 66.1% | 12.5% |
| 182 | https://leetcode.com/problems/duplicate-emails | Duplicate Emails | Easy | 73.4% | 12.5% |
| 2739 | https://leetcode.com/problems/total-distance-traveled | Total Distance Traveled | Easy | 41.2% | 12.5% |
| 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% |
| 784 | https://leetcode.com/problems/letter-case-permutation | Letter Case Permutation | Medium | 75.7% | 12.5% |
| 1932 | https://leetcode.com/problems/merge-bsts-to-create-single-bst | Merge BSTs to Create Single BST | Hard | 37.9% | 12.5% |
| 3021 | https://leetcode.com/problems/alice-and-bob-playing-flower-game | Alice and Bob Playing Flower Game | Medium | 60.1% | 12.5% |
| 2942 | https://leetcode.com/problems/find-words-containing-character | Find Words Containing Character | Easy | 90.4% | 12.5% |
| 461 | https://leetcode.com/problems/hamming-distance | Hamming Distance | Easy | 76.6% | 12.5% |
| 3211 | https://leetcode.com/problems/generate-binary-strings-without-adjacent-zeros | Generate Binary Strings Without Adjacent Zeros | Medium | 88.2% | 12.5% |
| 3516 | https://leetcode.com/problems/find-closest-person | Find Closest Person | Easy | 88.9% | 12.5% |
| 522 | https://leetcode.com/problems/longest-uncommon-subsequence-ii | Longest Uncommon Subsequence II | Medium | 44.4% | 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% |
| 3495 | https://leetcode.com/problems/minimum-operations-to-make-array-elements-zero | Minimum Operations to Make Array Elements Zero | Hard | 60.4% | 12.5% |
| 3478 | https://leetcode.com/problems/choose-k-elements-with-maximum-sum | Choose K Elements With Maximum Sum | Medium | 33.2% | 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% |
| 2119 | https://leetcode.com/problems/a-number-after-a-double-reversal | A Number After a Double Reversal | Easy | 82.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% |
| 526 | https://leetcode.com/problems/beautiful-arrangement | Beautiful Arrangement | Medium | 64.7% | 12.5% |
| 966 | https://leetcode.com/problems/vowel-spellchecker | Vowel Spellchecker | Medium | 61.4% | 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% |
| 1668 | https://leetcode.com/problems/maximum-repeating-substring | Maximum Repeating Substring | Easy | 41.0% | 12.5% |
| 507 | https://leetcode.com/problems/perfect-number | Perfect Number | Easy | 47.9% | 25.0% |
| 2074 | https://leetcode.com/problems/reverse-nodes-in-even-length-groups | Reverse Nodes in Even Length Groups | Medium | 63.6% | 12.5% |
| 3408 | https://leetcode.com/problems/design-task-manager | Design Task Manager | Medium | 49.1% | 12.5% |
| 3222 | https://leetcode.com/problems/find-the-winning-player-in-coin-game | Find the Winning Player in Coin Game | Easy | 53.1% | 12.5% |
| 3005 | https://leetcode.com/problems/count-elements-with-maximum-frequency | Count Elements With Maximum Frequency | Easy | 79.8% | 12.5% |
| 1061 | https://leetcode.com/problems/lexicographically-smallest-equivalent-string | Lexicographically Smallest Equivalent String | Medium | 81.1% | 12.5% |
| 572 | https://leetcode.com/problems/subtree-of-another-tree | Subtree of Another Tree | Easy | 51.2% | 12.5% |
| 2395 | https://leetcode.com/problems/find-subarrays-with-equal-sum | Find Subarrays With Equal Sum | Easy | 66.9% | 12.5% |
| 166 | https://leetcode.com/problems/fraction-to-recurring-decimal | Fraction to Recurring Decimal | Medium | 30.5% | 12.5% |
| 812 | https://leetcode.com/problems/largest-triangle-area | Largest Triangle Area | Easy | 71.5% | 25.0% |
| 976 | https://leetcode.com/problems/largest-perimeter-triangle | Largest Perimeter Triangle | Easy | 62.0% | 12.5% |
| 2540 | https://leetcode.com/problems/minimum-common-value | Minimum Common Value | Easy | 58.0% | 12.5% |
| 220 | https://leetcode.com/problems/contains-duplicate-iii | Contains Duplicate III | Hard | 24.4% | 12.5% |
| 3035 | https://leetcode.com/problems/maximum-palindromes-after-operations | Maximum Palindromes After Operations | Medium | 45.6% | 12.5% |
| 887 | https://leetcode.com/problems/super-egg-drop | Super Egg Drop | Hard | 29.8% | 12.5% |
| 401 | https://leetcode.com/problems/binary-watch | Binary Watch | Easy | 65.1% | 12.5% |
| 1460 | https://leetcode.com/problems/make-two-arrays-equal-by-reversing-subarrays | Make Two Arrays Equal by Reversing Subarrays | Easy | 75.8% | 12.5% |
| 2517 | https://leetcode.com/problems/maximum-tastiness-of-candy-basket | Maximum Tastiness of Candy Basket | Medium | 67.9% | 12.5% |
| 470 | https://leetcode.com/problems/implement-rand10-using-rand7 | Implement Rand10() Using Rand7() | Medium | 46.2% | 12.5% |
| 1488 | https://leetcode.com/problems/avoid-flood-in-the-city | Avoid Flood in The City | Medium | 39.0% | 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% |
| 2364 | https://leetcode.com/problems/count-number-of-bad-pairs | Count Number of Bad Pairs | Medium | 54.2% | 12.5% |
| 3703 | https://leetcode.com/problems/remove-k-balanced-substrings | Remove K-Balanced Substrings | Medium | 32.4% | 12.5% |
| 192 | https://leetcode.com/problems/word-frequency | Word Frequency | Medium | 28.4% | 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% |
| 649 | https://leetcode.com/problems/dota2-senate | Dota2 Senate | Medium | 49.6% | 12.5% |
| 3349 | https://leetcode.com/problems/adjacent-increasing-subarrays-detection-i | Adjacent Increasing Subarrays Detection I | Easy | 48.0% | 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% |
| 1266 | https://leetcode.com/problems/minimum-time-visiting-all-points | Minimum Time Visiting All Points | Easy | 84.8% | 12.5% |
| 2090 | https://leetcode.com/problems/k-radius-subarray-averages | K Radius Subarray Averages | Medium | 46.0% | 12.5% |
| 1366 | https://leetcode.com/problems/rank-teams-by-votes | Rank Teams by Votes | Medium | 60.0% | 12.5% |
| 3713 | https://leetcode.com/problems/longest-balanced-substring-i | Longest Balanced Substring I | Medium | 69.7% | 12.5% |
| 1041 | https://leetcode.com/problems/robot-bounded-in-circle | Robot Bounded In Circle | Medium | 56.4% | 12.5% |
| 2048 | https://leetcode.com/problems/next-greater-numerically-balanced-number | Next Greater Numerically Balanced Number | Medium | 63.0% | 25.0% |
| 600 | https://leetcode.com/problems/non-negative-integers-without-consecutive-ones | Non-negative Integers without Consecutive Ones | Hard | 41.7% | 12.5% |
| 3719 | https://leetcode.com/problems/longest-balanced-subarray-i | Longest Balanced Subarray I | Medium | 65.6% | 25.0% |
| 2043 | https://leetcode.com/problems/simple-bank-system | Simple Bank System | Medium | 69.8% | 12.5% |
| 815 | https://leetcode.com/problems/bus-routes | Bus Routes | Hard | 47.1% | 25.0% |
| 3609 | https://leetcode.com/problems/minimum-moves-to-reach-target-in-grid | Minimum Moves to Reach Target in Grid | Hard | 14.8% | 12.5% |
| 938 | https://leetcode.com/problems/range-sum-of-bst | Range Sum of BST | Easy | 87.6% | 12.5% |
| 2760 | https://leetcode.com/problems/longest-even-odd-subarray-with-threshold | Longest Even Odd Subarray With Threshold | Easy | 31.6% | 12.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% |
| 895 | https://leetcode.com/problems/maximum-frequency-stack | Maximum Frequency Stack | Hard | 66.6% | 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% | 12.5% |
| 2648 | https://leetcode.com/problems/generate-fibonacci-sequence | Generate Fibonacci Sequence | Easy | 83.6% | 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% |
| 1046 | https://leetcode.com/problems/last-stone-weight | Last Stone Weight | Easy | 66.3% | 12.5% |
| 3321 | https://leetcode.com/problems/find-x-sum-of-all-k-long-subarrays-ii | Find X-Sum of All K-Long Subarrays II | Hard | 41.1% | 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% |
| 1611 | https://leetcode.com/problems/minimum-one-bit-operations-to-make-integers-zero | Minimum One Bit Operations to Make Integers Zero | Hard | 78.4% | 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% |
| 348 | https://leetcode.com/problems/design-tic-tac-toe | Design Tic-Tac-Toe | Medium | 58.7% | 12.5% |
| 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% |
| 2621 | https://leetcode.com/problems/sleep | Sleep | Easy | 87.4% | 12.5% |
| 474 | https://leetcode.com/problems/ones-and-zeroes | Ones and Zeroes | Medium | 53.0% | 12.5% |
| 395 | https://leetcode.com/problems/longest-substring-with-at-least-k-repeating-characters | Longest Substring with At Least K Repeating Characters | Medium | 46.0% | 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% |
| 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% |
| 1948 | https://leetcode.com/problems/delete-duplicate-folders-in-system | Delete Duplicate Folders in System | Hard | 77.7% | 12.5% |
| 768 | https://leetcode.com/problems/max-chunks-to-make-sorted-ii | Max Chunks To Make Sorted II | Hard | 54.7% | 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% | 12.5% |
| 1437 | https://leetcode.com/problems/check-if-all-1s-are-at-least-length-k-places-away | Check If All 1's Are at Least Length K Places Away | Easy | 64.3% | 12.5% |
| 766 | https://leetcode.com/problems/toeplitz-matrix | Toeplitz Matrix | Easy | 69.6% | 12.5% |
| 1657 | https://leetcode.com/problems/determine-if-two-strings-are-close | Determine if Two Strings Are Close | Medium | 54.2% | 12.5% |
| 717 | https://leetcode.com/problems/1-bit-and-2-bit-characters | 1-bit and 2-bit Characters | Easy | 49.5% | 12.5% |
| 623 | https://leetcode.com/problems/add-one-row-to-tree | Add One Row to Tree | Medium | 64.1% | 12.5% |
| 2154 | https://leetcode.com/problems/keep-multiplying-found-values-by-two | Keep Multiplying Found Values by Two | Easy | 75.1% | 12.5% |
| 880 | https://leetcode.com/problems/decoded-string-at-index | Decoded String at Index | Medium | 37.2% | 12.5% |
| 3006 | https://leetcode.com/problems/find-beautiful-indices-in-the-given-array-i | Find Beautiful Indices in the Given Array I | Medium | 40.5% | 12.5% |
| 1015 | https://leetcode.com/problems/smallest-integer-divisible-by-k | Smallest Integer Divisible by K | Medium | 54.3% | 12.5% |
| 694 | https://leetcode.com/problems/number-of-distinct-islands | Number of Distinct Islands | Medium | 62.7% | 12.5% |
| 1340 | https://leetcode.com/problems/jump-game-v | Jump Game V | Hard | 64.8% | 12.5% |
| 2141 | https://leetcode.com/problems/maximum-running-time-of-n-computers | Maximum Running Time of N Computers | Hard | 56.4% | 12.5% |
| 759 | https://leetcode.com/problems/employee-free-time | Employee Free Time | Hard | 72.8% | 12.5% |
| 1502 | https://leetcode.com/problems/can-make-arithmetic-progression-from-sequence | Can Make Arithmetic Progression From Sequence | Easy | 69.2% | 12.5% |
| 3432 | https://leetcode.com/problems/count-partitions-with-even-sum-difference | Count Partitions with Even Sum Difference | Easy | 85.2% | 12.5% |
| 270 | https://leetcode.com/problems/closest-binary-search-tree-value | Closest Binary Search Tree Value | Easy | 49.3% | 12.5% |
| 608 | https://leetcode.com/problems/tree-node | Tree Node | Medium | 75.2% | 12.5% |
| 552 | https://leetcode.com/problems/student-attendance-record-ii | Student Attendance Record II | Hard | 56.4% | 12.5% |
| 218 | https://leetcode.com/problems/the-skyline-problem | The Skyline Problem | Hard | 45.0% | 12.5% |
| 3583 | https://leetcode.com/problems/count-special-triplets | Count Special Triplets | Medium | 47.1% | 12.5% |
| 1386 | https://leetcode.com/problems/cinema-seat-allocation | Cinema Seat Allocation | Medium | 43.6% | 12.5% |
| 2551 | https://leetcode.com/problems/put-marbles-in-bags | Put Marbles in Bags | Hard | 72.2% | 12.5% |
| 3623 | https://leetcode.com/problems/count-number-of-trapezoids-i | Count Number of Trapezoids I | Medium | 48.0% | 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% |
| 3433 | https://leetcode.com/problems/count-mentions-per-user | Count Mentions Per User | Medium | 50.8% | 12.5% |
| 419 | https://leetcode.com/problems/battleships-in-a-board | Battleships in a Board | Medium | 77.3% | 12.5% |
| 2890 | https://leetcode.com/problems/reshape-data-melt | Reshape Data: Melt | Easy | 86.0% | 12.5% |
| 2147 | https://leetcode.com/problems/number-of-ways-to-divide-a-long-corridor | Number of Ways to Divide a Long Corridor | Hard | 54.6% | 12.5% |
| 3484 | https://leetcode.com/problems/design-spreadsheet | Design Spreadsheet | Medium | 74.3% | 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% |
| 1925 | https://leetcode.com/problems/count-square-sum-triples | Count Square Sum Triples | Easy | 77.1% | 12.5% |
| 3776 | https://leetcode.com/problems/minimum-moves-to-balance-circular-array | Minimum Moves to Balance Circular Array | Medium | 40.1% | 12.5% |
| 955 | https://leetcode.com/problems/delete-columns-to-make-sorted-ii | Delete Columns to Make Sorted II | Medium | 49.7% | 12.5% |
| 2124 | https://leetcode.com/problems/check-if-all-as-appears-before-all-bs | Check if All A's Appears Before All B's | Easy | 73.1% | 12.5% |
| 1765 | https://leetcode.com/problems/map-of-highest-peak | Map of Highest Peak | Medium | 75.6% | 12.5% |
| 457 | https://leetcode.com/problems/circular-array-loop | Circular Array Loop | Medium | 37.0% | 12.5% |
| 2421 | https://leetcode.com/problems/number-of-good-paths | Number of Good Paths | Hard | 56.3% | 12.5% |
| 3074 | https://leetcode.com/problems/apple-redistribution-into-boxes | Apple Redistribution into Boxes | Easy | 78.4% | 12.5% |
| 3497 | https://leetcode.com/problems/analyze-subscription-conversion | Analyze Subscription Conversion | Medium | 74.1% | 12.5% |
| 2402 | https://leetcode.com/problems/meeting-rooms-iii | Meeting Rooms III | Hard | 51.7% | 12.5% |
| 3469 | https://leetcode.com/problems/find-minimum-cost-to-remove-array-elements | Find Minimum Cost to Remove Array Elements | Medium | 21.3% | 12.5% |
| 2027 | https://leetcode.com/problems/minimum-moves-to-convert-string | Minimum Moves to Convert String | Easy | 57.7% | 12.5% |
| 840 | https://leetcode.com/problems/magic-squares-in-grid | Magic Squares In Grid | Medium | 55.1% | 12.5% |
| 385 | https://leetcode.com/problems/mini-parser | Mini Parser | Medium | 42.0% | 12.5% |
| 808 | https://leetcode.com/problems/soup-servings | Soup Servings | Medium | 59.7% | 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% |
| 967 | https://leetcode.com/problems/numbers-with-same-consecutive-differences | Numbers With Same Consecutive Differences | Medium | 59.1% | 12.5% |
| 377 | https://leetcode.com/problems/combination-sum-iv | Combination Sum IV | Medium | 55.0% | 12.5% |
| 601 | https://leetcode.com/problems/human-traffic-of-stadium | Human Traffic of Stadium | Hard | 50.8% | 12.5% |
| 1975 | https://leetcode.com/problems/maximum-matrix-sum | Maximum Matrix Sum | Medium | 67.6% | 12.5% |
| 911 | https://leetcode.com/problems/online-election | Online Election | Medium | 52.7% | 12.5% |
| 324 | https://leetcode.com/problems/wiggle-sort-ii | Wiggle Sort II | Medium | 36.9% | 12.5% |
| 1339 | https://leetcode.com/problems/maximum-product-of-splitted-binary-tree | Maximum Product of Splitted Binary Tree | Medium | 55.5% | 12.5% |
| 1458 | https://leetcode.com/problems/max-dot-product-of-two-subsequences | Max Dot Product of Two Subsequences | Hard | 69.3% | 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% |
| 925 | https://leetcode.com/problems/long-pressed-name | Long Pressed Name | Easy | 32.8% | 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% |
| 707 | https://leetcode.com/problems/design-linked-list | Design Linked List | Medium | 29.8% | 12.5% |
| 446 | https://leetcode.com/problems/arithmetic-slices-ii-subsequence | Arithmetic Slices II - Subsequence | Hard | 54.9% | 12.5% |
| 2975 | https://leetcode.com/problems/maximum-square-area-by-removing-fences-from-a-field | Maximum Square Area by Removing Fences From a Field | Medium | 49.4% | 12.5% |
| 3731 | https://leetcode.com/problems/find-missing-elements | Find Missing Elements | Easy | 82.8% | 12.5% |
| 3047 | https://leetcode.com/problems/find-the-largest-area-of-square-inside-two-rectangles | Find the Largest Area of Square Inside Two Rectangles | Medium | 66.8% | 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% |
| 682 | https://leetcode.com/problems/baseball-game | Baseball Game | Easy | 80.0% | 12.5% |
| 477 | https://leetcode.com/problems/total-hamming-distance | Total Hamming Distance | Medium | 54.6% | 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% |
| 3649 | https://leetcode.com/problems/number-of-perfect-pairs | Number of Perfect Pairs | Medium | 33.3% | 12.5% |
| 636 | https://leetcode.com/problems/exclusive-time-of-functions | Exclusive Time of Functions | Medium | 66.1% | 12.5% |
| 3314 | https://leetcode.com/problems/construct-the-minimum-bitwise-array-i | Construct the Minimum Bitwise Array I | Easy | 85.3% | 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% |
| 2236 | https://leetcode.com/problems/root-equals-sum-of-children | Root Equals Sum of Children | Easy | 84.8% | 12.5% |
| 532 | https://leetcode.com/problems/k-diff-pairs-in-an-array | K-diff Pairs in an Array | Medium | 45.6% | 12.5% |
| 1281 | https://leetcode.com/problems/subtract-the-product-and-sum-of-digits-of-an-integer | Subtract the Product and Sum of Digits of an Integer | Easy | 86.5% | 12.5% |
| 3650 | https://leetcode.com/problems/minimum-cost-path-with-edge-reversals | Minimum Cost Path with Edge Reversals | Medium | 61.8% | 12.5% |
| 2716 | https://leetcode.com/problems/minimize-string-length | Minimize String Length | Easy | 78.8% | 12.5% |
| 223 | https://leetcode.com/problems/rectangle-area | Rectangle Area | Medium | 48.9% | 12.5% |
| 1026 | https://leetcode.com/problems/maximum-difference-between-node-and-ancestor | Maximum Difference Between Node and Ancestor | Medium | 78.1% | 12.5% |
| 337 | https://leetcode.com/problems/house-robber-iii | House Robber III | Medium | 55.6% | 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% | 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% | 12.5% |
| 833 | https://leetcode.com/problems/find-and-replace-in-string | Find And Replace in String | Medium | 50.9% | 12.5% |
| 868 | https://leetcode.com/problems/binary-gap | Binary Gap | Easy | 65.7% | 12.5% |
| 3640 | https://leetcode.com/problems/trionic-array-ii | Trionic Array II | Hard | 47.3% | 12.5% |
| 2022 | https://leetcode.com/problems/convert-1d-array-into-2d-array | Convert 1D Array Into 2D Array | Easy | 72.1% | 12.5% |
| 3658 | https://leetcode.com/problems/gcd-of-odd-and-even-sums | GCD of Odd and Even Sums | Easy | 84.7% | 12.5% |
| 335 | https://leetcode.com/problems/self-crossing | Self Crossing | Hard | 34.1% | 12.5% |
| 2197 | https://leetcode.com/problems/replace-non-coprime-numbers-in-array | Replace Non-Coprime Numbers in Array | Hard | 57.7% | 12.5% |
| 817 | https://leetcode.com/problems/linked-list-components | Linked List Components | Medium | 57.7% | 12.5% |
| 1226 | https://leetcode.com/problems/the-dining-philosophers | The Dining Philosophers | Medium | 54.3% | 12.5% |
| 3714 | https://leetcode.com/problems/longest-balanced-substring-ii | Longest Balanced Substring II | Medium | 42.1% | 12.5% |
| 922 | https://leetcode.com/problems/sort-array-by-parity-ii | Sort Array By Parity II | Easy | 71.2% | 12.5% |
| 799 | https://leetcode.com/problems/champagne-tower | Champagne Tower | Medium | 64.0% | 12.5% |
| 487 | https://leetcode.com/problems/max-consecutive-ones-ii | Max Consecutive Ones II | Medium | 51.9% | 12.5% |
| 696 | https://leetcode.com/problems/count-binary-substrings | Count Binary Substrings | Easy | 70.2% | 12.5% |