| 1 | https://leetcode.com/problems/two-sum | Two Sum | Easy | 57.1% | 100.0% |
| 2 | https://leetcode.com/problems/add-two-numbers | Add Two Numbers | Medium | 47.9% | 75.0% |
| 3 | https://leetcode.com/problems/longest-substring-without-repeating-characters | Longest Substring Without Repeating Characters | Medium | 38.5% | 75.0% |
| 4 | https://leetcode.com/problems/median-of-two-sorted-arrays | Median of Two Sorted Arrays | Hard | 45.9% | 75.0% |
| 8 | https://leetcode.com/problems/string-to-integer-atoi | String to Integer (atoi) | Medium | 20.6% | 37.5% |
| 12 | https://leetcode.com/problems/integer-to-roman | Integer to Roman | Medium | 70.4% | 37.5% |
| 14 | https://leetcode.com/problems/longest-common-prefix | Longest Common Prefix | Easy | 47.1% | 75.0% |
| 16 | https://leetcode.com/problems/3sum-closest | 3Sum Closest | Medium | 48.0% | 50.0% |
| 18 | https://leetcode.com/problems/4sum | 4Sum | Medium | 40.0% | 50.0% |
| 20 | https://leetcode.com/problems/valid-parentheses | Valid Parentheses | Easy | 43.7% | 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% | 50.0% |
| 33 | https://leetcode.com/problems/search-in-rotated-sorted-array | Search in Rotated Sorted Array | Medium | 44.1% | 62.5% |
| 41 | https://leetcode.com/problems/first-missing-positive | First Missing Positive | Hard | 42.4% | 50.0% |
| 42 | https://leetcode.com/problems/trapping-rain-water | Trapping Rain Water | Hard | 66.8% | 75.0% |
| 44 | https://leetcode.com/problems/wildcard-matching | Wildcard Matching | Hard | 31.3% | 37.5% |
| 45 | https://leetcode.com/problems/jump-game-ii | Jump Game II | Medium | 42.4% | 50.0% |
| 48 | https://leetcode.com/problems/rotate-image | Rotate Image | Medium | 79.3% | 50.0% |
| 49 | https://leetcode.com/problems/group-anagrams | Group Anagrams | Medium | 72.2% | 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% | 62.5% |
| 55 | https://leetcode.com/problems/jump-game | Jump Game | Medium | 40.5% | 62.5% |
| 57 | https://leetcode.com/problems/insert-interval | Insert Interval | Medium | 44.7% | 50.0% |
| 59 | https://leetcode.com/problems/spiral-matrix-ii | Spiral Matrix II | Medium | 74.6% | 25.0% |
| 64 | https://leetcode.com/problems/minimum-path-sum | Minimum Path Sum | Medium | 67.8% | 37.5% |
| 65 | https://leetcode.com/problems/valid-number | Valid Number | Hard | 22.6% | 12.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% | 50.0% |
| 74 | https://leetcode.com/problems/search-a-2d-matrix | Search a 2D Matrix | Medium | 53.5% | 37.5% |
| 77 | https://leetcode.com/problems/combinations | Combinations | Medium | 74.2% | 25.0% |
| 82 | https://leetcode.com/problems/remove-duplicates-from-sorted-list-ii | Remove Duplicates from Sorted List II | Medium | 51.3% | 25.0% |
| 85 | https://leetcode.com/problems/maximal-rectangle | Maximal Rectangle | Hard | 58.1% | 50.0% |
| 87 | https://leetcode.com/problems/scramble-string | Scramble String | Hard | 43.9% | 12.5% |
| 89 | https://leetcode.com/problems/gray-code | Gray Code | Medium | 64.0% | 12.5% |
| 90 | https://leetcode.com/problems/subsets-ii | Subsets II | Medium | 60.9% | 37.5% |
| 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% | 37.5% |
| 107 | https://leetcode.com/problems/binary-tree-level-order-traversal-ii | Binary Tree Level Order Traversal II | Medium | 67.6% | 12.5% |
| 111 | https://leetcode.com/problems/minimum-depth-of-binary-tree | Minimum Depth of Binary Tree | Easy | 52.3% | 25.0% |
| 114 | https://leetcode.com/problems/flatten-binary-tree-to-linked-list | Flatten Binary Tree to Linked List | Medium | 70.2% | 37.5% |
| 116 | https://leetcode.com/problems/populating-next-right-pointers-in-each-node | Populating Next Right Pointers in Each Node | Medium | 66.8% | 25.0% |
| 118 | https://leetcode.com/problems/pascals-triangle | Pascal's Triangle | Easy | 78.7% | 62.5% |
| 128 | https://leetcode.com/problems/longest-consecutive-sequence | Longest Consecutive Sequence | Medium | 47.0% | 75.0% |
| 133 | https://leetcode.com/problems/clone-graph | Clone Graph | Medium | 64.7% | 37.5% |
| 136 | https://leetcode.com/problems/single-number | Single Number | Easy | 77.3% | 62.5% |
| 138 | https://leetcode.com/problems/copy-list-with-random-pointer | Copy List with Random Pointer | Medium | 62.4% | 37.5% |
| 145 | https://leetcode.com/problems/binary-tree-postorder-traversal | Binary Tree Postorder Traversal | Easy | 77.6% | 25.0% |
| 147 | https://leetcode.com/problems/insertion-sort-list | Insertion Sort List | Medium | 58.5% | 12.5% |
| 152 | https://leetcode.com/problems/maximum-product-subarray | Maximum Product Subarray | Medium | 36.0% | 50.0% |
| 154 | https://leetcode.com/problems/find-minimum-in-rotated-sorted-array-ii | Find Minimum in Rotated Sorted Array II | Hard | 44.6% | 25.0% |
| 157 | https://leetcode.com/problems/read-n-characters-given-read4 | Read N Characters Given Read4 | Easy | 42.5% | 12.5% |
| 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% | 25.0% |
| 159 | https://leetcode.com/problems/longest-substring-with-at-most-two-distinct-characters | Longest Substring with At Most Two Distinct Characters | Medium | 57.0% | 25.0% |
| 163 | https://leetcode.com/problems/missing-ranges | Missing Ranges | Easy | 35.5% | 37.5% |
| 166 | https://leetcode.com/problems/fraction-to-recurring-decimal | Fraction to Recurring Decimal | Medium | 30.5% | 37.5% |
| 172 | https://leetcode.com/problems/factorial-trailing-zeroes | Factorial Trailing Zeroes | Medium | 46.1% | 25.0% |
| 176 | https://leetcode.com/problems/second-highest-salary | Second Highest Salary | Medium | 46.3% | 37.5% |
| 178 | https://leetcode.com/problems/rank-scores | Rank Scores | Medium | 67.1% | 25.0% |
| 185 | https://leetcode.com/problems/department-top-three-salaries | Department Top Three Salaries | Hard | 59.8% | 12.5% |
| 188 | https://leetcode.com/problems/best-time-to-buy-and-sell-stock-iv | Best Time to Buy and Sell Stock IV | Hard | 49.5% | 25.0% |
| 199 | https://leetcode.com/problems/binary-tree-right-side-view | Binary Tree Right Side View | Medium | 69.5% | 37.5% |
| 201 | https://leetcode.com/problems/bitwise-and-of-numbers-range | Bitwise AND of Numbers Range | Medium | 48.6% | 25.0% |
| 205 | https://leetcode.com/problems/isomorphic-strings | Isomorphic Strings | Easy | 48.0% | 50.0% |
| 206 | https://leetcode.com/problems/reverse-linked-list | Reverse Linked List | Easy | 80.2% | 62.5% |
| 212 | https://leetcode.com/problems/word-search-ii | Word Search II | Hard | 38.1% | 37.5% |
| 214 | https://leetcode.com/problems/shortest-palindrome | Shortest Palindrome | Hard | 41.8% | 37.5% |
| 218 | https://leetcode.com/problems/the-skyline-problem | The Skyline Problem | Hard | 45.0% | 37.5% |
| 219 | https://leetcode.com/problems/contains-duplicate-ii | Contains Duplicate II | Easy | 50.8% | 50.0% |
| 225 | https://leetcode.com/problems/implement-stack-using-queues | Implement Stack using Queues | Easy | 69.3% | 37.5% |
| 227 | https://leetcode.com/problems/basic-calculator-ii | Basic Calculator II | Medium | 46.6% | 25.0% |
| 230 | https://leetcode.com/problems/kth-smallest-element-in-a-bst | Kth Smallest Element in a BST | Medium | 76.5% | 37.5% |
| 233 | https://leetcode.com/problems/number-of-digit-one | Number of Digit One | Hard | 37.7% | 25.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% | 25.0% |
| 242 | https://leetcode.com/problems/valid-anagram | Valid Anagram | Easy | 67.8% | 50.0% |
| 246 | https://leetcode.com/problems/strobogrammatic-number | Strobogrammatic Number | Easy | 47.5% | 25.0% |
| 249 | https://leetcode.com/problems/group-shifted-strings | Group Shifted Strings | Medium | 67.7% | 37.5% |
| 251 | https://leetcode.com/problems/flatten-2d-vector | Flatten 2D Vector | Medium | 50.4% | 25.0% |
| 256 | https://leetcode.com/problems/paint-house | Paint House | Medium | 64.3% | 12.5% |
| 257 | https://leetcode.com/problems/binary-tree-paths | Binary Tree Paths | Easy | 68.2% | 37.5% |
| 259 | https://leetcode.com/problems/3sum-smaller | 3Sum Smaller | Medium | 51.3% | 25.0% |
| 261 | https://leetcode.com/problems/graph-valid-tree | Graph Valid Tree | Medium | 49.8% | 37.5% |
| 266 | https://leetcode.com/problems/palindrome-permutation | Palindrome Permutation | Easy | 68.6% | 25.0% |
| 268 | https://leetcode.com/problems/missing-number | Missing Number | Easy | 71.6% | 50.0% |
| 272 | https://leetcode.com/problems/closest-binary-search-tree-value-ii | Closest Binary Search Tree Value II | Hard | 61.1% | 25.0% |
| 276 | https://leetcode.com/problems/paint-fence | Paint Fence | Medium | 48.3% | 25.0% |
| 277 | https://leetcode.com/problems/find-the-celebrity | Find the Celebrity | Medium | 48.9% | 12.5% |
| 280 | https://leetcode.com/problems/wiggle-sort | Wiggle Sort | Medium | 68.4% | 25.0% |
| 281 | https://leetcode.com/problems/zigzag-iterator | Zigzag Iterator | Medium | 66.5% | 25.0% |
| 284 | https://leetcode.com/problems/peeking-iterator | Peeking Iterator | Medium | 61.2% | 25.0% |
| 286 | https://leetcode.com/problems/walls-and-gates | Walls and Gates | Medium | 63.8% | 25.0% |
| 287 | https://leetcode.com/problems/find-the-duplicate-number | Find the Duplicate Number | Medium | 64.0% | 50.0% |
| 288 | https://leetcode.com/problems/unique-word-abbreviation | Unique Word Abbreviation | Medium | 27.4% | 25.0% |
| 289 | https://leetcode.com/problems/game-of-life | Game of Life | Medium | 72.3% | 25.0% |
| 290 | https://leetcode.com/problems/word-pattern | Word Pattern | Easy | 43.8% | 25.0% |
| 293 | https://leetcode.com/problems/flip-game | Flip Game | Easy | 65.0% | 25.0% |
| 294 | https://leetcode.com/problems/flip-game-ii | Flip Game II | Medium | 52.3% | 25.0% |
| 295 | https://leetcode.com/problems/find-median-from-data-stream | Find Median from Data Stream | Hard | 54.2% | 50.0% |
| 301 | https://leetcode.com/problems/remove-invalid-parentheses | Remove Invalid Parentheses | Hard | 49.8% | 12.5% |
| 305 | https://leetcode.com/problems/number-of-islands-ii | Number of Islands II | Hard | 40.4% | 37.5% |
| 307 | https://leetcode.com/problems/range-sum-query-mutable | Range Sum Query - Mutable | Medium | 42.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% | 37.5% |
| 313 | https://leetcode.com/problems/super-ugly-number | Super Ugly Number | Medium | 45.9% | 25.0% |
| 314 | https://leetcode.com/problems/binary-tree-vertical-order-traversal | Binary Tree Vertical Order Traversal | Medium | 57.7% | 37.5% |
| 315 | https://leetcode.com/problems/count-of-smaller-numbers-after-self | Count of Smaller Numbers After Self | Hard | 43.3% | 37.5% |
| 317 | https://leetcode.com/problems/shortest-distance-from-all-buildings | Shortest Distance from All Buildings | Hard | 44.8% | 25.0% |
| 319 | https://leetcode.com/problems/bulb-switcher | Bulb Switcher | Medium | 55.5% | 25.0% |
| 320 | https://leetcode.com/problems/generalized-abbreviation | Generalized Abbreviation | Medium | 60.3% | 25.0% |
| 321 | https://leetcode.com/problems/create-maximum-number | Create Maximum Number | Hard | 34.6% | 25.0% |
| 323 | https://leetcode.com/problems/number-of-connected-components-in-an-undirected-graph | Number of Connected Components in an Undirected Graph | Medium | 64.8% | 25.0% |
| 324 | https://leetcode.com/problems/wiggle-sort-ii | Wiggle Sort II | Medium | 36.9% | 25.0% |
| 326 | https://leetcode.com/problems/power-of-three | Power of Three | Easy | 50.7% | 37.5% |
| 327 | https://leetcode.com/problems/count-of-range-sum | Count of Range Sum | Hard | 38.3% | 25.0% |
| 331 | https://leetcode.com/problems/verify-preorder-serialization-of-a-binary-tree | Verify Preorder Serialization of a Binary Tree | Medium | 47.1% | 25.0% |
| 332 | https://leetcode.com/problems/reconstruct-itinerary | Reconstruct Itinerary | Hard | 44.3% | 37.5% |
| 337 | https://leetcode.com/problems/house-robber-iii | House Robber III | Medium | 55.6% | 25.0% |
| 340 | https://leetcode.com/problems/longest-substring-with-at-most-k-distinct-characters | Longest Substring with At Most K Distinct Characters | Medium | 49.9% | 25.0% |
| 342 | https://leetcode.com/problems/power-of-four | Power of Four | Easy | 51.7% | 25.0% |
| 344 | https://leetcode.com/problems/reverse-string | Reverse String | Easy | 80.5% | 37.5% |
| 346 | https://leetcode.com/problems/moving-average-from-data-stream | Moving Average from Data Stream | Easy | 80.2% | 37.5% |
| 348 | https://leetcode.com/problems/design-tic-tac-toe | Design Tic-Tac-Toe | Medium | 58.7% | 25.0% |
| 351 | https://leetcode.com/problems/android-unlock-patterns | Android Unlock Patterns | Medium | 53.7% | 37.5% |
| 352 | https://leetcode.com/problems/data-stream-as-disjoint-intervals | Data Stream as Disjoint Intervals | Hard | 60.0% | 12.5% |
| 353 | https://leetcode.com/problems/design-snake-game | Design Snake Game | Medium | 40.0% | 25.0% |
| 356 | https://leetcode.com/problems/line-reflection | Line Reflection | Medium | 36.3% | 25.0% |
| 357 | https://leetcode.com/problems/count-numbers-with-unique-digits | Count Numbers with Unique Digits | Medium | 55.3% | 37.5% |
| 358 | https://leetcode.com/problems/rearrange-string-k-distance-apart | Rearrange String k Distance Apart | Hard | 39.5% | 25.0% |
| 359 | https://leetcode.com/problems/logger-rate-limiter | Logger Rate Limiter | Easy | 76.8% | 62.5% |
| 360 | https://leetcode.com/problems/sort-transformed-array | Sort Transformed Array | Medium | 57.8% | 25.0% |
| 361 | https://leetcode.com/problems/bomb-enemy | Bomb Enemy | Medium | 52.8% | 25.0% |
| 363 | https://leetcode.com/problems/max-sum-of-rectangle-no-larger-than-k | Max Sum of Rectangle No Larger Than K | Hard | 45.3% | 25.0% |
| 366 | https://leetcode.com/problems/find-leaves-of-binary-tree | Find Leaves of Binary Tree | Medium | 81.3% | 25.0% |
| 368 | https://leetcode.com/problems/largest-divisible-subset | Largest Divisible Subset | Medium | 49.4% | 37.5% |
| 369 | https://leetcode.com/problems/plus-one-linked-list | Plus One Linked List | Medium | 61.2% | 25.0% |
| 370 | https://leetcode.com/problems/range-addition | Range Addition | Medium | 72.9% | 25.0% |
| 374 | https://leetcode.com/problems/guess-number-higher-or-lower | Guess Number Higher or Lower | Easy | 57.1% | 25.0% |
| 377 | https://leetcode.com/problems/combination-sum-iv | Combination Sum IV | Medium | 55.0% | 37.5% |
| 378 | https://leetcode.com/problems/kth-smallest-element-in-a-sorted-matrix | Kth Smallest Element in a Sorted Matrix | Medium | 64.4% | 25.0% |
| 382 | https://leetcode.com/problems/linked-list-random-node | Linked List Random Node | Medium | 64.6% | 37.5% |
| 384 | https://leetcode.com/problems/shuffle-an-array | Shuffle an Array | Medium | 59.5% | 12.5% |
| 387 | https://leetcode.com/problems/first-unique-character-in-a-string | First Unique Character in a String | Easy | 65.0% | 37.5% |
| 389 | https://leetcode.com/problems/find-the-difference | Find the Difference | Easy | 60.1% | 37.5% |
| 391 | https://leetcode.com/problems/perfect-rectangle | Perfect Rectangle | Hard | 37.2% | 25.0% |
| 393 | https://leetcode.com/problems/utf-8-validation | UTF-8 Validation | Medium | 46.0% | 25.0% |
| 397 | https://leetcode.com/problems/integer-replacement | Integer Replacement | Medium | 37.1% | 25.0% |
| 399 | https://leetcode.com/problems/evaluate-division | Evaluate Division | Medium | 64.0% | 37.5% |
| 401 | https://leetcode.com/problems/binary-watch | Binary Watch | Easy | 65.1% | 25.0% |
| 402 | https://leetcode.com/problems/remove-k-digits | Remove K Digits | Medium | 36.4% | 50.0% |
| 403 | https://leetcode.com/problems/frog-jump | Frog Jump | Hard | 47.1% | 25.0% |
| 404 | https://leetcode.com/problems/sum-of-left-leaves | Sum of Left Leaves | Easy | 62.4% | 12.5% |
| 407 | https://leetcode.com/problems/trapping-rain-water-ii | Trapping Rain Water II | Hard | 64.0% | 37.5% |
| 408 | https://leetcode.com/problems/valid-word-abbreviation | Valid Word Abbreviation | Easy | 37.0% | 25.0% |
| 411 | https://leetcode.com/problems/minimum-unique-word-abbreviation | Minimum Unique Word Abbreviation | Hard | 40.4% | 25.0% |
| 415 | https://leetcode.com/problems/add-strings | Add Strings | Easy | 52.1% | 37.5% |
| 416 | https://leetcode.com/problems/partition-equal-subset-sum | Partition Equal Subset Sum | Medium | 49.2% | 50.0% |
| 418 | https://leetcode.com/problems/sentence-screen-fitting | Sentence Screen Fitting | Medium | 36.4% | 25.0% |
| 419 | https://leetcode.com/problems/battleships-in-a-board | Battleships in a Board | Medium | 77.3% | 12.5% |
| 422 | https://leetcode.com/problems/valid-word-square | Valid Word Square | Easy | 42.8% | 25.0% |
| 425 | https://leetcode.com/problems/word-squares | Word Squares | Hard | 54.6% | 25.0% |
| 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% | 25.0% |
| 444 | https://leetcode.com/problems/sequence-reconstruction | Sequence Reconstruction | Medium | 30.5% | 37.5% |
| 448 | https://leetcode.com/problems/find-all-numbers-disappeared-in-an-array | Find All Numbers Disappeared in an Array | Easy | 63.7% | 50.0% |
| 452 | https://leetcode.com/problems/minimum-number-of-arrows-to-burst-balloons | Minimum Number of Arrows to Burst Balloons | Medium | 61.2% | 12.5% |
| 454 | https://leetcode.com/problems/4sum-ii | 4Sum II | Medium | 57.8% | 12.5% |
| 465 | https://leetcode.com/problems/optimal-account-balancing | Optimal Account Balancing | Hard | 50.3% | 25.0% |
| 469 | https://leetcode.com/problems/convex-polygon | Convex Polygon | Medium | 40.2% | 25.0% |
| 471 | https://leetcode.com/problems/encode-string-with-shortest-length | Encode String with Shortest Length | Hard | 50.6% | 25.0% |
| 474 | https://leetcode.com/problems/ones-and-zeroes | Ones and Zeroes | Medium | 53.0% | 25.0% |
| 480 | https://leetcode.com/problems/sliding-window-median | Sliding Window Median | Hard | 38.9% | 37.5% |
| 481 | https://leetcode.com/problems/magical-string | Magical String | Medium | 54.5% | 25.0% |
| 483 | https://leetcode.com/problems/smallest-good-base | Smallest Good Base | Hard | 45.4% | 25.0% |
| 484 | https://leetcode.com/problems/find-permutation | Find Permutation | Medium | 66.9% | 25.0% |
| 487 | https://leetcode.com/problems/max-consecutive-ones-ii | Max Consecutive Ones II | Medium | 51.9% | 25.0% |
| 490 | https://leetcode.com/problems/the-maze | The Maze | Medium | 60.3% | 25.0% |
| 494 | https://leetcode.com/problems/target-sum | Target Sum | Medium | 51.8% | 37.5% |
| 495 | https://leetcode.com/problems/teemo-attacking | Teemo Attacking | Easy | 57.5% | 12.5% |
| 496 | https://leetcode.com/problems/next-greater-element-i | Next Greater Element I | Easy | 75.7% | 37.5% |
| 501 | https://leetcode.com/problems/find-mode-in-binary-search-tree | Find Mode in Binary Search Tree | Easy | 58.5% | 25.0% |
| 502 | https://leetcode.com/problems/ipo | IPO | Hard | 53.3% | 12.5% |
| 505 | https://leetcode.com/problems/the-maze-ii | The Maze II | Medium | 55.0% | 25.0% |
| 2031 | https://leetcode.com/problems/count-subarrays-with-more-ones-than-zeros | Count Subarrays With More Ones Than Zeros | Medium | 49.1% | 25.0% |
| 1059 | https://leetcode.com/problems/all-paths-from-source-lead-to-destination | All Paths from Source Lead to Destination | Medium | 37.0% | 25.0% |
| 514 | https://leetcode.com/problems/freedom-trail | Freedom Trail | Hard | 59.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% | 12.5% |
| 520 | https://leetcode.com/problems/detect-capital | Detect Capital | Easy | 56.5% | 37.5% |
| 521 | https://leetcode.com/problems/longest-uncommon-subsequence-i | Longest Uncommon Subsequence I | Easy | 62.0% | 25.0% |
| 524 | https://leetcode.com/problems/longest-word-in-dictionary-through-deleting | Longest Word in Dictionary through Deleting | Medium | 52.5% | 25.0% |
| 527 | https://leetcode.com/problems/word-abbreviation | Word Abbreviation | Hard | 62.7% | 25.0% |
| 529 | https://leetcode.com/problems/minesweeper | Minesweeper | Medium | 68.7% | 12.5% |
| 530 | https://leetcode.com/problems/minimum-absolute-difference-in-bst | Minimum Absolute Difference in BST | Easy | 59.2% | 25.0% |
| 531 | https://leetcode.com/problems/lonely-pixel-i | Lonely Pixel I | Medium | 62.7% | 25.0% |
| 533 | https://leetcode.com/problems/lonely-pixel-ii | Lonely Pixel II | Medium | 48.9% | 25.0% |
| 535 | https://leetcode.com/problems/encode-and-decode-tinyurl | Encode and Decode TinyURL | Medium | 86.6% | 25.0% |
| 541 | https://leetcode.com/problems/reverse-string-ii | Reverse String II | Easy | 53.3% | 37.5% |
| 544 | https://leetcode.com/problems/output-contest-matches | Output Contest Matches | Medium | 77.5% | 25.0% |
| 545 | https://leetcode.com/problems/boundary-of-binary-tree | Boundary of Binary Tree | Medium | 47.9% | 25.0% |
| 549 | https://leetcode.com/problems/binary-tree-longest-consecutive-sequence-ii | Binary Tree Longest Consecutive Sequence II | Medium | 50.0% | 25.0% |
| 551 | https://leetcode.com/problems/student-attendance-record-i | Student Attendance Record I | Easy | 50.0% | 25.0% |
| 552 | https://leetcode.com/problems/student-attendance-record-ii | Student Attendance Record II | Hard | 56.4% | 37.5% |
| 554 | https://leetcode.com/problems/brick-wall | Brick Wall | Medium | 56.0% | 12.5% |
| 556 | https://leetcode.com/problems/next-greater-element-iii | Next Greater Element III | Medium | 35.1% | 12.5% |
| 557 | https://leetcode.com/problems/reverse-words-in-a-string-iii | Reverse Words in a String III | Easy | 83.9% | 12.5% |
| 562 | https://leetcode.com/problems/longest-line-of-consecutive-one-in-matrix | Longest Line of Consecutive One in Matrix | Medium | 50.6% | 25.0% |
| 564 | https://leetcode.com/problems/find-the-closest-palindrome | Find the Closest Palindrome | Hard | 31.8% | 12.5% |
| 568 | https://leetcode.com/problems/maximum-vacation-days | Maximum Vacation Days | Hard | 46.7% | 25.0% |
| 569 | https://leetcode.com/problems/median-employee-salary | Median Employee Salary | Hard | 65.9% | 25.0% |
| 572 | https://leetcode.com/problems/subtree-of-another-tree | Subtree of Another Tree | Easy | 51.2% | 25.0% |
| 581 | https://leetcode.com/problems/shortest-unsorted-continuous-subarray | Shortest Unsorted Continuous Subarray | Medium | 38.0% | 37.5% |
| 583 | https://leetcode.com/problems/delete-operation-for-two-strings | Delete Operation for Two Strings | Medium | 65.2% | 25.0% |
| 593 | https://leetcode.com/problems/valid-square | Valid Square | Medium | 44.8% | 12.5% |
| 604 | https://leetcode.com/problems/design-compressed-string-iterator | Design Compressed String Iterator | Easy | 40.3% | 25.0% |
| 608 | https://leetcode.com/problems/tree-node | Tree Node | Medium | 75.2% | 12.5% |
| 609 | https://leetcode.com/problems/find-duplicate-file-in-system | Find Duplicate File in System | Medium | 67.6% | 12.5% |
| 629 | https://leetcode.com/problems/k-inverse-pairs-array | K Inverse Pairs Array | Hard | 49.0% | 12.5% |
| 633 | https://leetcode.com/problems/sum-of-square-numbers | Sum of Square Numbers | Medium | 36.7% | 25.0% |
| 636 | https://leetcode.com/problems/exclusive-time-of-functions | Exclusive Time of Functions | Medium | 66.1% | 37.5% |
| 638 | https://leetcode.com/problems/shopping-offers | Shopping Offers | Medium | 52.2% | 25.0% |
| 644 | https://leetcode.com/problems/maximum-average-subarray-ii | Maximum Average Subarray II | Hard | 37.7% | 25.0% |
| 645 | https://leetcode.com/problems/set-mismatch | Set Mismatch | Easy | 44.2% | 25.0% |
| 650 | https://leetcode.com/problems/2-keys-keyboard | 2 Keys Keyboard | Medium | 59.3% | 12.5% |
| 651 | https://leetcode.com/problems/4-keys-keyboard | 4 Keys Keyboard | Medium | 56.5% | 25.0% |
| 656 | https://leetcode.com/problems/coin-path | Coin Path | Hard | 34.2% | 25.0% |
| 657 | https://leetcode.com/problems/robot-return-to-origin | Robot Return to Origin | Easy | 76.5% | 25.0% |
| 665 | https://leetcode.com/problems/non-decreasing-array | Non-decreasing Array | Medium | 25.4% | 25.0% |
| 667 | https://leetcode.com/problems/beautiful-arrangement-ii | Beautiful Arrangement II | Medium | 61.0% | 25.0% |
| 668 | https://leetcode.com/problems/kth-smallest-number-in-multiplication-table | Kth Smallest Number in Multiplication Table | Hard | 53.8% | 25.0% |
| 670 | https://leetcode.com/problems/maximum-swap | Maximum Swap | Medium | 51.9% | 37.5% |
| 673 | https://leetcode.com/problems/number-of-longest-increasing-subsequence | Number of Longest Increasing Subsequence | Medium | 51.3% | 12.5% |
| 676 | https://leetcode.com/problems/implement-magic-dictionary | Implement Magic Dictionary | Medium | 57.7% | 25.0% |
| 678 | https://leetcode.com/problems/valid-parenthesis-string | Valid Parenthesis String | Medium | 39.8% | 25.0% |
| 679 | https://leetcode.com/problems/24-game | 24 Game | Hard | 59.3% | 37.5% |
| 680 | https://leetcode.com/problems/valid-palindrome-ii | Valid Palindrome II | Easy | 44.0% | 37.5% |
| 682 | https://leetcode.com/problems/baseball-game | Baseball Game | Easy | 80.0% | 25.0% |
| 683 | https://leetcode.com/problems/k-empty-slots | K Empty Slots | Hard | 37.9% | 25.0% |
| 686 | https://leetcode.com/problems/repeated-string-match | Repeated String Match | Medium | 38.3% | 37.5% |
| 687 | https://leetcode.com/problems/longest-univalue-path | Longest Univalue Path | Medium | 43.5% | 25.0% |
| 688 | https://leetcode.com/problems/knight-probability-in-chessboard | Knight Probability in Chessboard | Medium | 56.9% | 12.5% |
| 689 | https://leetcode.com/problems/maximum-sum-of-3-non-overlapping-subarrays | Maximum Sum of 3 Non-Overlapping Subarrays | Hard | 59.7% | 37.5% |
| 690 | https://leetcode.com/problems/employee-importance | Employee Importance | Medium | 69.3% | 25.0% |
| 691 | https://leetcode.com/problems/stickers-to-spell-word | Stickers to Spell Word | Hard | 50.6% | 12.5% |
| 692 | https://leetcode.com/problems/top-k-frequent-words | Top K Frequent Words | Medium | 60.0% | 37.5% |
| 698 | https://leetcode.com/problems/partition-to-k-equal-sum-subsets | Partition to K Equal Sum Subsets | Medium | 38.4% | 25.0% |
| 713 | https://leetcode.com/problems/subarray-product-less-than-k | Subarray Product Less Than K | Medium | 53.9% | 25.0% |
| 716 | https://leetcode.com/problems/max-stack | Max Stack | Hard | 45.9% | 12.5% |
| 719 | https://leetcode.com/problems/find-k-th-smallest-pair-distance | Find K-th Smallest Pair Distance | Hard | 46.3% | 25.0% |
| 722 | https://leetcode.com/problems/remove-comments | Remove Comments | Medium | 40.0% | 12.5% |
| 727 | https://leetcode.com/problems/minimum-window-subsequence | Minimum Window Subsequence | Hard | 43.8% | 25.0% |
| 731 | https://leetcode.com/problems/my-calendar-ii | My Calendar II | Medium | 62.9% | 25.0% |
| 732 | https://leetcode.com/problems/my-calendar-iii | My Calendar III | Hard | 71.4% | 25.0% |
| 734 | https://leetcode.com/problems/sentence-similarity | Sentence Similarity | Easy | 44.8% | 25.0% |
| 737 | https://leetcode.com/problems/sentence-similarity-ii | Sentence Similarity II | Medium | 51.1% | 25.0% |
| 743 | https://leetcode.com/problems/network-delay-time | Network Delay Time | Medium | 59.7% | 37.5% |
| 746 | https://leetcode.com/problems/min-cost-climbing-stairs | Min Cost Climbing Stairs | Easy | 68.0% | 37.5% |
| 747 | https://leetcode.com/problems/largest-number-at-least-twice-of-others | Largest Number At Least Twice of Others | Easy | 52.1% | 25.0% |
| 748 | https://leetcode.com/problems/shortest-completing-word | Shortest Completing Word | Easy | 62.7% | 25.0% |
| 753 | https://leetcode.com/problems/cracking-the-safe | Cracking the Safe | Hard | 58.4% | 25.0% |
| 756 | https://leetcode.com/problems/pyramid-transition-matrix | Pyramid Transition Matrix | Medium | 60.6% | 25.0% |
| 758 | https://leetcode.com/problems/bold-words-in-string | Bold Words in String | Medium | 52.5% | 25.0% |
| 760 | https://leetcode.com/problems/find-anagram-mappings | Find Anagram Mappings | Easy | 84.0% | 25.0% |
| 430 | https://leetcode.com/problems/flatten-a-multilevel-doubly-linked-list | Flatten a Multilevel Doubly Linked List | Medium | 62.5% | 12.5% |
| 427 | https://leetcode.com/problems/construct-quad-tree | Construct Quad Tree | Medium | 78.1% | 12.5% |
| 768 | https://leetcode.com/problems/max-chunks-to-make-sorted-ii | Max Chunks To Make Sorted II | Hard | 54.7% | 25.0% |
| 769 | https://leetcode.com/problems/max-chunks-to-make-sorted | Max Chunks To Make Sorted | Medium | 64.1% | 25.0% |
| 701 | https://leetcode.com/problems/insert-into-a-binary-search-tree | Insert into a Binary Search Tree | Medium | 73.3% | 25.0% |
| 772 | https://leetcode.com/problems/basic-calculator-iii | Basic Calculator III | Hard | 53.1% | 25.0% |
| 702 | https://leetcode.com/problems/search-in-a-sorted-array-of-unknown-size | Search in a Sorted Array of Unknown Size | Medium | 73.1% | 25.0% |
| 774 | https://leetcode.com/problems/minimize-max-distance-to-gas-station | Minimize Max Distance to Gas Station | Hard | 53.9% | 25.0% |
| 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% | 25.0% |
| 782 | https://leetcode.com/problems/transform-to-chessboard | Transform to Chessboard | Hard | 51.1% | 25.0% |
| 783 | https://leetcode.com/problems/minimum-distance-between-bst-nodes | Minimum Distance Between BST Nodes | Easy | 61.1% | 25.0% |
| 787 | https://leetcode.com/problems/cheapest-flights-within-k-stops | Cheapest Flights Within K Stops | Medium | 41.4% | 37.5% |
| 788 | https://leetcode.com/problems/rotated-digits | Rotated Digits | Medium | 56.8% | 25.0% |
| 789 | https://leetcode.com/problems/escape-the-ghosts | Escape The Ghosts | Medium | 63.4% | 25.0% |
| 796 | https://leetcode.com/problems/rotate-string | Rotate String | Easy | 65.1% | 37.5% |
| 799 | https://leetcode.com/problems/champagne-tower | Champagne Tower | Medium | 64.0% | 37.5% |
| 800 | https://leetcode.com/problems/similar-rgb-color | Similar RGB Color | Easy | 67.9% | 25.0% |
| 803 | https://leetcode.com/problems/bricks-falling-when-hit | Bricks Falling When Hit | Hard | 36.9% | 25.0% |
| 809 | https://leetcode.com/problems/expressive-words | Expressive Words | Medium | 46.7% | 25.0% |
| 812 | https://leetcode.com/problems/largest-triangle-area | Largest Triangle Area | Easy | 71.5% | 37.5% |
| 813 | https://leetcode.com/problems/largest-sum-of-averages | Largest Sum of Averages | Medium | 54.8% | 25.0% |
| 815 | https://leetcode.com/problems/bus-routes | Bus Routes | Hard | 47.1% | 37.5% |
| 816 | https://leetcode.com/problems/ambiguous-coordinates | Ambiguous Coordinates | Medium | 56.4% | 25.0% |
| 817 | https://leetcode.com/problems/linked-list-components | Linked List Components | Medium | 57.7% | 25.0% |
| 819 | https://leetcode.com/problems/most-common-word | Most Common Word | Easy | 45.0% | 12.5% |
| 823 | https://leetcode.com/problems/binary-trees-with-factors | Binary Trees With Factors | Medium | 53.1% | 12.5% |
| 708 | https://leetcode.com/problems/insert-into-a-sorted-circular-linked-list | Insert into a Sorted Circular Linked List | Medium | 38.5% | 25.0% |
| 829 | https://leetcode.com/problems/consecutive-numbers-sum | Consecutive Numbers Sum | Hard | 42.6% | 12.5% |
| 830 | https://leetcode.com/problems/positions-of-large-groups | Positions of Large Groups | Easy | 53.7% | 25.0% |
| 834 | https://leetcode.com/problems/sum-of-distances-in-tree | Sum of Distances in Tree | Hard | 65.5% | 37.5% |
| 835 | https://leetcode.com/problems/image-overlap | Image Overlap | Medium | 64.0% | 25.0% |
| 489 | https://leetcode.com/problems/robot-room-cleaner | Robot Room Cleaner | Hard | 77.9% | 37.5% |
| 838 | https://leetcode.com/problems/push-dominoes | Push Dominoes | Medium | 63.0% | 25.0% |
| 839 | https://leetcode.com/problems/similar-string-groups | Similar String Groups | Hard | 56.1% | 25.0% |
| 840 | https://leetcode.com/problems/magic-squares-in-grid | Magic Squares In Grid | Medium | 55.1% | 25.0% |
| 841 | https://leetcode.com/problems/keys-and-rooms | Keys and Rooms | Medium | 75.5% | 37.5% |
| 845 | https://leetcode.com/problems/longest-mountain-in-array | Longest Mountain in Array | Medium | 41.8% | 25.0% |
| 847 | https://leetcode.com/problems/shortest-path-visiting-all-nodes | Shortest Path Visiting All Nodes | Hard | 65.7% | 37.5% |
| 849 | https://leetcode.com/problems/maximize-distance-to-closest-person | Maximize Distance to Closest Person | Medium | 49.6% | 25.0% |
| 854 | https://leetcode.com/problems/k-similar-strings | K-Similar Strings | Hard | 40.6% | 25.0% |
| 855 | https://leetcode.com/problems/exam-room | Exam Room | Medium | 43.2% | 25.0% |
| 857 | https://leetcode.com/problems/minimum-cost-to-hire-k-workers | Minimum Cost to Hire K Workers | Hard | 63.6% | 25.0% |
| 863 | https://leetcode.com/problems/all-nodes-distance-k-in-binary-tree | All Nodes Distance K in Binary Tree | Medium | 67.4% | 25.0% |
| 710 | https://leetcode.com/problems/random-pick-with-blacklist | Random Pick with Blacklist | Hard | 34.6% | 25.0% |
| 871 | https://leetcode.com/problems/minimum-number-of-refueling-stops | Minimum Number of Refueling Stops | Hard | 41.1% | 12.5% |
| 872 | https://leetcode.com/problems/leaf-similar-trees | Leaf-Similar Trees | Easy | 70.2% | 12.5% |
| 519 | https://leetcode.com/problems/random-flip-matrix | Random Flip Matrix | Medium | 45.4% | 25.0% |
| 881 | https://leetcode.com/problems/boats-to-save-people | Boats to Save People | Medium | 61.4% | 25.0% |
| 889 | https://leetcode.com/problems/construct-binary-tree-from-preorder-and-postorder-traversal | Construct Binary Tree from Preorder and Postorder Traversal | Medium | 78.1% | 25.0% |
| 894 | https://leetcode.com/problems/all-possible-full-binary-trees | All Possible Full Binary Trees | Medium | 82.8% | 25.0% |
| 897 | https://leetcode.com/problems/increasing-order-search-tree | Increasing Order Search Tree | Easy | 78.9% | 12.5% |
| 904 | https://leetcode.com/problems/fruit-into-baskets | Fruit Into Baskets | Medium | 50.5% | 50.0% |
| 906 | https://leetcode.com/problems/super-palindromes | Super Palindromes | Hard | 39.8% | 25.0% |
| 911 | https://leetcode.com/problems/online-election | Online Election | Medium | 52.7% | 25.0% |
| 913 | https://leetcode.com/problems/cat-and-mouse | Cat and Mouse | Hard | 34.7% | 25.0% |
| 914 | https://leetcode.com/problems/x-of-a-kind-in-a-deck-of-cards | X of a Kind in a Deck of Cards | Easy | 30.1% | 25.0% |
| 916 | https://leetcode.com/problems/word-subsets | Word Subsets | Medium | 55.9% | 25.0% |
| 919 | https://leetcode.com/problems/complete-binary-tree-inserter | Complete Binary Tree Inserter | Medium | 65.0% | 25.0% |
| 921 | https://leetcode.com/problems/minimum-add-to-make-parentheses-valid | Minimum Add to Make Parentheses Valid | Medium | 74.4% | 25.0% |
| 926 | https://leetcode.com/problems/flip-string-to-monotone-increasing | Flip String to Monotone Increasing | Medium | 61.8% | 25.0% |
| 929 | https://leetcode.com/problems/unique-email-addresses | Unique Email Addresses | Easy | 67.8% | 25.0% |
| 930 | https://leetcode.com/problems/binary-subarrays-with-sum | Binary Subarrays With Sum | Medium | 68.2% | 37.5% |
| 931 | https://leetcode.com/problems/minimum-falling-path-sum | Minimum Falling Path Sum | Medium | 60.8% | 37.5% |
| 932 | https://leetcode.com/problems/beautiful-array | Beautiful Array | Medium | 68.6% | 25.0% |
| 935 | https://leetcode.com/problems/knight-dialer | Knight Dialer | Medium | 61.7% | 25.0% |
| 940 | https://leetcode.com/problems/distinct-subsequences-ii | Distinct Subsequences II | Hard | 44.0% | 12.5% |
| 942 | https://leetcode.com/problems/di-string-match | DI String Match | Easy | 80.9% | 25.0% |
| 944 | https://leetcode.com/problems/delete-columns-to-make-sorted | Delete Columns to Make Sorted | Easy | 78.0% | 25.0% |
| 946 | https://leetcode.com/problems/validate-stack-sequences | Validate Stack Sequences | Medium | 70.2% | 12.5% |
| 947 | https://leetcode.com/problems/most-stones-removed-with-same-row-or-column | Most Stones Removed with Same Row or Column | Medium | 62.7% | 25.0% |
| 948 | https://leetcode.com/problems/bag-of-tokens | Bag of Tokens | Medium | 59.5% | 37.5% |
| 951 | https://leetcode.com/problems/flip-equivalent-binary-trees | Flip Equivalent Binary Trees | Medium | 69.6% | 25.0% |
| 952 | https://leetcode.com/problems/largest-component-size-by-common-factor | Largest Component Size by Common Factor | Hard | 42.4% | 25.0% |
| 954 | https://leetcode.com/problems/array-of-doubled-pairs | Array of Doubled Pairs | Medium | 39.7% | 25.0% |
| 955 | https://leetcode.com/problems/delete-columns-to-make-sorted-ii | Delete Columns to Make Sorted II | Medium | 49.7% | 25.0% |
| 958 | https://leetcode.com/problems/check-completeness-of-a-binary-tree | Check Completeness of a Binary Tree | Medium | 58.9% | 12.5% |
| 960 | https://leetcode.com/problems/delete-columns-to-make-sorted-iii | Delete Columns to Make Sorted III | Hard | 72.6% | 25.0% |
| 975 | https://leetcode.com/problems/odd-even-jump | Odd Even Jump | Hard | 41.1% | 37.5% |
| 983 | https://leetcode.com/problems/minimum-cost-for-tickets | Minimum Cost For Tickets | Medium | 67.4% | 25.0% |
| 994 | https://leetcode.com/problems/rotting-oranges | Rotting Oranges | Medium | 58.1% | 50.0% |
| 997 | https://leetcode.com/problems/find-the-town-judge | Find the Town Judge | Easy | 50.5% | 25.0% |
| 1005 | https://leetcode.com/problems/maximize-sum-of-array-after-k-negations | Maximize Sum Of Array After K Negations | Easy | 53.5% | 12.5% |
| 1007 | https://leetcode.com/problems/minimum-domino-rotations-for-equal-row | Minimum Domino Rotations For Equal Row | Medium | 56.5% | 37.5% |
| 1055 | https://leetcode.com/problems/shortest-way-to-form-string | Shortest Way to Form String | Medium | 61.5% | 25.0% |
| 1057 | https://leetcode.com/problems/campus-bikes | Campus Bikes | Medium | 59.1% | 25.0% |
| 1009 | https://leetcode.com/problems/complement-of-base-10-integer | Complement of Base 10 Integer | Easy | 60.6% | 12.5% |
| 1012 | https://leetcode.com/problems/numbers-with-repeated-digits | Numbers With Repeated Digits | Hard | 45.8% | 25.0% |
| 1062 | https://leetcode.com/problems/longest-repeating-substring | Longest Repeating Substring | Medium | 63.4% | 12.5% |
| 1014 | https://leetcode.com/problems/best-sightseeing-pair | Best Sightseeing Pair | Medium | 62.7% | 25.0% |
| 1015 | https://leetcode.com/problems/smallest-integer-divisible-by-k | Smallest Integer Divisible by K | Medium | 54.3% | 25.0% |
| 1016 | https://leetcode.com/problems/binary-string-with-substrings-representing-1-to-n | Binary String With Substrings Representing 1 To N | Medium | 58.4% | 25.0% |
| 1066 | https://leetcode.com/problems/campus-bikes-ii | Campus Bikes II | Medium | 55.9% | 25.0% |
| 1056 | https://leetcode.com/problems/confusing-number | Confusing Number | Easy | 49.3% | 25.0% |
| 1087 | https://leetcode.com/problems/brace-expansion | Brace Expansion | Medium | 66.8% | 25.0% |
| 1088 | https://leetcode.com/problems/confusing-number-ii | Confusing Number II | Hard | 47.1% | 25.0% |
| 1023 | https://leetcode.com/problems/camelcase-matching | Camelcase Matching | Medium | 65.0% | 25.0% |
| 1024 | https://leetcode.com/problems/video-stitching | Video Stitching | Medium | 52.5% | 25.0% |
| 1101 | https://leetcode.com/problems/the-earliest-moment-when-everyone-become-friends | The Earliest Moment When Everyone Become Friends | Medium | 65.9% | 50.0% |
| 1025 | https://leetcode.com/problems/divisor-game | Divisor Game | Easy | 71.5% | 25.0% |
| 1027 | https://leetcode.com/problems/longest-arithmetic-subsequence | Longest Arithmetic Subsequence | Medium | 49.9% | 25.0% |
| 1028 | https://leetcode.com/problems/recover-a-tree-from-preorder-traversal | Recover a Tree From Preorder Traversal | Hard | 83.2% | 12.5% |
| 1032 | https://leetcode.com/problems/stream-of-characters | Stream of Characters | Hard | 51.9% | 25.0% |
| 1039 | https://leetcode.com/problems/minimum-score-triangulation-of-polygon | Minimum Score Triangulation of Polygon | Medium | 67.4% | 12.5% |
| 1037 | https://leetcode.com/problems/valid-boomerang | Valid Boomerang | Easy | 39.1% | 25.0% |
| 1161 | https://leetcode.com/problems/maximum-level-sum-of-a-binary-tree | Maximum Level Sum of a Binary Tree | Medium | 70.0% | 25.0% |
| 1121 | https://leetcode.com/problems/divide-array-into-increasing-sequences | Divide Array Into Increasing Sequences | Hard | 65.4% | 25.0% |
| 1043 | https://leetcode.com/problems/partition-array-for-maximum-sum | Partition Array for Maximum Sum | Medium | 77.3% | 12.5% |
| 1044 | https://leetcode.com/problems/longest-duplicate-substring | Longest Duplicate Substring | Hard | 31.1% | 25.0% |
| 1165 | https://leetcode.com/problems/single-row-keyboard | Single-Row Keyboard | Easy | 87.8% | 25.0% |
| 1153 | https://leetcode.com/problems/string-transforms-into-another-string | String Transforms Into Another String | Hard | 34.7% | 25.0% |
| 1167 | https://leetcode.com/problems/minimum-cost-to-connect-sticks | Minimum Cost to Connect Sticks | Medium | 71.8% | 25.0% |
| 1048 | https://leetcode.com/problems/longest-string-chain | Longest String Chain | Medium | 62.8% | 25.0% |
| 1182 | https://leetcode.com/problems/shortest-distance-to-target-color | Shortest Distance to Target Color | Medium | 56.5% | 25.0% |
| 1197 | https://leetcode.com/problems/minimum-knight-moves | Minimum Knight Moves | Medium | 41.7% | 25.0% |
| 1168 | https://leetcode.com/problems/optimize-water-distribution-in-a-village | Optimize Water Distribution in a Village | Hard | 65.5% | 25.0% |
| 1074 | https://leetcode.com/problems/number-of-submatrices-that-sum-to-target | Number of Submatrices That Sum to Target | Hard | 74.6% | 12.5% |
| 1068 | https://leetcode.com/problems/product-sales-analysis-i | Product Sales Analysis I | Easy | 85.6% | 25.0% |
| 1078 | https://leetcode.com/problems/occurrences-after-bigram | Occurrences After Bigram | Easy | 63.9% | 25.0% |
| 1081 | https://leetcode.com/problems/smallest-subsequence-of-distinct-characters | Smallest Subsequence of Distinct Characters | Medium | 63.1% | 25.0% |
| 1079 | https://leetcode.com/problems/letter-tile-possibilities | Letter Tile Possibilities | Medium | 83.5% | 25.0% |
| 1199 | https://leetcode.com/problems/minimum-time-to-build-blocks | Minimum Time to Build Blocks | Hard | 46.4% | 25.0% |
| 1090 | https://leetcode.com/problems/largest-values-from-labels | Largest Values From Labels | Medium | 64.0% | 25.0% |
| 1245 | https://leetcode.com/problems/tree-diameter | Tree Diameter | Medium | 61.2% | 25.0% |
| 1095 | https://leetcode.com/problems/find-in-mountain-array | Find in Mountain Array | Hard | 41.1% | 25.0% |
| 1117 | https://leetcode.com/problems/building-h2o | Building H2O | Medium | 58.3% | 12.5% |
| 1096 | https://leetcode.com/problems/brace-expansion-ii | Brace Expansion II | Hard | 63.7% | 25.0% |
| 1231 | https://leetcode.com/problems/divide-chocolate | Divide Chocolate | Hard | 60.5% | 25.0% |
| 1105 | https://leetcode.com/problems/filling-bookcase-shelves | Filling Bookcase Shelves | Medium | 68.6% | 25.0% |
| 1272 | https://leetcode.com/problems/remove-interval | Remove Interval | Medium | 67.1% | 25.0% |
| 1114 | https://leetcode.com/problems/print-in-order | Print in Order | Easy | 72.7% | 25.0% |
| 1619 | https://leetcode.com/problems/mean-of-array-after-removing-some-elements | Mean of Array After Removing Some Elements | Easy | 71.5% | 25.0% |
| 1286 | https://leetcode.com/problems/iterator-for-combination | Iterator for Combination | Medium | 72.7% | 25.0% |
| 1291 | https://leetcode.com/problems/sequential-digits | Sequential Digits | Medium | 65.4% | 12.5% |
| 1125 | https://leetcode.com/problems/smallest-sufficient-team | Smallest Sufficient Team | Hard | 55.4% | 12.5% |
| 1287 | https://leetcode.com/problems/element-appearing-more-than-25-in-sorted-array | Element Appearing More Than 25% In Sorted Array | Easy | 61.1% | 25.0% |
| 1289 | https://leetcode.com/problems/minimum-falling-path-sum-ii | Minimum Falling Path Sum II | Hard | 63.2% | 25.0% |
| 1130 | https://leetcode.com/problems/minimum-cost-tree-from-leaf-values | Minimum Cost Tree From Leaf Values | Medium | 67.8% | 12.5% |
| 1300 | https://leetcode.com/problems/sum-of-mutated-array-closest-to-target | Sum of Mutated Array Closest to Target | Medium | 46.1% | 25.0% |
| 1138 | https://leetcode.com/problems/alphabet-board-path | Alphabet Board Path | Medium | 51.8% | 25.0% |
| 1313 | https://leetcode.com/problems/decompress-run-length-encoded-list | Decompress Run-Length Encoded List | Easy | 86.2% | 25.0% |
| 1314 | https://leetcode.com/problems/matrix-block-sum | Matrix Block Sum | Medium | 76.4% | 25.0% |
| 1316 | https://leetcode.com/problems/distinct-echo-substrings | Distinct Echo Substrings | Hard | 52.9% | 25.0% |
| 1144 | https://leetcode.com/problems/decrease-elements-to-make-array-zigzag | Decrease Elements To Make Array Zigzag | Medium | 49.0% | 25.0% |
| 1145 | https://leetcode.com/problems/binary-tree-coloring-game | Binary Tree Coloring Game | Medium | 52.8% | 25.0% |
| 1143 | https://leetcode.com/problems/longest-common-subsequence | Longest Common Subsequence | Medium | 58.9% | 37.5% |
| 1147 | https://leetcode.com/problems/longest-chunked-palindrome-decomposition | Longest Chunked Palindrome Decomposition | Hard | 59.0% | 25.0% |
| 1302 | https://leetcode.com/problems/deepest-leaves-sum | Deepest Leaves Sum | Medium | 86.5% | 25.0% |
| 1331 | https://leetcode.com/problems/rank-transform-of-an-array | Rank Transform of an Array | Easy | 70.8% | 37.5% |
| 1632 | https://leetcode.com/problems/rank-transform-of-a-matrix | Rank Transform of a Matrix | Hard | 42.0% | 25.0% |
| 1170 | https://leetcode.com/problems/compare-strings-by-frequency-of-the-smallest-character | Compare Strings by Frequency of the Smallest Character | Medium | 63.2% | 25.0% |
| 1360 | https://leetcode.com/problems/number-of-days-between-two-dates | Number of Days Between Two Dates | Easy | 52.3% | 12.5% |
| 1425 | https://leetcode.com/problems/constrained-subsequence-sum | Constrained Subsequence Sum | Hard | 56.4% | 12.5% |
| 1184 | https://leetcode.com/problems/distance-between-bus-stops | Distance Between Bus Stops | Easy | 55.2% | 25.0% |
| 1550 | https://leetcode.com/problems/three-consecutive-odds | Three Consecutive Odds | Easy | 69.3% | 12.5% |
| 1483 | https://leetcode.com/problems/kth-ancestor-of-a-tree-node | Kth Ancestor of a Tree Node | Hard | 37.1% | 25.0% |
| 2079 | https://leetcode.com/problems/watering-plants | Watering Plants | Medium | 79.9% | 25.0% |
| 1706 | https://leetcode.com/problems/where-will-the-ball-fall | Where Will the Ball Fall | Medium | 72.2% | 25.0% |
| 2226 | https://leetcode.com/problems/maximum-candies-allocated-to-k-children | Maximum Candies Allocated to K Children | Medium | 49.9% | 37.5% |
| 1206 | https://leetcode.com/problems/design-skiplist | Design Skiplist | Hard | 59.1% | 25.0% |
| 1233 | https://leetcode.com/problems/remove-sub-folders-from-the-filesystem | Remove Sub-Folders from the Filesystem | Medium | 78.6% | 37.5% |
| 1240 | https://leetcode.com/problems/tiling-a-rectangle-with-the-fewest-squares | Tiling a Rectangle with the Fewest Squares | Hard | 54.8% | 25.0% |
| 1726 | https://leetcode.com/problems/tuple-with-same-product | Tuple with Same Product | Medium | 70.1% | 37.5% |
| 1249 | https://leetcode.com/problems/minimum-remove-to-make-valid-parentheses | Minimum Remove to Make Valid Parentheses | Medium | 71.3% | 25.0% |
| 1254 | https://leetcode.com/problems/number-of-closed-islands | Number of Closed Islands | Medium | 67.0% | 37.5% |
| 1618 | https://leetcode.com/problems/maximum-font-to-fit-a-sentence-in-a-screen | Maximum Font to Fit a Sentence in a Screen | Medium | 61.9% | 25.0% |
| 1261 | https://leetcode.com/problems/find-elements-in-a-contaminated-binary-tree | Find Elements in a Contaminated Binary Tree | Medium | 84.1% | 25.0% |
| 2215 | https://leetcode.com/problems/find-the-difference-of-two-arrays | Find the Difference of Two Arrays | Easy | 81.3% | 37.5% |
| 2218 | https://leetcode.com/problems/maximum-value-of-k-coins-from-piles | Maximum Value of K Coins From Piles | Hard | 60.4% | 25.0% |
| 2304 | https://leetcode.com/problems/minimum-path-cost-in-a-grid | Minimum Path Cost in a Grid | Medium | 67.9% | 25.0% |
| 1266 | https://leetcode.com/problems/minimum-time-visiting-all-points | Minimum Time Visiting All Points | Easy | 84.8% | 12.5% |
| 1267 | https://leetcode.com/problems/count-servers-that-communicate | Count Servers that Communicate | Medium | 73.5% | 25.0% |
| 1269 | https://leetcode.com/problems/number-of-ways-to-stay-in-the-same-place-after-some-steps | Number of Ways to Stay in the Same Place After Some Steps | Hard | 50.0% | 25.0% |
| 1270 | https://leetcode.com/problems/all-people-report-to-the-given-manager | All People Report to the Given Manager | Medium | 84.0% | 25.0% |
| 1283 | https://leetcode.com/problems/find-the-smallest-divisor-given-a-threshold | Find the Smallest Divisor Given a Threshold | Medium | 65.4% | 25.0% |
| 1292 | https://leetcode.com/problems/maximum-side-length-of-a-square-with-sum-less-than-or-equal-to-threshold | Maximum Side Length of a Square with Sum Less than or Equal to Threshold | Medium | 65.5% | 25.0% |
| 1320 | https://leetcode.com/problems/minimum-distance-to-type-a-word-using-two-fingers | Minimum Distance to Type a Word Using Two Fingers | Hard | 59.4% | 25.0% |
| 1342 | https://leetcode.com/problems/number-of-steps-to-reduce-a-number-to-zero | Number of Steps to Reduce a Number to Zero | Easy | 85.7% | 12.5% |
| 1345 | https://leetcode.com/problems/jump-game-iv | Jump Game IV | Hard | 46.2% | 25.0% |
| 1326 | https://leetcode.com/problems/minimum-number-of-taps-to-open-to-water-a-garden | Minimum Number of Taps to Open to Water a Garden | Hard | 51.0% | 12.5% |
| 1358 | https://leetcode.com/problems/number-of-substrings-containing-all-three-characters | Number of Substrings Containing All Three Characters | Medium | 73.5% | 25.0% |
| 1359 | https://leetcode.com/problems/count-all-valid-pickup-and-delivery-options | Count All Valid Pickup and Delivery Options | Hard | 64.9% | 12.5% |
| 1337 | https://leetcode.com/problems/the-k-weakest-rows-in-a-matrix | The K Weakest Rows in a Matrix | Easy | 74.3% | 12.5% |
| 1346 | https://leetcode.com/problems/check-if-n-and-its-double-exist | Check If N and Its Double Exist | Easy | 41.6% | 37.5% |
| 1347 | https://leetcode.com/problems/minimum-number-of-steps-to-make-two-strings-anagram | Minimum Number of Steps to Make Two Strings Anagram | Medium | 82.5% | 12.5% |
| 1351 | https://leetcode.com/problems/count-negative-numbers-in-a-sorted-matrix | Count Negative Numbers in a Sorted Matrix | Easy | 79.5% | 12.5% |
| 1352 | https://leetcode.com/problems/product-of-the-last-k-numbers | Product of the Last K Numbers | Medium | 62.9% | 37.5% |
| 1366 | https://leetcode.com/problems/rank-teams-by-votes | Rank Teams by Votes | Medium | 60.0% | 25.0% |
| 1367 | https://leetcode.com/problems/linked-list-in-binary-tree | Linked List in Binary Tree | Medium | 51.9% | 12.5% |
| 1368 | https://leetcode.com/problems/minimum-cost-to-make-at-least-one-valid-path-in-a-grid | Minimum Cost to Make at Least One Valid Path in a Grid | Hard | 70.9% | 37.5% |
| 1387 | https://leetcode.com/problems/sort-integers-by-the-power-value | Sort Integers by The Power Value | Medium | 71.5% | 25.0% |
| 1388 | https://leetcode.com/problems/pizza-with-3n-slices | Pizza With 3n Slices | Hard | 53.7% | 25.0% |
| 1401 | https://leetcode.com/problems/circle-and-rectangle-overlapping | Circle and Rectangle Overlapping | Medium | 49.8% | 25.0% |
| 1392 | https://leetcode.com/problems/longest-happy-prefix | Longest Happy Prefix | Hard | 51.6% | 25.0% |
| 1397 | https://leetcode.com/problems/find-all-good-strings | Find All Good Strings | Hard | 45.0% | 12.5% |
| 1414 | https://leetcode.com/problems/find-the-minimum-number-of-fibonacci-numbers-whose-sum-is-k | Find the Minimum Number of Fibonacci Numbers Whose Sum Is K | Medium | 64.8% | 25.0% |
| 1406 | https://leetcode.com/problems/stone-game-iii | Stone Game III | Hard | 63.3% | 25.0% |
| 1410 | https://leetcode.com/problems/html-entity-parser | HTML Entity Parser | Medium | 50.3% | 12.5% |
| 1422 | https://leetcode.com/problems/maximum-score-after-splitting-a-string | Maximum Score After Splitting a String | Easy | 65.1% | 37.5% |
| 1424 | https://leetcode.com/problems/diagonal-traverse-ii | Diagonal Traverse II | Medium | 58.3% | 25.0% |
| 1447 | https://leetcode.com/problems/simplified-fractions | Simplified Fractions | Medium | 69.6% | 25.0% |
| 1449 | https://leetcode.com/problems/form-largest-integer-with-digits-that-add-up-to-target | Form Largest Integer With Digits That Add up to Target | Hard | 49.5% | 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% | 37.5% |
| 1441 | https://leetcode.com/problems/build-an-array-with-stack-operations | Build an Array With Stack Operations | Medium | 81.0% | 25.0% |
| 1444 | https://leetcode.com/problems/number-of-ways-of-cutting-a-pizza | Number of Ways of Cutting a Pizza | Hard | 61.6% | 25.0% |
| 1461 | https://leetcode.com/problems/check-if-a-string-contains-all-binary-codes-of-size-k | Check If a String Contains All Binary Codes of Size K | Medium | 56.9% | 25.0% |
| 1452 | https://leetcode.com/problems/people-whose-list-of-favorite-companies-is-not-a-subset-of-another-list | People Whose List of Favorite Companies Is Not a Subset of Another List | Medium | 60.5% | 25.0% |
| 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% |
| 1477 | https://leetcode.com/problems/find-two-non-overlapping-sub-arrays-each-with-target-sum | Find Two Non-overlapping Sub-arrays Each With Target Sum | Medium | 36.7% | 25.0% |
| 1471 | https://leetcode.com/problems/the-k-strongest-values-in-an-array | The k Strongest Values in an Array | Medium | 62.6% | 25.0% |
| 1472 | https://leetcode.com/problems/design-browser-history | Design Browser History | Medium | 78.2% | 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% | 25.0% |
| 1494 | https://leetcode.com/problems/parallel-courses-ii | Parallel Courses II | Hard | 30.5% | 25.0% |
| 1489 | https://leetcode.com/problems/find-critical-and-pseudo-critical-edges-in-minimum-spanning-tree | Find Critical and Pseudo-Critical Edges in Minimum Spanning Tree | Hard | 66.3% | 12.5% |
| 1508 | https://leetcode.com/problems/range-sum-of-sorted-subarray-sums | Range Sum of Sorted Subarray Sums | Medium | 63.1% | 25.0% |
| 1496 | https://leetcode.com/problems/path-crossing | Path Crossing | Easy | 62.6% | 12.5% |
| 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% |
| 1499 | https://leetcode.com/problems/max-value-of-equation | Max Value of Equation | Hard | 45.0% | 25.0% |
| 1503 | https://leetcode.com/problems/last-moment-before-all-ants-fall-out-of-a-plank | Last Moment Before All Ants Fall Out of a Plank | Medium | 68.2% | 25.0% |
| 1504 | https://leetcode.com/problems/count-submatrices-with-all-ones | Count Submatrices With All Ones | Medium | 71.1% | 25.0% |
| 1525 | https://leetcode.com/problems/number-of-good-ways-to-split-a-string | Number of Good Ways to Split a String | Medium | 68.4% | 25.0% |
| 1526 | https://leetcode.com/problems/minimum-number-of-increments-on-subarrays-to-form-a-target-array | Minimum Number of Increments on Subarrays to Form a Target Array | Hard | 78.1% | 62.5% |
| 1513 | https://leetcode.com/problems/number-of-substrings-with-only-1s | Number of Substrings With Only 1s | Medium | 57.4% | 25.0% |
| 1546 | https://leetcode.com/problems/maximum-number-of-non-overlapping-subarrays-with-sum-equals-target | Maximum Number of Non-Overlapping Subarrays With Sum Equals Target | Medium | 48.8% | 25.0% |
| 1506 | https://leetcode.com/problems/find-root-of-n-ary-tree | Find Root of N-Ary Tree | Medium | 78.6% | 25.0% |
| 1530 | https://leetcode.com/problems/number-of-good-leaf-nodes-pairs | Number of Good Leaf Nodes Pairs | Medium | 71.8% | 25.0% |
| 1516 | https://leetcode.com/problems/move-sub-tree-of-n-ary-tree | Move Sub-Tree of N-Ary Tree | Hard | 59.7% | 25.0% |
| 1557 | https://leetcode.com/problems/minimum-number-of-vertices-to-reach-all-nodes | Minimum Number of Vertices to Reach All Nodes | Medium | 81.5% | 25.0% |
| 1517 | https://leetcode.com/problems/find-users-with-valid-e-mails | Find Users With Valid E-Mails | Easy | 36.8% | 12.5% |
| 1544 | https://leetcode.com/problems/make-the-string-great | Make The String Great | Easy | 68.4% | 37.5% |
| 1552 | https://leetcode.com/problems/magnetic-force-between-two-balls | Magnetic Force Between Two Balls | Medium | 71.9% | 25.0% |
| 1553 | https://leetcode.com/problems/minimum-number-of-days-to-eat-n-oranges | Minimum Number of Days to Eat N Oranges | Hard | 36.1% | 25.0% |
| 1538 | https://leetcode.com/problems/guess-the-majority-in-a-hidden-array | Guess the Majority in a Hidden Array | Medium | 69.3% | 25.0% |
| 1562 | https://leetcode.com/problems/find-latest-group-of-size-m | Find Latest Group of Size M | Medium | 43.7% | 25.0% |
| 1548 | https://leetcode.com/problems/the-most-similar-path-in-a-graph | The Most Similar Path in a Graph | Hard | 59.4% | 25.0% |
| 1569 | https://leetcode.com/problems/number-of-ways-to-reorder-array-to-get-same-bst | Number of Ways to Reorder Array to Get Same BST | Hard | 54.0% | 25.0% |
| 1591 | https://leetcode.com/problems/strange-printer-ii | Strange Printer II | Hard | 60.6% | 25.0% |
| 1564 | https://leetcode.com/problems/put-boxes-into-the-warehouse-i | Put Boxes Into the Warehouse I | Medium | 67.4% | 25.0% |
| 1584 | https://leetcode.com/problems/min-cost-to-connect-all-points | Min Cost to Connect All Points | Medium | 70.3% | 12.5% |
| 1585 | https://leetcode.com/problems/check-if-string-is-transformable-with-substring-sort-operations | Check If String Is Transformable With Substring Sort Operations | Hard | 51.1% | 25.0% |
| 1592 | https://leetcode.com/problems/rearrange-spaces-between-words | Rearrange Spaces Between Words | Easy | 44.1% | 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% | 25.0% |
| 1594 | https://leetcode.com/problems/maximum-non-negative-product-in-a-matrix | Maximum Non Negative Product in a Matrix | Medium | 35.7% | 25.0% |
| 1595 | https://leetcode.com/problems/minimum-cost-to-connect-two-groups-of-points | Minimum Cost to Connect Two Groups of Points | Hard | 49.6% | 25.0% |
| 1580 | https://leetcode.com/problems/put-boxes-into-the-warehouse-ii | Put Boxes Into the Warehouse II | Medium | 65.8% | 25.0% |
| 1600 | https://leetcode.com/problems/throne-inheritance | Throne Inheritance | Medium | 66.8% | 25.0% |
| 1728 | https://leetcode.com/problems/cat-and-mouse-ii | Cat and Mouse II | Hard | 40.3% | 25.0% |
| 1622 | https://leetcode.com/problems/fancy-sequence | Fancy Sequence | Hard | 18.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% |
| 1610 | https://leetcode.com/problems/maximum-number-of-visible-points | Maximum Number of Visible Points | Hard | 37.9% | 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% |
| 1602 | https://leetcode.com/problems/find-nearest-right-node-in-binary-tree | Find Nearest Right Node in Binary Tree | Medium | 75.1% | 25.0% |
| 1612 | https://leetcode.com/problems/check-if-two-expression-trees-are-equivalent | Check If Two Expression Trees are Equivalent | Medium | 71.7% | 25.0% |
| 1630 | https://leetcode.com/problems/arithmetic-subarrays | Arithmetic Subarrays | Medium | 83.8% | 25.0% |
| 1655 | https://leetcode.com/problems/distribute-repeating-integers | Distribute Repeating Integers | Hard | 40.4% | 25.0% |
| 1647 | https://leetcode.com/problems/minimum-deletions-to-make-character-frequencies-unique | Minimum Deletions to Make Character Frequencies Unique | Medium | 61.4% | 12.5% |
| 1656 | https://leetcode.com/problems/design-an-ordered-stream | Design an Ordered Stream | Easy | 82.6% | 12.5% |
| 1658 | https://leetcode.com/problems/minimum-operations-to-reduce-x-to-zero | Minimum Operations to Reduce X to Zero | Medium | 40.4% | 25.0% |
| 1662 | https://leetcode.com/problems/check-if-two-string-arrays-are-equivalent | Check If Two String Arrays are Equivalent | Easy | 86.0% | 12.5% |
| 1672 | https://leetcode.com/problems/richest-customer-wealth | Richest Customer Wealth | Easy | 88.7% | 37.5% |
| 1673 | https://leetcode.com/problems/find-the-most-competitive-subsequence | Find the Most Competitive Subsequence | Medium | 52.7% | 25.0% |
| 1660 | https://leetcode.com/problems/correct-a-binary-tree | Correct a Binary Tree | Medium | 74.3% | 25.0% |
| 1679 | https://leetcode.com/problems/max-number-of-k-sum-pairs | Max Number of K-Sum Pairs | Medium | 56.9% | 25.0% |
| 1703 | https://leetcode.com/problems/minimum-adjacent-swaps-for-k-consecutive-ones | Minimum Adjacent Swaps for K Consecutive Ones | Hard | 42.3% | 25.0% |
| 1666 | https://leetcode.com/problems/change-the-root-of-a-binary-tree | Change the Root of a Binary Tree | Medium | 75.0% | 25.0% |
| 1697 | https://leetcode.com/problems/checking-existence-of-edge-length-limited-paths | Checking Existence of Edge Length Limited Paths | Hard | 63.2% | 25.0% |
| 1707 | https://leetcode.com/problems/maximum-xor-with-an-element-from-array | Maximum XOR With an Element From Array | Hard | 57.5% | 25.0% |
| 1692 | https://leetcode.com/problems/count-ways-to-distribute-candies | Count Ways to Distribute Candies | Hard | 63.8% | 25.0% |
| 1713 | https://leetcode.com/problems/minimum-operations-to-make-a-subsequence | Minimum Operations to Make a Subsequence | Hard | 49.6% | 25.0% |
| 1732 | https://leetcode.com/problems/find-the-highest-altitude | Find the Highest Altitude | Easy | 83.9% | 25.0% |
| 1722 | https://leetcode.com/problems/minimize-hamming-distance-after-swap-operations | Minimize Hamming Distance After Swap Operations | Medium | 49.1% | 25.0% |
| 1727 | https://leetcode.com/problems/largest-submatrix-with-rearrangements | Largest Submatrix With Rearrangements | Medium | 75.2% | 25.0% |
| 1708 | https://leetcode.com/problems/largest-subarray-length-k | Largest Subarray Length K | Easy | 65.7% | 25.0% |
| 1751 | https://leetcode.com/problems/maximum-number-of-events-that-can-be-attended-ii | Maximum Number of Events That Can Be Attended II | Hard | 63.6% | 12.5% |
| 1736 | https://leetcode.com/problems/latest-time-by-replacing-hidden-digits | Latest Time by Replacing Hidden Digits | Easy | 43.6% | 25.0% |
| 1737 | https://leetcode.com/problems/change-minimum-characters-to-satisfy-one-of-three-conditions | Change Minimum Characters to Satisfy One of Three Conditions | Medium | 37.7% | 25.0% |
| 1738 | https://leetcode.com/problems/find-kth-largest-xor-coordinate-value | Find Kth Largest XOR Coordinate Value | Medium | 64.2% | 25.0% |
| 1724 | https://leetcode.com/problems/checking-existence-of-edge-length-limited-paths-ii | Checking Existence of Edge Length Limited Paths II | Hard | 51.7% | 25.0% |
| 1766 | https://leetcode.com/problems/tree-of-coprimes | Tree of Coprimes | Hard | 43.8% | 25.0% |
| 1765 | https://leetcode.com/problems/map-of-highest-peak | Map of Highest Peak | Medium | 75.6% | 25.0% |
| 1753 | https://leetcode.com/problems/maximum-score-from-removing-stones | Maximum Score From Removing Stones | Medium | 68.6% | 25.0% |
| 1759 | https://leetcode.com/problems/count-number-of-homogenous-substrings | Count Number of Homogenous Substrings | Medium | 57.4% | 12.5% |
| 1768 | https://leetcode.com/problems/merge-strings-alternately | Merge Strings Alternately | Easy | 82.1% | 75.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% | 37.5% |
| 1770 | https://leetcode.com/problems/maximum-score-from-performing-multiplication-operations | Maximum Score from Performing Multiplication Operations | Hard | 43.1% | 25.0% |
| 1774 | https://leetcode.com/problems/closest-dessert-cost | Closest Dessert Cost | Medium | 48.4% | 25.0% |
| 1756 | https://leetcode.com/problems/design-most-recently-used-queue | Design Most Recently Used Queue | Medium | 77.7% | 25.0% |
| 1757 | https://leetcode.com/problems/recyclable-and-low-fat-products | Recyclable and Low Fat Products | Easy | 88.8% | 75.0% |
| 1786 | https://leetcode.com/problems/number-of-restricted-paths-from-first-to-last-node | Number of Restricted Paths From First to Last Node | Medium | 40.9% | 25.0% |
| 1767 | https://leetcode.com/problems/find-the-subtasks-that-did-not-execute | Find the Subtasks That Did Not Execute | Hard | 78.3% | 25.0% |
| 1793 | https://leetcode.com/problems/maximum-score-of-a-good-subarray | Maximum Score of a Good Subarray | Hard | 64.4% | 25.0% |
| 1813 | https://leetcode.com/problems/sentence-similarity-iii | Sentence Similarity III | Medium | 48.5% | 25.0% |
| 1815 | https://leetcode.com/problems/maximum-number-of-groups-getting-fresh-donuts | Maximum Number of Groups Getting Fresh Donuts | Hard | 41.4% | 25.0% |
| 1814 | https://leetcode.com/problems/count-nice-pairs-in-an-array | Count Nice Pairs in an Array | Medium | 48.4% | 12.5% |
| 1802 | https://leetcode.com/problems/maximum-value-at-a-given-index-in-a-bounded-array | Maximum Value at a Given Index in a Bounded Array | Medium | 38.9% | 12.5% |
| 1807 | https://leetcode.com/problems/evaluate-the-bracket-pairs-of-a-string | Evaluate the Bracket Pairs of a String | Medium | 69.2% | 25.0% |
| 1806 | https://leetcode.com/problems/minimum-number-of-operations-to-reinitialize-a-permutation | Minimum Number of Operations to Reinitialize a Permutation | Medium | 72.7% | 25.0% |
| 1828 | https://leetcode.com/problems/queries-on-number-of-points-inside-a-circle | Queries on Number of Points Inside a Circle | Medium | 86.8% | 25.0% |
| 1794 | https://leetcode.com/problems/count-pairs-of-equal-substrings-with-minimum-difference | Count Pairs of Equal Substrings With Minimum Difference | Medium | 64.0% | 25.0% |
| 1824 | https://leetcode.com/problems/minimum-sideway-jumps | Minimum Sideway Jumps | Medium | 51.5% | 12.5% |
| 1810 | https://leetcode.com/problems/minimum-path-cost-in-a-hidden-grid | Minimum Path Cost in a Hidden Grid | Medium | 58.7% | 25.0% |
| 1820 | https://leetcode.com/problems/maximum-number-of-accepted-invitations | Maximum Number of Accepted Invitations | Medium | 52.3% | 12.5% |
| 1821 | https://leetcode.com/problems/find-customers-with-positive-revenue-this-year | Find Customers With Positive Revenue this Year | Easy | 87.7% | 25.0% |
| 1850 | https://leetcode.com/problems/minimum-adjacent-swaps-to-reach-the-kth-smallest-number | Minimum Adjacent Swaps to Reach the Kth Smallest Number | Medium | 72.1% | 25.0% |
| 1857 | https://leetcode.com/problems/largest-color-value-in-a-directed-graph | Largest Color Value in a Directed Graph | Hard | 57.4% | 25.0% |
| 1866 | https://leetcode.com/problems/number-of-ways-to-rearrange-sticks-with-k-sticks-visible | Number of Ways to Rearrange Sticks With K Sticks Visible | Hard | 60.5% | 25.0% |
| 1870 | https://leetcode.com/problems/minimum-speed-to-arrive-on-time | Minimum Speed to Arrive on Time | Medium | 47.7% | 25.0% |
| 1871 | https://leetcode.com/problems/jump-game-vii | Jump Game VII | Medium | 26.3% | 25.0% |
| 1896 | https://leetcode.com/problems/minimum-cost-to-change-the-final-value-of-expression | Minimum Cost to Change the Final Value of Expression | Hard | 51.1% | 25.0% |
| 1858 | https://leetcode.com/problems/longest-word-with-all-prefixes | Longest Word With All Prefixes | Medium | 72.0% | 25.0% |
| 1883 | https://leetcode.com/problems/minimum-skips-to-arrive-at-meeting-on-time | Minimum Skips to Arrive at Meeting On Time | Hard | 38.8% | 25.0% |
| 1888 | https://leetcode.com/problems/minimum-number-of-flips-to-make-the-binary-string-alternating | Minimum Number of Flips to Make the Binary String Alternating | Medium | 41.1% | 25.0% |
| 1899 | https://leetcode.com/problems/merge-triplets-to-form-target-triplet | Merge Triplets to Form Target Triplet | Medium | 68.8% | 25.0% |
| 1900 | https://leetcode.com/problems/the-earliest-and-latest-rounds-where-players-compete | The Earliest and Latest Rounds Where Players Compete | Hard | 72.7% | 25.0% |
| 1874 | https://leetcode.com/problems/minimize-product-sum-of-two-arrays | Minimize Product Sum of Two Arrays | Medium | 89.9% | 25.0% |
| 1906 | https://leetcode.com/problems/minimum-absolute-difference-queries | Minimum Absolute Difference Queries | Medium | 45.6% | 25.0% |
| 1915 | https://leetcode.com/problems/number-of-wonderful-substrings | Number of Wonderful Substrings | Medium | 66.6% | 25.0% |
| 1891 | https://leetcode.com/problems/cutting-ribbons | Cutting Ribbons | Medium | 53.0% | 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% | 25.0% |
| 1921 | https://leetcode.com/problems/eliminate-maximum-number-of-monsters | Eliminate Maximum Number of Monsters | Medium | 51.0% | 25.0% |
| 1943 | https://leetcode.com/problems/describe-the-painting | Describe the Painting | Medium | 51.9% | 25.0% |
| 1929 | https://leetcode.com/problems/concatenation-of-array | Concatenation of Array | Easy | 90.5% | 50.0% |
| 1930 | https://leetcode.com/problems/unique-length-3-palindromic-subsequences | Unique Length-3 Palindromic Subsequences | Medium | 73.8% | 37.5% |
| 1931 | https://leetcode.com/problems/painting-a-grid-with-three-different-colors | Painting a Grid With Three Different Colors | Hard | 77.3% | 25.0% |
| 1918 | https://leetcode.com/problems/kth-smallest-subarray-sum | Kth Smallest Subarray Sum | Medium | 53.4% | 25.0% |
| 1940 | https://leetcode.com/problems/longest-common-subsequence-between-sorted-arrays | Longest Common Subsequence Between Sorted Arrays | Medium | 81.3% | 25.0% |
| 1924 | https://leetcode.com/problems/erect-the-fence-ii | Erect the Fence II | Hard | 51.3% | 25.0% |
| 1948 | https://leetcode.com/problems/delete-duplicate-folders-in-system | Delete Duplicate Folders in System | Hard | 77.7% | 12.5% |
| 1970 | https://leetcode.com/problems/last-day-where-you-can-still-cross | Last Day Where You Can Still Cross | Hard | 68.6% | 25.0% |
| 1993 | https://leetcode.com/problems/operations-on-tree | Operations on Tree | Medium | 45.0% | 25.0% |
| 1979 | https://leetcode.com/problems/find-greatest-common-divisor-of-array | Find Greatest Common Divisor of Array | Easy | 79.7% | 12.5% |
| 1980 | https://leetcode.com/problems/find-unique-binary-string | Find Unique Binary String | Medium | 79.4% | 12.5% |
| 1966 | https://leetcode.com/problems/binary-searchable-numbers-in-an-unsorted-array | Binary Searchable Numbers in an Unsorted Array | Medium | 63.3% | 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% |
| 1987 | https://leetcode.com/problems/number-of-unique-good-subsequences | Number of Unique Good Subsequences | Hard | 52.6% | 25.0% |
| 2006 | https://leetcode.com/problems/count-number-of-pairs-with-absolute-difference-k | Count Number of Pairs With Absolute Difference K | Easy | 85.3% | 12.5% |
| 2007 | https://leetcode.com/problems/find-original-array-from-doubled-array | Find Original Array From Doubled Array | Medium | 40.7% | 25.0% |
| 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% |
| 1996 | https://leetcode.com/problems/the-number-of-weak-characters-in-the-game | The Number of Weak Characters in the Game | Medium | 44.5% | 25.0% |
| 2022 | https://leetcode.com/problems/convert-1d-array-into-2d-array | Convert 1D Array Into 2D Array | Easy | 72.1% | 25.0% |
| 2024 | https://leetcode.com/problems/maximize-the-confusion-of-an-exam | Maximize the Confusion of an Exam | Medium | 69.7% | 12.5% |
| 2011 | https://leetcode.com/problems/final-value-of-variable-after-performing-operations | Final Value of Variable After Performing Operations | Easy | 90.6% | 12.5% |
| 2013 | https://leetcode.com/problems/detect-squares | Detect Squares | Medium | 52.3% | 37.5% |
| 2016 | https://leetcode.com/problems/maximum-difference-between-increasing-elements | Maximum Difference Between Increasing Elements | Easy | 66.4% | 12.5% |
| 2018 | https://leetcode.com/problems/check-if-word-can-be-placed-in-crossword | Check if Word Can Be Placed In Crossword | Medium | 50.6% | 37.5% |
| 2037 | https://leetcode.com/problems/minimum-number-of-moves-to-seat-everyone | Minimum Number of Moves to Seat Everyone | Easy | 87.2% | 12.5% |
| 2034 | https://leetcode.com/problems/stock-price-fluctuation | Stock Price Fluctuation | Medium | 48.9% | 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% |
| 2050 | https://leetcode.com/problems/parallel-courses-iii | Parallel Courses III | Hard | 66.8% | 25.0% |
| 2059 | https://leetcode.com/problems/minimum-operations-to-convert-number | Minimum Operations to Convert Number | Medium | 51.5% | 25.0% |
| 2064 | https://leetcode.com/problems/minimized-maximum-of-products-distributed-to-any-store | Minimized Maximum of Products Distributed to Any Store | Medium | 63.0% | 12.5% |
| 2088 | https://leetcode.com/problems/count-fertile-pyramids-in-a-land | Count Fertile Pyramids in a Land | Hard | 66.2% | 25.0% |
| 2076 | https://leetcode.com/problems/process-restricted-friend-requests | Process Restricted Friend Requests | Hard | 59.4% | 25.0% |
| 2101 | https://leetcode.com/problems/detonate-the-maximum-bombs | Detonate the Maximum Bombs | Medium | 49.9% | 37.5% |
| 2089 | https://leetcode.com/problems/find-target-indices-after-sorting-array | Find Target Indices After Sorting Array | Easy | 77.8% | 25.0% |
| 2092 | https://leetcode.com/problems/find-all-people-with-secret | Find All People With Secret | Hard | 48.4% | 25.0% |
| 2077 | https://leetcode.com/problems/paths-in-maze-that-lead-to-same-room | Paths in Maze That Lead to Same Room | Medium | 56.5% | 25.0% |
| 2114 | https://leetcode.com/problems/maximum-number-of-words-found-in-sentences | Maximum Number of Words Found in Sentences | Easy | 86.7% | 25.0% |
| 2115 | https://leetcode.com/problems/find-all-possible-recipes-from-given-supplies | Find All Possible Recipes from Given Supplies | Medium | 56.8% | 37.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% |
| 2105 | https://leetcode.com/problems/watering-plants-ii | Watering Plants II | Medium | 48.6% | 25.0% |
| 2131 | https://leetcode.com/problems/longest-palindrome-by-concatenating-two-letter-words | Longest Palindrome by Concatenating Two Letter Words | Medium | 53.5% | 12.5% |
| 2122 | https://leetcode.com/problems/recover-the-original-array | Recover the Original Array | Hard | 41.2% | 25.0% |
| 2126 | https://leetcode.com/problems/destroying-asteroids | Destroying Asteroids | Medium | 53.3% | 25.0% |
| 2135 | https://leetcode.com/problems/count-words-obtained-after-adding-a-letter | Count Words Obtained After Adding a Letter | Medium | 43.9% | 25.0% |
| 2155 | https://leetcode.com/problems/all-divisions-with-the-highest-score-of-a-binary-array | All Divisions With the Highest Score of a Binary Array | Medium | 65.4% | 25.0% |
| 2162 | https://leetcode.com/problems/minimum-cost-to-set-cooking-time | Minimum Cost to Set Cooking Time | Medium | 41.5% | 25.0% |
| 2128 | https://leetcode.com/problems/remove-all-ones-with-row-and-column-flips | Remove All Ones With Row and Column Flips | Medium | 76.2% | 25.0% |
| 2150 | https://leetcode.com/problems/find-all-lonely-numbers-in-the-array | Find All Lonely Numbers in the Array | Medium | 62.7% | 25.0% |
| 2178 | https://leetcode.com/problems/maximum-split-of-positive-even-integers | Maximum Split of Positive Even Integers | Medium | 59.6% | 25.0% |
| 2167 | https://leetcode.com/problems/minimum-time-to-remove-all-cars-containing-illegal-goods | Minimum Time to Remove All Cars Containing Illegal Goods | Hard | 42.0% | 25.0% |
| 2172 | https://leetcode.com/problems/maximum-and-sum-of-array | Maximum AND Sum of Array | Hard | 50.7% | 25.0% |
| 2185 | https://leetcode.com/problems/counting-words-with-a-given-prefix | Counting Words With a Given Prefix | Easy | 84.5% | 25.0% |
| 2188 | https://leetcode.com/problems/minimum-time-to-finish-the-race | Minimum Time to Finish the Race | Hard | 43.3% | 37.5% |
| 2196 | https://leetcode.com/problems/create-binary-tree-from-descriptions | Create Binary Tree From Descriptions | Medium | 81.7% | 25.0% |
| 2209 | https://leetcode.com/problems/minimum-white-tiles-after-covering-with-carpets | Minimum White Tiles After Covering With Carpets | Hard | 38.6% | 25.0% |
| 2190 | https://leetcode.com/problems/most-frequent-number-following-key-in-an-array | Most Frequent Number Following Key In an Array | Easy | 59.4% | 25.0% |
| 2174 | https://leetcode.com/problems/remove-all-ones-with-row-and-column-flips-ii | Remove All Ones With Row and Column Flips II | Medium | 67.2% | 25.0% |
| 2200 | https://leetcode.com/problems/find-all-k-distant-indices-in-an-array | Find All K-Distant Indices in an Array | Easy | 77.4% | 25.0% |
| 2203 | https://leetcode.com/problems/minimum-weighted-subgraph-with-the-required-paths | Minimum Weighted Subgraph With the Required Paths | Hard | 41.0% | 37.5% |
| 2255 | https://leetcode.com/problems/count-prefixes-of-a-given-string | Count Prefixes of a Given String | Easy | 74.2% | 25.0% |
| 2258 | https://leetcode.com/problems/escape-the-spreading-fire | Escape the Spreading Fire | Hard | 37.6% | 12.5% |
| 2224 | https://leetcode.com/problems/minimum-number-of-operations-to-convert-time | Minimum Number of Operations to Convert Time | Easy | 66.3% | 25.0% |
| 2265 | https://leetcode.com/problems/count-nodes-equal-to-average-of-subtree | Count Nodes Equal to Average of Subtree | Medium | 86.7% | 12.5% |
| 2267 | https://leetcode.com/problems/check-if-there-is-a-valid-parentheses-string-path | Check if There Is a Valid Parentheses String Path | Hard | 40.1% | 25.0% |
| 2239 | https://leetcode.com/problems/find-closest-number-to-zero | Find Closest Number to Zero | Easy | 47.7% | 12.5% |
| 2241 | https://leetcode.com/problems/design-an-atm-machine | Design an ATM Machine | Medium | 44.5% | 25.0% |
| 2242 | https://leetcode.com/problems/maximum-score-of-a-node-sequence | Maximum Score of a Node Sequence | Hard | 39.8% | 25.0% |
| 2271 | https://leetcode.com/problems/maximum-white-tiles-covered-by-a-carpet | Maximum White Tiles Covered by a Carpet | Medium | 35.6% | 25.0% |
| 2280 | https://leetcode.com/problems/minimum-lines-to-represent-a-line-chart | Minimum Lines to Represent a Line Chart | Medium | 26.8% | 25.0% |
| 2283 | https://leetcode.com/problems/check-if-number-has-equal-digit-count-and-digit-value | Check if Number Has Equal Digit Count and Digit Value | Easy | 73.1% | 25.0% |
| 2284 | https://leetcode.com/problems/sender-with-largest-word-count | Sender With Largest Word Count | Medium | 59.5% | 25.0% |
| 2286 | https://leetcode.com/problems/booking-concert-tickets-in-groups | Booking Concert Tickets in Groups | Hard | 19.1% | 25.0% |
| 2237 | https://leetcode.com/problems/count-positions-on-street-with-required-brightness | Count Positions on Street With Required Brightness | Medium | 62.9% | 25.0% |
| 2296 | https://leetcode.com/problems/design-a-text-editor | Design a Text Editor | Hard | 49.9% | 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% |
| 2254 | https://leetcode.com/problems/design-video-sharing-platform | Design Video Sharing Platform | Hard | 64.0% | 25.0% |
| 2313 | https://leetcode.com/problems/minimum-flips-in-binary-tree-to-get-result | Minimum Flips in Binary Tree to Get Result | Hard | 56.8% | 25.0% |
| 2315 | https://leetcode.com/problems/count-asterisks | Count Asterisks | Easy | 83.3% | 25.0% |
| 2316 | https://leetcode.com/problems/count-unreachable-pairs-of-nodes-in-an-undirected-graph | Count Unreachable Pairs of Nodes in an Undirected Graph | Medium | 49.8% | 25.0% |
| 2337 | https://leetcode.com/problems/move-pieces-to-obtain-a-string | Move Pieces to Obtain a String | Medium | 56.7% | 37.5% |
| 2332 | https://leetcode.com/problems/the-latest-time-to-catch-a-bus | The Latest Time to Catch a Bus | Medium | 29.9% | 37.5% |
| 2334 | https://leetcode.com/problems/subarray-with-elements-greater-than-varying-threshold | Subarray With Elements Greater Than Varying Threshold | Hard | 45.2% | 25.0% |
| 2351 | https://leetcode.com/problems/first-letter-to-appear-twice | First Letter to Appear Twice | Easy | 74.9% | 25.0% |
| 2348 | https://leetcode.com/problems/number-of-zero-filled-subarrays | Number of Zero-Filled Subarrays | Medium | 70.1% | 25.0% |
| 2349 | https://leetcode.com/problems/design-a-number-container-system | Design a Number Container System | Medium | 57.1% | 37.5% |
| 2350 | https://leetcode.com/problems/shortest-impossible-sequence-of-rolls | Shortest Impossible Sequence of Rolls | Hard | 69.3% | 25.0% |
| 2369 | https://leetcode.com/problems/check-if-there-is-a-valid-partition-for-the-array | Check if There is a Valid Partition For The Array | Medium | 52.2% | 12.5% |
| 2363 | https://leetcode.com/problems/merge-similar-items | Merge Similar Items | Easy | 77.4% | 25.0% |
| 2366 | https://leetcode.com/problems/minimum-replacements-to-sort-the-array | Minimum Replacements to Sort the Array | Hard | 53.2% | 12.5% |
| 2390 | https://leetcode.com/problems/removing-stars-from-a-string | Removing Stars From a String | Medium | 78.9% | 12.5% |
| 2392 | https://leetcode.com/problems/build-a-matrix-with-conditions | Build a Matrix With Conditions | Hard | 79.3% | 25.0% |
| 2345 | https://leetcode.com/problems/finding-the-number-of-visible-mountains | Finding the Number of Visible Mountains | Medium | 37.2% | 25.0% |
| 2404 | https://leetcode.com/problems/most-frequent-even-element | Most Frequent Even Element | Easy | 53.2% | 12.5% |
| 2459 | https://leetcode.com/problems/sort-array-by-moving-items-to-empty-space | Sort Array by Moving Items to Empty Space | Hard | 45.6% | 25.0% |
| 2416 | https://leetcode.com/problems/sum-of-prefix-scores-of-strings | Sum of Prefix Scores of Strings | Hard | 60.8% | 25.0% |
| 2421 | https://leetcode.com/problems/number-of-good-paths | Number of Good Paths | Hard | 56.3% | 25.0% |
| 2371 | https://leetcode.com/problems/minimize-maximum-value-in-a-grid | Minimize Maximum Value in a Grid | Hard | 70.2% | 25.0% |
| 2522 | https://leetcode.com/problems/partition-string-into-substrings-with-values-at-most-k | Partition String Into Substrings With Values at Most K | Medium | 47.5% | 12.5% |
| 2424 | https://leetcode.com/problems/longest-uploaded-prefix | Longest Uploaded Prefix | Medium | 54.7% | 25.0% |
| 2426 | https://leetcode.com/problems/number-of-pairs-satisfying-inequality | Number of Pairs Satisfying Inequality | Hard | 46.8% | 25.0% |
| 2435 | https://leetcode.com/problems/paths-in-matrix-whose-sum-is-divisible-by-k | Paths in Matrix Whose Sum Is Divisible by K | Hard | 58.7% | 25.0% |
| 2442 | https://leetcode.com/problems/count-number-of-distinct-integers-after-reverse-operations | Count Number of Distinct Integers After Reverse Operations | Medium | 81.3% | 25.0% |
| 2444 | https://leetcode.com/problems/count-subarrays-with-fixed-bounds | Count Subarrays With Fixed Bounds | Hard | 69.3% | 12.5% |
| 2446 | https://leetcode.com/problems/determine-if-two-events-have-conflict | Determine if Two Events Have Conflict | Easy | 53.0% | 25.0% |
| 2448 | https://leetcode.com/problems/minimum-cost-to-make-array-equal | Minimum Cost to Make Array Equal | Hard | 46.7% | 12.5% |
| 2458 | https://leetcode.com/problems/height-of-binary-tree-after-subtree-removal-queries | Height of Binary Tree After Subtree Removal Queries | Hard | 54.9% | 37.5% |
| 2452 | https://leetcode.com/problems/words-within-two-edits-of-dictionary | Words Within Two Edits of Dictionary | Medium | 61.7% | 25.0% |
| 2467 | https://leetcode.com/problems/most-profitable-path-in-a-tree | Most Profitable Path in a Tree | Medium | 67.3% | 12.5% |
| 2476 | https://leetcode.com/problems/closest-nodes-queries-in-a-binary-search-tree | Closest Nodes Queries in a Binary Search Tree | Medium | 44.1% | 25.0% |
| 2478 | https://leetcode.com/problems/number-of-beautiful-partitions | Number of Beautiful Partitions | Hard | 32.8% | 25.0% |
| 2488 | https://leetcode.com/problems/count-subarrays-with-median-k | Count Subarrays With Median K | Hard | 47.6% | 25.0% |
| 2483 | https://leetcode.com/problems/minimum-penalty-for-a-shop | Minimum Penalty for a Shop | Medium | 71.2% | 12.5% |
| 2484 | https://leetcode.com/problems/count-palindromic-subsequences | Count Palindromic Subsequences | Hard | 41.0% | 12.5% |
| 2498 | https://leetcode.com/problems/frog-jump-ii | Frog Jump II | Medium | 62.4% | 25.0% |
| 2531 | https://leetcode.com/problems/make-number-of-distinct-characters-equal | Make Number of Distinct Characters Equal | Medium | 27.5% | 25.0% |
| 2534 | https://leetcode.com/problems/time-taken-to-cross-the-door | Time Taken to Cross the Door | Hard | 50.1% | 37.5% |
| 2536 | https://leetcode.com/problems/increment-submatrices-by-one | Increment Submatrices by One | Medium | 73.8% | 25.0% |
| 2540 | https://leetcode.com/problems/minimum-common-value | Minimum Common Value | Easy | 58.0% | 12.5% |
| 2556 | https://leetcode.com/problems/disconnect-path-in-a-binary-matrix-by-at-most-one-flip | Disconnect Path in a Binary Matrix by at Most One Flip | Medium | 27.7% | 25.0% |
| 2582 | https://leetcode.com/problems/pass-the-pillow | Pass the Pillow | Easy | 56.6% | 12.5% |
| 2510 | https://leetcode.com/problems/check-if-there-is-a-path-with-equal-number-of-0s-and-1s | Check if There is a Path With Equal Number of 0's And 1's | Medium | 51.8% | 25.0% |
| 2589 | https://leetcode.com/problems/minimum-time-to-complete-all-tasks | Minimum Time to Complete All Tasks | Hard | 39.6% | 12.5% |
| 2663 | https://leetcode.com/problems/lexicographically-smallest-beautiful-string | Lexicographically Smallest Beautiful String | Hard | 38.1% | 37.5% |
| 2597 | https://leetcode.com/problems/the-number-of-beautiful-subsets | The Number of Beautiful Subsets | Medium | 50.9% | 12.5% |
| 2563 | https://leetcode.com/problems/count-the-number-of-fair-pairs | Count the Number of Fair Pairs | Medium | 52.7% | 25.0% |
| 2570 | https://leetcode.com/problems/merge-two-2d-arrays-by-summing-values | Merge Two 2D Arrays by Summing Values | Easy | 81.8% | 25.0% |
| 2601 | https://leetcode.com/problems/prime-subtraction-operation | Prime Subtraction Operation | Medium | 55.6% | 25.0% |
| 2610 | https://leetcode.com/problems/convert-an-array-into-a-2d-array-with-conditions | Convert an Array Into a 2D Array With Conditions | Medium | 86.4% | 12.5% |
| 2620 | https://leetcode.com/problems/counter | Counter | Easy | 82.4% | 37.5% |
| 2621 | https://leetcode.com/problems/sleep | Sleep | Easy | 87.4% | 25.0% |
| 2619 | https://leetcode.com/problems/array-prototype-last | Array Prototype Last | Easy | 74.6% | 25.0% |
| 2645 | https://leetcode.com/problems/minimum-additions-to-make-valid-string | Minimum Additions to Make Valid String | Medium | 51.0% | 12.5% |
| 2707 | https://leetcode.com/problems/extra-characters-in-a-string | Extra Characters in a String | Medium | 57.3% | 12.5% |
| 2626 | https://leetcode.com/problems/array-reduce-transformation | Array Reduce Transformation | Easy | 85.5% | 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% |
| 2667 | https://leetcode.com/problems/create-hello-world-function | Create Hello World Function | Easy | 82.0% | 75.0% |
| 2704 | https://leetcode.com/problems/to-be-or-not-to-be | To Be Or Not To Be | Easy | 63.3% | 25.0% |
| 2831 | https://leetcode.com/problems/find-the-longest-equal-subarray | Find the Longest Equal Subarray | Medium | 37.6% | 12.5% |
| 2689 | https://leetcode.com/problems/extract-kth-character-from-the-rope-tree | Extract Kth Character From The Rope Tree | Easy | 73.3% | 25.0% |
| 2763 | https://leetcode.com/problems/sum-of-imbalance-numbers-of-all-subarrays | Sum of Imbalance Numbers of All Subarrays | Hard | 43.1% | 25.0% |
| 2723 | https://leetcode.com/problems/add-two-promises | Add Two Promises | Easy | 91.8% | 12.5% |
| 2728 | https://leetcode.com/problems/count-houses-in-a-circular-street | Count Houses in a Circular Street | Easy | 86.0% | 25.0% |
| 2779 | https://leetcode.com/problems/maximum-beauty-of-an-array-after-applying-operation | Maximum Beauty of an Array After Applying Operation | Medium | 58.3% | 37.5% |
| 2812 | https://leetcode.com/problems/find-the-safest-path-in-a-grid | Find the Safest Path in a Grid | Medium | 48.6% | 37.5% |
| 2857 | https://leetcode.com/problems/count-pairs-of-points-with-distance-k | Count Pairs of Points With Distance k | Medium | 32.8% | 25.0% |
| 2843 | https://leetcode.com/problems/count-symmetric-integers | Count Symmetric Integers | Easy | 83.1% | 12.5% |
| 2817 | https://leetcode.com/problems/minimum-absolute-difference-between-elements-with-constraint | Minimum Absolute Difference Between Elements With Constraint | Medium | 37.1% | 25.0% |
| 2851 | https://leetcode.com/problems/string-transformation | String Transformation | Hard | 26.6% | 25.0% |
| 2896 | https://leetcode.com/problems/apply-operations-to-make-two-strings-equal | Apply Operations to Make Two Strings Equal | Medium | 27.6% | 12.5% |
| 2849 | https://leetcode.com/problems/determine-if-a-cell-is-reachable-at-a-given-time | Determine if a Cell Is Reachable at a Given Time | Medium | 37.2% | 25.0% |
| 2842 | https://leetcode.com/problems/count-k-subsequences-of-a-string-with-maximum-beauty | Count K-Subsequences of a String With Maximum Beauty | Hard | 30.1% | 25.0% |
| 2872 | https://leetcode.com/problems/maximum-number-of-k-divisible-components | Maximum Number of K-Divisible Components | Hard | 74.1% | 25.0% |
| 2878 | https://leetcode.com/problems/get-the-size-of-a-dataframe | Get the Size of a DataFrame | Easy | 84.9% | 25.0% |
| 2919 | https://leetcode.com/problems/minimum-increment-operations-to-make-array-beautiful | Minimum Increment Operations to Make Array Beautiful | Medium | 34.6% | 25.0% |
| 2923 | https://leetcode.com/problems/find-champion-i | Find Champion I | Easy | 73.2% | 25.0% |
| 2924 | https://leetcode.com/problems/find-champion-ii | Find Champion II | Medium | 70.3% | 25.0% |
| 2925 | https://leetcode.com/problems/maximum-score-after-applying-operations-on-a-tree | Maximum Score After Applying Operations on a Tree | Medium | 47.1% | 25.0% |
| 2963 | https://leetcode.com/problems/count-the-number-of-good-partitions | Count the Number of Good Partitions | Hard | 48.9% | 25.0% |
| 2936 | https://leetcode.com/problems/number-of-equal-numbers-blocks | Number of Equal Numbers Blocks | Medium | 62.4% | 25.0% |
| 2958 | https://leetcode.com/problems/length-of-longest-subarray-with-at-most-k-frequency | Length of Longest Subarray With at Most K Frequency | Medium | 56.4% | 12.5% |
| 2967 | https://leetcode.com/problems/minimum-cost-to-make-array-equalindromic | Minimum Cost to Make Array Equalindromic | Medium | 23.3% | 25.0% |
| 3007 | https://leetcode.com/problems/maximum-number-that-sum-of-the-prices-is-less-than-or-equal-to-k | Maximum Number That Sum of the Prices Is Less Than or Equal to K | Medium | 38.4% | 25.0% |
| 2966 | https://leetcode.com/problems/divide-array-into-arrays-with-max-difference | Divide Array Into Arrays With Max Difference | Medium | 79.0% | 25.0% |
| 2982 | https://leetcode.com/problems/find-longest-special-substring-that-occurs-thrice-ii | Find Longest Special Substring That Occurs Thrice II | Medium | 39.1% | 25.0% |
| 2981 | https://leetcode.com/problems/find-longest-special-substring-that-occurs-thrice-i | Find Longest Special Substring That Occurs Thrice I | Medium | 61.9% | 37.5% |
| 3027 | https://leetcode.com/problems/find-the-number-of-ways-to-place-people-ii | Find the Number of Ways to Place People II | Hard | 64.4% | 25.0% |
| 3025 | https://leetcode.com/problems/find-the-number-of-ways-to-place-people-i | Find the Number of Ways to Place People I | Medium | 64.0% | 25.0% |
| 3041 | https://leetcode.com/problems/maximize-consecutive-elements-in-an-array-after-modification | Maximize Consecutive Elements in an Array After Modification | Hard | 33.6% | 25.0% |
| 3044 | https://leetcode.com/problems/most-frequent-prime | Most Frequent Prime | Medium | 45.8% | 25.0% |
| 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% | 25.0% |
| 3114 | https://leetcode.com/problems/latest-time-you-can-obtain-after-replacing-characters | Latest Time You Can Obtain After Replacing Characters | Easy | 35.1% | 25.0% |
| 3117 | https://leetcode.com/problems/minimum-sum-of-values-by-dividing-array | Minimum Sum of Values by Dividing Array | Hard | 27.8% | 25.0% |
| 3093 | https://leetcode.com/problems/longest-common-suffix-queries | Longest Common Suffix Queries | Hard | 35.8% | 25.0% |
| 3137 | https://leetcode.com/problems/minimum-number-of-operations-to-make-word-k-periodic | Minimum Number of Operations to Make Word K-Periodic | Medium | 60.6% | 25.0% |
| 3128 | https://leetcode.com/problems/right-triangles | Right Triangles | Medium | 48.3% | 12.5% |
| 3153 | https://leetcode.com/problems/sum-of-digit-differences-of-all-pairs | Sum of Digit Differences of All Pairs | Medium | 43.0% | 25.0% |
| 3169 | https://leetcode.com/problems/count-days-without-meetings | Count Days Without Meetings | Medium | 48.1% | 37.5% |
| 3202 | https://leetcode.com/problems/find-the-maximum-length-of-valid-subsequence-ii | Find the Maximum Length of Valid Subsequence II | Medium | 57.2% | 25.0% |
| 3217 | https://leetcode.com/problems/delete-nodes-from-linked-list-present-in-array | Delete Nodes From Linked List Present in Array | Medium | 69.5% | 37.5% |
| 1922 | https://leetcode.com/problems/count-good-numbers | Count Good Numbers | Medium | 57.4% | 37.5% |
| 5 | https://leetcode.com/problems/longest-palindromic-substring | Longest Palindromic Substring | Medium | 37.3% | 75.0% |
| 6 | https://leetcode.com/problems/zigzag-conversion | Zigzag Conversion | Medium | 53.5% | 50.0% |
| 7 | https://leetcode.com/problems/reverse-integer | Reverse Integer | Medium | 31.5% | 62.5% |
| 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% | 62.5% |
| 13 | https://leetcode.com/problems/roman-to-integer | Roman to Integer | Easy | 66.2% | 62.5% |
| 15 | https://leetcode.com/problems/3sum | 3Sum | Medium | 38.6% | 75.0% |
| 17 | https://leetcode.com/problems/letter-combinations-of-a-phone-number | Letter Combinations of a Phone Number | Medium | 65.5% | 50.0% |
| 19 | https://leetcode.com/problems/remove-nth-node-from-end-of-list | Remove Nth Node From End of List | Medium | 51.0% | 50.0% |
| 1937 | https://leetcode.com/problems/maximum-number-of-points-with-cost | Maximum Number of Points with Cost | Medium | 41.8% | 25.0% |
| 21 | https://leetcode.com/problems/merge-two-sorted-lists | Merge Two Sorted Lists | Easy | 67.9% | 62.5% |
| 22 | https://leetcode.com/problems/generate-parentheses | Generate Parentheses | Medium | 78.2% | 62.5% |
| 23 | https://leetcode.com/problems/merge-k-sorted-lists | Merge k Sorted Lists | Hard | 58.8% | 50.0% |
| 24 | https://leetcode.com/problems/swap-nodes-in-pairs | Swap Nodes in Pairs | Medium | 68.9% | 37.5% |
| 25 | https://leetcode.com/problems/reverse-nodes-in-k-group | Reverse Nodes in k-Group | Hard | 65.3% | 50.0% |
| 26 | https://leetcode.com/problems/remove-duplicates-from-sorted-array | Remove Duplicates from Sorted Array | Easy | 62.2% | 62.5% |
| 27 | https://leetcode.com/problems/remove-element | Remove Element | Easy | 61.3% | 62.5% |
| 29 | https://leetcode.com/problems/divide-two-integers | Divide Two Integers | Medium | 19.4% | 37.5% |
| 30 | https://leetcode.com/problems/substring-with-concatenation-of-all-words | Substring with Concatenation of All Words | Hard | 34.0% | 37.5% |
| 31 | https://leetcode.com/problems/next-permutation | Next Permutation | Medium | 44.7% | 62.5% |
| 32 | https://leetcode.com/problems/longest-valid-parentheses | Longest Valid Parentheses | Hard | 38.0% | 37.5% |
| 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% | 50.0% |
| 35 | https://leetcode.com/problems/search-insert-position | Search Insert Position | Easy | 50.7% | 50.0% |
| 36 | https://leetcode.com/problems/valid-sudoku | Valid Sudoku | Medium | 64.1% | 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% |
| 1934 | https://leetcode.com/problems/confirmation-rate | Confirmation Rate | Medium | 61.6% | 25.0% |
| 43 | https://leetcode.com/problems/multiply-strings | Multiply Strings | Medium | 43.5% | 37.5% |
| 46 | https://leetcode.com/problems/permutations | Permutations | Medium | 81.6% | 50.0% |
| 47 | https://leetcode.com/problems/permutations-ii | Permutations II | Medium | 62.9% | 25.0% |
| 50 | https://leetcode.com/problems/powx-n | Pow(x, n) | Medium | 38.2% | 50.0% |
| 51 | https://leetcode.com/problems/n-queens | N-Queens | Hard | 74.9% | 62.5% |
| 54 | https://leetcode.com/problems/spiral-matrix | Spiral Matrix | Medium | 56.1% | 62.5% |
| 56 | https://leetcode.com/problems/merge-intervals | Merge Intervals | Medium | 51.1% | 62.5% |
| 58 | https://leetcode.com/problems/length-of-last-word | Length of Last Word | Easy | 58.3% | 50.0% |
| 60 | https://leetcode.com/problems/permutation-sequence | Permutation Sequence | Hard | 52.1% | 37.5% |
| 61 | https://leetcode.com/problems/rotate-list | Rotate List | Medium | 41.2% | 50.0% |
| 62 | https://leetcode.com/problems/unique-paths | Unique Paths | Medium | 66.5% | 50.0% |
| 63 | https://leetcode.com/problems/unique-paths-ii | Unique Paths II | Medium | 44.1% | 25.0% |
| 66 | https://leetcode.com/problems/plus-one | Plus One | Easy | 49.5% | 50.0% |
| 69 | https://leetcode.com/problems/sqrtx | Sqrt(x) | Easy | 41.4% | 50.0% |
| 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% |
| 1971 | https://leetcode.com/problems/find-if-path-exists-in-graph | Find if Path Exists in Graph | Easy | 54.7% | 25.0% |
| 75 | https://leetcode.com/problems/sort-colors | Sort Colors | Medium | 69.1% | 50.0% |
| 76 | https://leetcode.com/problems/minimum-window-substring | Minimum Window Substring | Hard | 46.9% | 37.5% |
| 78 | https://leetcode.com/problems/subsets | Subsets | Medium | 82.0% | 50.0% |
| 79 | https://leetcode.com/problems/word-search | Word Search | Medium | 46.8% | 37.5% |
| 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% | 37.5% |
| 1978 | https://leetcode.com/problems/employees-whose-manager-left-the-company | Employees Whose Manager Left the Company | Easy | 48.6% | 25.0% |
| 83 | https://leetcode.com/problems/remove-duplicates-from-sorted-list | Remove Duplicates from Sorted List | Easy | 56.2% | 37.5% |
| 84 | https://leetcode.com/problems/largest-rectangle-in-histogram | Largest Rectangle in Histogram | Hard | 49.3% | 62.5% |
| 86 | https://leetcode.com/problems/partition-list | Partition List | Medium | 60.6% | 37.5% |
| 2025 | https://leetcode.com/problems/maximum-number-of-ways-to-partition-an-array | Maximum Number of Ways to Partition an Array | Hard | 35.4% | 25.0% |
| 88 | https://leetcode.com/problems/merge-sorted-array | Merge Sorted Array | Easy | 54.4% | 75.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% |
| 93 | https://leetcode.com/problems/restore-ip-addresses | Restore IP Addresses | Medium | 55.3% | 25.0% |
| 94 | https://leetcode.com/problems/binary-tree-inorder-traversal | Binary Tree Inorder Traversal | Easy | 79.7% | 37.5% |
| 95 | https://leetcode.com/problems/unique-binary-search-trees-ii | Unique Binary Search Trees II | Medium | 61.9% | 25.0% |
| 96 | https://leetcode.com/problems/unique-binary-search-trees | Unique Binary Search Trees | Medium | 63.3% | 25.0% |
| 97 | https://leetcode.com/problems/interleaving-string | Interleaving String | Medium | 43.5% | 25.0% |
| 98 | https://leetcode.com/problems/validate-binary-search-tree | Validate Binary Search Tree | Medium | 35.3% | 37.5% |
| 99 | https://leetcode.com/problems/recover-binary-search-tree | Recover Binary Search Tree | Medium | 58.7% | 25.0% |
| 102 | https://leetcode.com/problems/binary-tree-level-order-traversal | Binary Tree Level Order Traversal | Medium | 72.2% | 37.5% |
| 103 | https://leetcode.com/problems/binary-tree-zigzag-level-order-traversal | Binary Tree Zigzag Level Order Traversal | Medium | 63.1% | 37.5% |
| 104 | https://leetcode.com/problems/maximum-depth-of-binary-tree | Maximum Depth of Binary Tree | Easy | 77.9% | 37.5% |
| 105 | https://leetcode.com/problems/construct-binary-tree-from-preorder-and-inorder-traversal | Construct Binary Tree from Preorder and Inorder Traversal | Medium | 68.3% | 37.5% |
| 106 | https://leetcode.com/problems/construct-binary-tree-from-inorder-and-postorder-traversal | Construct Binary Tree from Inorder and Postorder Traversal | Medium | 68.0% | 25.0% |
| 108 | https://leetcode.com/problems/convert-sorted-array-to-binary-search-tree | Convert Sorted Array to Binary Search Tree | Easy | 75.2% | 37.5% |
| 109 | https://leetcode.com/problems/convert-sorted-list-to-binary-search-tree | Convert Sorted List to Binary Search Tree | Medium | 65.9% | 12.5% |
| 110 | https://leetcode.com/problems/balanced-binary-tree | Balanced Binary Tree | Easy | 57.8% | 37.5% |
| 2029 | https://leetcode.com/problems/stone-game-ix | Stone Game IX | Medium | 29.8% | 12.5% |
| 112 | https://leetcode.com/problems/path-sum | Path Sum | Easy | 54.4% | 25.0% |
| 113 | https://leetcode.com/problems/path-sum-ii | Path Sum II | Medium | 61.7% | 25.0% |
| 115 | https://leetcode.com/problems/distinct-subsequences | Distinct Subsequences | Hard | 51.5% | 25.0% |
| 119 | https://leetcode.com/problems/pascals-triangle-ii | Pascal's Triangle II | Easy | 67.1% | 25.0% |
| 120 | https://leetcode.com/problems/triangle | Triangle | Medium | 59.8% | 37.5% |
| 121 | https://leetcode.com/problems/best-time-to-buy-and-sell-stock | Best Time to Buy and Sell Stock | Easy | 56.4% | 75.0% |
| 122 | https://leetcode.com/problems/best-time-to-buy-and-sell-stock-ii | Best Time to Buy and Sell Stock II | Medium | 70.7% | 50.0% |
| 123 | https://leetcode.com/problems/best-time-to-buy-and-sell-stock-iii | Best Time to Buy and Sell Stock III | Hard | 53.1% | 25.0% |
| 124 | https://leetcode.com/problems/binary-tree-maximum-path-sum | Binary Tree Maximum Path Sum | Hard | 42.0% | 50.0% |
| 125 | https://leetcode.com/problems/valid-palindrome | Valid Palindrome | Easy | 52.8% | 50.0% |
| 126 | https://leetcode.com/problems/word-ladder-ii | Word Ladder II | Hard | 27.5% | 25.0% |
| 127 | https://leetcode.com/problems/word-ladder | Word Ladder | Hard | 44.9% | 37.5% |
| 129 | https://leetcode.com/problems/sum-root-to-leaf-numbers | Sum Root to Leaf Numbers | Medium | 69.6% | 25.0% |
| 130 | https://leetcode.com/problems/surrounded-regions | Surrounded Regions | Medium | 44.7% | 37.5% |
| 131 | https://leetcode.com/problems/palindrome-partitioning | Palindrome Partitioning | Medium | 73.7% | 50.0% |
| 2057 | https://leetcode.com/problems/smallest-index-with-equal-value | Smallest Index With Equal Value | Easy | 73.1% | 25.0% |
| 134 | https://leetcode.com/problems/gas-station | Gas Station | Medium | 47.5% | 37.5% |
| 135 | https://leetcode.com/problems/candy | Candy | Hard | 47.9% | 50.0% |
| 2058 | https://leetcode.com/problems/find-the-minimum-and-maximum-number-of-nodes-between-critical-points | Find the Minimum and Maximum Number of Nodes Between Critical Points | Medium | 69.4% | 12.5% |
| 137 | https://leetcode.com/problems/single-number-ii | Single Number II | Medium | 66.7% | 37.5% |
| 139 | https://leetcode.com/problems/word-break | Word Break | Medium | 49.1% | 50.0% |
| 140 | https://leetcode.com/problems/word-break-ii | Word Break II | Hard | 55.1% | 37.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% | 37.5% |
| 144 | https://leetcode.com/problems/binary-tree-preorder-traversal | Binary Tree Preorder Traversal | Easy | 75.1% | 25.0% |
| 146 | https://leetcode.com/problems/lru-cache | LRU Cache | Medium | 46.8% | 62.5% |
| 2073 | https://leetcode.com/problems/time-needed-to-buy-tickets | Time Needed to Buy Tickets | Easy | 72.1% | 12.5% |
| 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% | 25.0% |
| 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% |
| 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% | 50.0% |
| 160 | https://leetcode.com/problems/intersection-of-two-linked-lists | Intersection of Two Linked Lists | Easy | 63.2% | 37.5% |
| 162 | https://leetcode.com/problems/find-peak-element | Find Peak Element | Medium | 46.8% | 62.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% | 62.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% | 25.0% |
| 2096 | https://leetcode.com/problems/step-by-step-directions-from-a-binary-tree-node-to-another | Step-By-Step Directions From a Binary Tree Node to Another | Medium | 56.4% | 25.0% |
| 173 | https://leetcode.com/problems/binary-search-tree-iterator | Binary Search Tree Iterator | Medium | 76.1% | 25.0% |
| 174 | https://leetcode.com/problems/dungeon-game | Dungeon Game | Hard | 40.8% | 25.0% |
| 175 | https://leetcode.com/problems/combine-two-tables | Combine Two Tables | Easy | 79.2% | 50.0% |
| 2103 | https://leetcode.com/problems/rings-and-rods | Rings and Rods | Easy | 81.5% | 25.0% |
| 179 | https://leetcode.com/problems/largest-number | Largest Number | Medium | 42.6% | 37.5% |
| 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% |
| 182 | https://leetcode.com/problems/duplicate-emails | Duplicate Emails | Easy | 73.4% | 25.0% |
| 2104 | https://leetcode.com/problems/sum-of-subarray-ranges | Sum of Subarray Ranges | Medium | 60.7% | 12.5% |
| 2108 | https://leetcode.com/problems/find-first-palindromic-string-in-the-array | Find First Palindromic String in the Array | Easy | 84.0% | 12.5% |
| 187 | https://leetcode.com/problems/repeated-dna-sequences | Repeated DNA Sequences | Medium | 52.9% | 25.0% |
| 2130 | https://leetcode.com/problems/maximum-twin-sum-of-a-linked-list | Maximum Twin Sum of a Linked List | Medium | 81.6% | 12.5% |
| 189 | https://leetcode.com/problems/rotate-array | Rotate Array | Medium | 44.4% | 50.0% |
| 190 | https://leetcode.com/problems/reverse-bits | Reverse Bits | Easy | 67.7% | 25.0% |
| 191 | https://leetcode.com/problems/number-of-1-bits | Number of 1 Bits | Easy | 76.3% | 25.0% |
| 193 | https://leetcode.com/problems/valid-phone-numbers | Valid Phone Numbers | Easy | 28.9% | 25.0% |
| 196 | https://leetcode.com/problems/delete-duplicate-emails | Delete Duplicate Emails | Easy | 65.6% | 25.0% |
| 197 | https://leetcode.com/problems/rising-temperature | Rising Temperature | Easy | 51.0% | 37.5% |
| 198 | https://leetcode.com/problems/house-robber | House Robber | Medium | 52.9% | 50.0% |
| 200 | https://leetcode.com/problems/number-of-islands | Number of Islands | Medium | 63.8% | 62.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% |
| 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% | 37.5% |
| 209 | https://leetcode.com/problems/minimum-size-subarray-sum | Minimum Size Subarray Sum | Medium | 51.0% | 37.5% |
| 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% |
| 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% | 50.0% |
| 2141 | https://leetcode.com/problems/maximum-running-time-of-n-computers | Maximum Running Time of N Computers | Hard | 56.4% | 12.5% |
| 217 | https://leetcode.com/problems/contains-duplicate | Contains Duplicate | Easy | 64.1% | 50.0% |
| 220 | https://leetcode.com/problems/contains-duplicate-iii | Contains Duplicate III | Hard | 24.4% | 12.5% |
| 221 | https://leetcode.com/problems/maximal-square | Maximal Square | Medium | 50.0% | 50.0% |
| 222 | https://leetcode.com/problems/count-complete-tree-nodes | Count Complete Tree Nodes | Easy | 72.0% | 25.0% |
| 223 | https://leetcode.com/problems/rectangle-area | Rectangle Area | Medium | 48.9% | 12.5% |
| 224 | https://leetcode.com/problems/basic-calculator | Basic Calculator | Hard | 46.5% | 50.0% |
| 2149 | https://leetcode.com/problems/rearrange-array-elements-by-sign | Rearrange Array Elements by Sign | Medium | 84.5% | 37.5% |
| 226 | https://leetcode.com/problems/invert-binary-tree | Invert Binary Tree | Easy | 79.8% | 50.0% |
| 228 | https://leetcode.com/problems/summary-ranges | Summary Ranges | Easy | 53.9% | 37.5% |
| 229 | https://leetcode.com/problems/majority-element-ii | Majority Element II | Medium | 55.8% | 37.5% |
| 231 | https://leetcode.com/problems/power-of-two | Power of Two | Easy | 49.8% | 50.0% |
| 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% |
| 236 | https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree | Lowest Common Ancestor of a Binary Tree | Medium | 68.7% | 37.5% |
| 237 | https://leetcode.com/problems/delete-node-in-a-linked-list | Delete Node in a Linked List | Medium | 83.6% | 37.5% |
| 238 | https://leetcode.com/problems/product-of-array-except-self | Product of Array Except Self | Medium | 68.6% | 50.0% |
| 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% | 25.0% |
| 247 | https://leetcode.com/problems/strobogrammatic-number-ii | Strobogrammatic Number II | Medium | 53.5% | 25.0% |
| 2158 | https://leetcode.com/problems/amount-of-new-area-painted-each-day | Amount of New Area Painted Each Day | Hard | 55.6% | 25.0% |
| 252 | https://leetcode.com/problems/meeting-rooms | Meeting Rooms | Easy | 59.3% | 25.0% |
| 253 | https://leetcode.com/problems/meeting-rooms-ii | Meeting Rooms II | Medium | 52.5% | 62.5% |
| 258 | https://leetcode.com/problems/add-digits | Add Digits | Easy | 68.6% | 37.5% |
| 260 | https://leetcode.com/problems/single-number-iii | Single Number III | Medium | 70.4% | 25.0% |
| 264 | https://leetcode.com/problems/ugly-number-ii | Ugly Number II | Medium | 49.5% | 12.5% |
| 269 | https://leetcode.com/problems/alien-dictionary | Alien Dictionary | Hard | 37.1% | 37.5% |
| 270 | https://leetcode.com/problems/closest-binary-search-tree-value | Closest Binary Search Tree Value | Easy | 49.3% | 25.0% |
| 271 | https://leetcode.com/problems/encode-and-decode-strings | Encode and Decode Strings | Medium | 51.2% | 37.5% |
| 273 | https://leetcode.com/problems/integer-to-english-words | Integer to English Words | Hard | 34.8% | 37.5% |
| 274 | https://leetcode.com/problems/h-index | H-Index | Medium | 41.1% | 37.5% |
| 2184 | https://leetcode.com/problems/number-of-ways-to-build-sturdy-brick-wall | Number of Ways to Build Sturdy Brick Wall | Medium | 49.5% | 37.5% |
| 278 | https://leetcode.com/problems/first-bad-version | First Bad Version | Easy | 46.8% | 37.5% |
| 279 | https://leetcode.com/problems/perfect-squares | Perfect Squares | Medium | 56.3% | 37.5% |
| 282 | https://leetcode.com/problems/expression-add-operators | Expression Add Operators | Hard | 42.8% | 37.5% |
| 283 | https://leetcode.com/problems/move-zeroes | Move Zeroes | Easy | 63.5% | 62.5% |
| 2251 | https://leetcode.com/problems/number-of-flowers-in-full-bloom | Number of Flowers in Full Bloom | Hard | 57.7% | 25.0% |
| 2259 | https://leetcode.com/problems/remove-digit-from-number-to-maximize-result | Remove Digit From Number to Maximize Result | Easy | 48.2% | 12.5% |
| 2260 | https://leetcode.com/problems/minimum-consecutive-cards-to-pick-up | Minimum Consecutive Cards to Pick Up | Medium | 53.5% | 25.0% |
| 297 | https://leetcode.com/problems/serialize-and-deserialize-binary-tree | Serialize and Deserialize Binary Tree | Hard | 60.3% | 37.5% |
| 298 | https://leetcode.com/problems/binary-tree-longest-consecutive-sequence | Binary Tree Longest Consecutive Sequence | Medium | 54.6% | 25.0% |
| 299 | https://leetcode.com/problems/bulls-and-cows | Bulls and Cows | Medium | 52.2% | 25.0% |
| 300 | https://leetcode.com/problems/longest-increasing-subsequence | Longest Increasing Subsequence | Medium | 59.0% | 50.0% |
| 2264 | https://leetcode.com/problems/largest-3-same-digit-number-in-string | Largest 3-Same-Digit Number in String | Easy | 72.7% | 12.5% |
| 302 | https://leetcode.com/problems/smallest-rectangle-enclosing-black-pixels | Smallest Rectangle Enclosing Black Pixels | Hard | 60.8% | 25.0% |
| 303 | https://leetcode.com/problems/range-sum-query-immutable | Range Sum Query - Immutable | Easy | 71.4% | 37.5% |
| 308 | https://leetcode.com/problems/range-sum-query-2d-mutable | Range Sum Query 2D - Mutable | Medium | 45.4% | 25.0% |
| 2276 | https://leetcode.com/problems/count-integers-in-intervals | Count Integers in Intervals | Hard | 35.6% | 12.5% |
| 310 | https://leetcode.com/problems/minimum-height-trees | Minimum Height Trees | Medium | 42.4% | 25.0% |
| 312 | https://leetcode.com/problems/burst-balloons | Burst Balloons | Hard | 62.9% | 37.5% |
| 316 | https://leetcode.com/problems/remove-duplicate-letters | Remove Duplicate Letters | Medium | 52.8% | 37.5% |
| 318 | https://leetcode.com/problems/maximum-product-of-word-lengths | Maximum Product of Word Lengths | Medium | 61.0% | 25.0% |
| 322 | https://leetcode.com/problems/coin-change | Coin Change | Medium | 47.9% | 50.0% |
| 2290 | https://leetcode.com/problems/minimum-obstacle-removal-to-reach-corner | Minimum Obstacle Removal to Reach Corner | Hard | 70.4% | 25.0% |
| 328 | https://leetcode.com/problems/odd-even-linked-list | Odd Even Linked List | Medium | 62.3% | 37.5% |
| 329 | https://leetcode.com/problems/longest-increasing-path-in-a-matrix | Longest Increasing Path in a Matrix | Hard | 56.3% | 37.5% |
| 330 | https://leetcode.com/problems/patching-array | Patching Array | Hard | 54.1% | 25.0% |
| 334 | https://leetcode.com/problems/increasing-triplet-subsequence | Increasing Triplet Subsequence | Medium | 39.2% | 37.5% |
| 2235 | https://leetcode.com/problems/add-two-integers | Add Two Integers | Easy | 87.9% | 62.5% |
| 336 | https://leetcode.com/problems/palindrome-pairs | Palindrome Pairs | Hard | 36.9% | 25.0% |
| 2236 | https://leetcode.com/problems/root-equals-sum-of-children | Root Equals Sum of Children | Easy | 84.8% | 25.0% |
| 338 | https://leetcode.com/problems/counting-bits | Counting Bits | Easy | 80.4% | 25.0% |
| 341 | https://leetcode.com/problems/flatten-nested-list-iterator | Flatten Nested List Iterator | Medium | 65.6% | 37.5% |
| 343 | https://leetcode.com/problems/integer-break | Integer Break | Medium | 61.8% | 12.5% |
| 345 | https://leetcode.com/problems/reverse-vowels-of-a-string | Reverse Vowels of a String | Easy | 60.6% | 50.0% |
| 2302 | https://leetcode.com/problems/count-subarrays-with-score-less-than-k | Count Subarrays With Score Less Than K | Hard | 62.3% | 25.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% | 50.0% |
| 362 | https://leetcode.com/problems/design-hit-counter | Design Hit Counter | Medium | 69.6% | 37.5% |
| 365 | https://leetcode.com/problems/water-and-jug-problem | Water and Jug Problem | Medium | 44.8% | 25.0% |
| 367 | https://leetcode.com/problems/valid-perfect-square | Valid Perfect Square | Easy | 44.7% | 25.0% |
| 2331 | https://leetcode.com/problems/evaluate-boolean-binary-tree | Evaluate Boolean Binary Tree | Easy | 82.4% | 25.0% |
| 371 | https://leetcode.com/problems/sum-of-two-integers | Sum of Two Integers | Medium | 55.0% | 37.5% |
| 373 | https://leetcode.com/problems/find-k-pairs-with-smallest-sums | Find K Pairs with Smallest Sums | Medium | 41.5% | 37.5% |
| 375 | https://leetcode.com/problems/guess-number-higher-or-lower-ii | Guess Number Higher or Lower II | Medium | 52.4% | 25.0% |
| 379 | https://leetcode.com/problems/design-phone-directory | Design Phone Directory | Medium | 52.7% | 25.0% |
| 380 | https://leetcode.com/problems/insert-delete-getrandom-o1 | Insert Delete GetRandom O(1) | Medium | 55.3% | 50.0% |
| 2352 | https://leetcode.com/problems/equal-row-and-column-pairs | Equal Row and Column Pairs | Medium | 70.8% | 12.5% |
| 2353 | https://leetcode.com/problems/design-a-food-rating-system | Design a Food Rating System | Medium | 52.9% | 12.5% |
| 383 | https://leetcode.com/problems/ransom-note | Ransom Note | Easy | 65.6% | 37.5% |
| 388 | https://leetcode.com/problems/longest-absolute-file-path | Longest Absolute File Path | Medium | 49.2% | 37.5% |
| 390 | https://leetcode.com/problems/elimination-game | Elimination Game | Medium | 45.9% | 12.5% |
| 2360 | https://leetcode.com/problems/longest-cycle-in-a-graph | Longest Cycle in a Graph | Hard | 50.4% | 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% | 62.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% | 25.0% |
| 2367 | https://leetcode.com/problems/number-of-arithmetic-triplets | Number of Arithmetic Triplets | Easy | 85.4% | 12.5% |
| 2370 | https://leetcode.com/problems/longest-ideal-subsequence | Longest Ideal Subsequence | Medium | 46.7% | 12.5% |
| 400 | https://leetcode.com/problems/nth-digit | Nth Digit | Medium | 37.1% | 37.5% |
| 405 | https://leetcode.com/problems/convert-a-number-to-hexadecimal | Convert a Number to Hexadecimal | Easy | 53.2% | 12.5% |
| 406 | https://leetcode.com/problems/queue-reconstruction-by-height | Queue Reconstruction by Height | Medium | 74.6% | 37.5% |
| 2373 | https://leetcode.com/problems/largest-local-values-in-a-matrix | Largest Local Values in a Matrix | Easy | 87.7% | 25.0% |
| 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% |
| 413 | https://leetcode.com/problems/arithmetic-slices | Arithmetic Slices | Medium | 64.8% | 12.5% |
| 414 | https://leetcode.com/problems/third-maximum-number | Third Maximum Number | Easy | 38.8% | 25.0% |
| 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% |
| 417 | https://leetcode.com/problems/pacific-atlantic-water-flow | Pacific Atlantic Water Flow | Medium | 60.6% | 50.0% |
| 420 | https://leetcode.com/problems/strong-password-checker | Strong Password Checker | Hard | 15.4% | 12.5% |
| 421 | https://leetcode.com/problems/maximum-xor-of-two-numbers-in-an-array | Maximum XOR of Two Numbers in an Array | Medium | 53.4% | 37.5% |
| 424 | https://leetcode.com/problems/longest-repeating-character-replacement | Longest Repeating Character Replacement | Medium | 59.0% | 50.0% |
| 2401 | https://leetcode.com/problems/longest-nice-subarray | Longest Nice Subarray | Medium | 64.8% | 25.0% |
| 2402 | https://leetcode.com/problems/meeting-rooms-iii | Meeting Rooms III | Hard | 51.7% | 50.0% |
| 2396 | https://leetcode.com/problems/strictly-palindromic-number | Strictly Palindromic Number | Medium | 90.2% | 12.5% |
| 435 | https://leetcode.com/problems/non-overlapping-intervals | Non-overlapping Intervals | Medium | 56.7% | 37.5% |
| 438 | https://leetcode.com/problems/find-all-anagrams-in-a-string | Find All Anagrams in a String | Medium | 53.3% | 37.5% |
| 2405 | https://leetcode.com/problems/optimal-partition-of-string | Optimal Partition of String | Medium | 78.4% | 12.5% |
| 441 | https://leetcode.com/problems/arranging-coins | Arranging Coins | Easy | 48.0% | 25.0% |
| 442 | https://leetcode.com/problems/find-all-duplicates-in-an-array | Find All Duplicates in an Array | Medium | 76.8% | 37.5% |
| 443 | https://leetcode.com/problems/string-compression | String Compression | Medium | 59.5% | 37.5% |
| 446 | https://leetcode.com/problems/arithmetic-slices-ii-subsequence | Arithmetic Slices II - Subsequence | Hard | 54.9% | 12.5% |
| 447 | https://leetcode.com/problems/number-of-boomerangs | Number of Boomerangs | Medium | 57.2% | 25.0% |
| 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% |
| 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% |
| 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% |
| 458 | https://leetcode.com/problems/poor-pigs | Poor Pigs | Hard | 59.1% | 12.5% |
| 459 | https://leetcode.com/problems/repeated-substring-pattern | Repeated Substring Pattern | Easy | 47.8% | 37.5% |
| 460 | https://leetcode.com/problems/lfu-cache | LFU Cache | Hard | 48.6% | 37.5% |
| 2427 | https://leetcode.com/problems/number-of-common-factors | Number of Common Factors | Easy | 79.9% | 12.5% |
| 463 | https://leetcode.com/problems/island-perimeter | Island Perimeter | Easy | 74.2% | 25.0% |
| 475 | https://leetcode.com/problems/heaters | Heaters | Medium | 41.4% | 25.0% |
| 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% |
| 2407 | https://leetcode.com/problems/longest-increasing-subsequence-ii | Longest Increasing Subsequence II | Hard | 26.0% | 25.0% |
| 2437 | https://leetcode.com/problems/number-of-valid-clock-times | Number of Valid Clock Times | Easy | 47.9% | 25.0% |
| 482 | https://leetcode.com/problems/license-key-formatting | License Key Formatting | Easy | 45.7% | 25.0% |
| 2423 | https://leetcode.com/problems/remove-letter-to-equalize-frequency | Remove Letter To Equalize Frequency | Easy | 19.2% | 12.5% |
| 485 | https://leetcode.com/problems/max-consecutive-ones | Max Consecutive Ones | Easy | 64.6% | 50.0% |
| 486 | https://leetcode.com/problems/predict-the-winner | Predict the Winner | Medium | 56.1% | 37.5% |
| 493 | https://leetcode.com/problems/reverse-pairs | Reverse Pairs | Hard | 33.7% | 50.0% |
| 498 | https://leetcode.com/problems/diagonal-traverse | Diagonal Traverse | Medium | 67.0% | 37.5% |
| 500 | https://leetcode.com/problems/keyboard-row | Keyboard Row | Easy | 73.5% | 12.5% |
| 503 | https://leetcode.com/problems/next-greater-element-ii | Next Greater Element II | Medium | 67.9% | 37.5% |
| 504 | https://leetcode.com/problems/base-7 | Base 7 | Easy | 53.8% | 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% | 25.0% |
| 506 | https://leetcode.com/problems/relative-ranks | Relative Ranks | Easy | 74.4% | 37.5% |
| 513 | https://leetcode.com/problems/find-bottom-left-tree-value | Find Bottom Left Tree Value | Medium | 72.2% | 12.5% |
| 516 | https://leetcode.com/problems/longest-palindromic-subsequence | Longest Palindromic Subsequence | Medium | 65.1% | 25.0% |
| 518 | https://leetcode.com/problems/coin-change-ii | Coin Change II | Medium | 60.5% | 37.5% |
| 522 | https://leetcode.com/problems/longest-uncommon-subsequence-ii | Longest Uncommon Subsequence II | Medium | 44.4% | 25.0% |
| 523 | https://leetcode.com/problems/continuous-subarray-sum | Continuous Subarray Sum | Medium | 31.2% | 25.0% |
| 2486 | https://leetcode.com/problems/append-characters-to-string-to-make-subsequence | Append Characters to String to Make Subsequence | Medium | 73.0% | 12.5% |
| 525 | https://leetcode.com/problems/contiguous-array | Contiguous Array | Medium | 50.8% | 37.5% |
| 526 | https://leetcode.com/problems/beautiful-arrangement | Beautiful Arrangement | Medium | 64.7% | 25.0% |
| 532 | https://leetcode.com/problems/k-diff-pairs-in-an-array | K-diff Pairs in an Array | Medium | 45.6% | 12.5% |
| 539 | https://leetcode.com/problems/minimum-time-difference | Minimum Time Difference | Medium | 62.5% | 37.5% |
| 540 | https://leetcode.com/problems/single-element-in-a-sorted-array | Single Element in a Sorted Array | Medium | 59.2% | 50.0% |
| 542 | https://leetcode.com/problems/01-matrix | 01 Matrix | Medium | 53.3% | 37.5% |
| 543 | https://leetcode.com/problems/diameter-of-binary-tree | Diameter of Binary Tree | Easy | 65.0% | 50.0% |
| 547 | https://leetcode.com/problems/number-of-provinces | Number of Provinces | Medium | 70.0% | 37.5% |
| 560 | https://leetcode.com/problems/subarray-sum-equals-k | Subarray Sum Equals K | Medium | 46.8% | 62.5% |
| 561 | https://leetcode.com/problems/array-partition | Array Partition | Easy | 81.5% | 12.5% |
| 2520 | https://leetcode.com/problems/count-the-digits-that-divide-a-number | Count the Digits That Divide a Number | Easy | 85.9% | 12.5% |
| 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% | 37.5% |
| 577 | https://leetcode.com/problems/employee-bonus | Employee Bonus | Easy | 77.1% | 37.5% |
| 584 | https://leetcode.com/problems/find-customer-referee | Find Customer Referee | Easy | 72.6% | 50.0% |
| 587 | https://leetcode.com/problems/erect-the-fence | Erect the Fence | Hard | 52.7% | 25.0% |
| 588 | https://leetcode.com/problems/design-in-memory-file-system | Design In-Memory File System | Hard | 48.4% | 12.5% |
| 2542 | https://leetcode.com/problems/maximum-subsequence-score | Maximum Subsequence Score | Medium | 54.6% | 12.5% |
| 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% |
| 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% | 12.5% |
| 616 | https://leetcode.com/problems/add-bold-tag-in-string | Add Bold Tag in String | Medium | 51.4% | 25.0% |
| 617 | https://leetcode.com/problems/merge-two-binary-trees | Merge Two Binary Trees | Easy | 79.0% | 12.5% |
| 620 | https://leetcode.com/problems/not-boring-movies | Not Boring Movies | Easy | 75.1% | 25.0% |
| 621 | https://leetcode.com/problems/task-scheduler | Task Scheduler | Medium | 62.6% | 37.5% |
| 623 | https://leetcode.com/problems/add-one-row-to-tree | Add One Row to Tree | Medium | 64.1% | 12.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% |
| 646 | https://leetcode.com/problems/maximum-length-of-pair-chain | Maximum Length of Pair Chain | Medium | 61.5% | 12.5% |
| 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% |
| 652 | https://leetcode.com/problems/find-duplicate-subtrees | Find Duplicate Subtrees | Medium | 60.6% | 37.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% |
| 655 | https://leetcode.com/problems/print-binary-tree | Print Binary Tree | Medium | 66.4% | 25.0% |
| 658 | https://leetcode.com/problems/find-k-closest-elements | Find K Closest Elements | Medium | 49.4% | 37.5% |
| 659 | https://leetcode.com/problems/split-array-into-consecutive-subsequences | Split Array into Consecutive Subsequences | Medium | 52.0% | 25.0% |
| 662 | https://leetcode.com/problems/maximum-width-of-binary-tree | Maximum Width of Binary Tree | Medium | 45.2% | 25.0% |
| 664 | https://leetcode.com/problems/strange-printer | Strange Printer | Hard | 60.9% | 12.5% |
| 2616 | https://leetcode.com/problems/minimize-the-maximum-difference-of-pairs | Minimize the Maximum Difference of Pairs | Medium | 50.9% | 12.5% |
| 681 | https://leetcode.com/problems/next-closest-time | Next Closest Time | Medium | 47.0% | 25.0% |
| 684 | https://leetcode.com/problems/redundant-connection | Redundant Connection | Medium | 67.2% | 37.5% |
| 685 | https://leetcode.com/problems/redundant-connection-ii | Redundant Connection II | Hard | 35.9% | 25.0% |
| 2629 | https://leetcode.com/problems/function-composition | Function Composition | Easy | 86.9% | 12.5% |
| 695 | https://leetcode.com/problems/max-area-of-island | Max Area of Island | Medium | 73.8% | 37.5% |
| 2635 | https://leetcode.com/problems/apply-transform-over-each-element-in-array | Apply Transform Over Each Element in Array | Easy | 86.2% | 25.0% |
| 2706 | https://leetcode.com/problems/buy-two-chocolates | Buy Two Chocolates | Easy | 68.3% | 12.5% |
| 2618 | https://leetcode.com/problems/check-if-object-instance-of-class | Check if Object Instance of Class | Medium | 29.0% | 12.5% |
| 715 | https://leetcode.com/problems/range-module | Range Module | Hard | 44.7% | 50.0% |
| 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% | 37.5% |
| 726 | https://leetcode.com/problems/number-of-atoms | Number of Atoms | Hard | 65.1% | 25.0% |
| 2700 | https://leetcode.com/problems/differences-between-two-objects | Differences Between Two Objects | Medium | 74.6% | 12.5% |
| 729 | https://leetcode.com/problems/my-calendar-i | My Calendar I | Medium | 58.2% | 37.5% |
| 733 | https://leetcode.com/problems/flood-fill | Flood Fill | Easy | 67.8% | 25.0% |
| 735 | https://leetcode.com/problems/asteroid-collision | Asteroid Collision | Medium | 47.1% | 37.5% |
| 739 | https://leetcode.com/problems/daily-temperatures | Daily Temperatures | Medium | 68.3% | 50.0% |
| 740 | https://leetcode.com/problems/delete-and-earn | Delete and Earn | Medium | 57.1% | 12.5% |
| 741 | https://leetcode.com/problems/cherry-pickup | Cherry Pickup | Hard | 39.1% | 12.5% |
| 2665 | https://leetcode.com/problems/counter-ii | Counter II | Easy | 81.2% | 12.5% |
| 2666 | https://leetcode.com/problems/allow-one-function-call | Allow One Function Call | Easy | 86.7% | 12.5% |
| 752 | https://leetcode.com/problems/open-the-lock | Open the Lock | Medium | 61.1% | 12.5% |
| 2742 | https://leetcode.com/problems/painting-the-walls | Painting the Walls | Hard | 48.9% | 12.5% |
| 759 | https://leetcode.com/problems/employee-free-time | Employee Free Time | Hard | 72.8% | 25.0% |
| 429 | https://leetcode.com/problems/n-ary-tree-level-order-traversal | N-ary Tree Level Order Traversal | Medium | 71.5% | 12.5% |
| 428 | https://leetcode.com/problems/serialize-and-deserialize-n-ary-tree | Serialize and Deserialize N-ary Tree | Hard | 68.6% | 12.5% |
| 2769 | https://leetcode.com/problems/find-the-maximum-achievable-number | Find the Maximum Achievable Number | Easy | 91.2% | 25.0% |
| 765 | https://leetcode.com/problems/couples-holding-hands | Couples Holding Hands | Hard | 59.2% | 25.0% |
| 766 | https://leetcode.com/problems/toeplitz-matrix | Toeplitz Matrix | Easy | 69.6% | 25.0% |
| 767 | https://leetcode.com/problems/reorganize-string | Reorganize String | Medium | 56.8% | 37.5% |
| 771 | https://leetcode.com/problems/jewels-and-stones | Jewels and Stones | Easy | 89.5% | 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% | 37.5% |
| 777 | https://leetcode.com/problems/swap-adjacent-in-lr-string | Swap Adjacent in LR String | Medium | 37.9% | 37.5% |
| 778 | https://leetcode.com/problems/swim-in-rising-water | Swim in Rising Water | Hard | 67.6% | 37.5% |
| 780 | https://leetcode.com/problems/reaching-points | Reaching Points | Hard | 34.2% | 25.0% |
| 781 | https://leetcode.com/problems/rabbits-in-forest | Rabbits in Forest | Medium | 58.0% | 25.0% |
| 2751 | https://leetcode.com/problems/robot-collisions | Robot Collisions | Hard | 56.1% | 12.5% |
| 785 | https://leetcode.com/problems/is-graph-bipartite | Is Graph Bipartite? | Medium | 58.9% | 25.0% |
| 790 | https://leetcode.com/problems/domino-and-tromino-tiling | Domino and Tromino Tiling | Medium | 51.4% | 37.5% |
| 792 | https://leetcode.com/problems/number-of-matching-subsequences | Number of Matching Subsequences | Medium | 50.6% | 37.5% |
| 705 | https://leetcode.com/problems/design-hashset | Design HashSet | Easy | 67.7% | 12.5% |
| 706 | https://leetcode.com/problems/design-hashmap | Design HashMap | Easy | 66.4% | 12.5% |
| 802 | https://leetcode.com/problems/find-eventual-safe-states | Find Eventual Safe States | Medium | 70.3% | 37.5% |
| 2762 | https://leetcode.com/problems/continuous-subarrays | Continuous Subarrays | Medium | 57.9% | 37.5% |
| 2816 | https://leetcode.com/problems/double-a-number-represented-as-a-linked-list | Double a Number Represented as a Linked List | Medium | 61.3% | 12.5% |
| 806 | https://leetcode.com/problems/number-of-lines-to-write-string | Number of Lines To Write String | Easy | 72.1% | 12.5% |
| 807 | https://leetcode.com/problems/max-increase-to-keep-city-skyline | Max Increase to Keep City Skyline | Medium | 86.4% | 12.5% |
| 808 | https://leetcode.com/problems/soup-servings | Soup Servings | Medium | 59.7% | 37.5% |
| 818 | https://leetcode.com/problems/race-car | Race Car | Hard | 44.6% | 37.5% |
| 707 | https://leetcode.com/problems/design-linked-list | Design Linked List | Medium | 29.8% | 25.0% |
| 2785 | https://leetcode.com/problems/sort-vowels-in-a-string | Sort Vowels in a String | Medium | 83.4% | 12.5% |
| 826 | https://leetcode.com/problems/most-profit-assigning-work | Most Profit Assigning Work | Medium | 56.1% | 12.5% |
| 827 | https://leetcode.com/problems/making-a-large-island | Making A Large Island | Hard | 56.3% | 37.5% |
| 622 | https://leetcode.com/problems/design-circular-queue | Design Circular Queue | Medium | 54.0% | 25.0% |
| 832 | https://leetcode.com/problems/flipping-an-image | Flipping an Image | Easy | 83.6% | 37.5% |
| 833 | https://leetcode.com/problems/find-and-replace-in-string | Find And Replace in String | Medium | 50.9% | 37.5% |
| 837 | https://leetcode.com/problems/new-21-game | New 21 Game | Medium | 52.0% | 37.5% |
| 2824 | https://leetcode.com/problems/count-pairs-whose-sum-is-less-than-target | Count Pairs Whose Sum is Less than Target | Easy | 87.7% | 12.5% |
| 843 | https://leetcode.com/problems/guess-the-word | Guess the Word | Hard | 36.9% | 50.0% |
| 844 | https://leetcode.com/problems/backspace-string-compare | Backspace String Compare | Easy | 49.8% | 37.5% |
| 846 | https://leetcode.com/problems/hand-of-straights | Hand of Straights | Medium | 57.8% | 25.0% |
| 850 | https://leetcode.com/problems/rectangle-area-ii | Rectangle Area II | Hard | 55.9% | 12.5% |
| 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% | 37.5% |
| 859 | https://leetcode.com/problems/buddy-strings | Buddy Strings | Easy | 33.9% | 25.0% |
| 861 | https://leetcode.com/problems/score-after-flipping-matrix | Score After Flipping Matrix | Medium | 80.3% | 12.5% |
| 862 | https://leetcode.com/problems/shortest-subarray-with-sum-at-least-k | Shortest Subarray with Sum at Least K | Hard | 32.6% | 25.0% |
| 864 | https://leetcode.com/problems/shortest-path-to-get-all-keys | Shortest Path to Get All Keys | Hard | 54.3% | 25.0% |
| 867 | https://leetcode.com/problems/transpose-matrix | Transpose Matrix | Easy | 75.9% | 37.5% |
| 470 | https://leetcode.com/problems/implement-rand10-using-rand7 | Implement Rand10() Using Rand7() | Medium | 46.2% | 12.5% |
| 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% |
| 878 | https://leetcode.com/problems/nth-magical-number | Nth Magical Number | Hard | 36.4% | 12.5% |
| 879 | https://leetcode.com/problems/profitable-schemes | Profitable Schemes | Hard | 48.2% | 25.0% |
| 528 | https://leetcode.com/problems/random-pick-with-weight | Random Pick with Weight | Medium | 48.9% | 50.0% |
| 497 | https://leetcode.com/problems/random-point-in-non-overlapping-rectangles | Random Point in Non-overlapping Rectangles | Medium | 39.4% | 25.0% |
| 886 | https://leetcode.com/problems/possible-bipartition | Possible Bipartition | Medium | 52.3% | 12.5% |
| 887 | https://leetcode.com/problems/super-egg-drop | Super Egg Drop | Hard | 29.8% | 25.0% |
| 888 | https://leetcode.com/problems/fair-candy-swap | Fair Candy Swap | Easy | 64.5% | 25.0% |
| 896 | https://leetcode.com/problems/monotonic-array | Monotonic Array | Easy | 62.2% | 12.5% |
| 900 | https://leetcode.com/problems/rle-iterator | RLE Iterator | Medium | 59.2% | 25.0% |
| 901 | https://leetcode.com/problems/online-stock-span | Online Stock Span | Medium | 68.7% | 37.5% |
| 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% | 37.5% |
| 912 | https://leetcode.com/problems/sort-an-array | Sort an Array | Medium | 55.9% | 37.5% |
| 917 | https://leetcode.com/problems/reverse-only-letters | Reverse Only Letters | Easy | 68.1% | 25.0% |
| 918 | https://leetcode.com/problems/maximum-sum-circular-subarray | Maximum Sum Circular Subarray | Medium | 49.4% | 25.0% |
| 922 | https://leetcode.com/problems/sort-array-by-parity-ii | Sort Array By Parity II | Easy | 71.2% | 12.5% |
| 925 | https://leetcode.com/problems/long-pressed-name | Long Pressed Name | Easy | 32.8% | 12.5% |
| 933 | https://leetcode.com/problems/number-of-recent-calls | Number of Recent Calls | Easy | 78.1% | 25.0% |
| 934 | https://leetcode.com/problems/shortest-bridge | Shortest Bridge | Medium | 59.3% | 25.0% |
| 938 | https://leetcode.com/problems/range-sum-of-bst | Range Sum of BST | Easy | 87.6% | 12.5% |
| 939 | https://leetcode.com/problems/minimum-area-rectangle | Minimum Area Rectangle | Medium | 55.3% | 50.0% |
| 941 | https://leetcode.com/problems/valid-mountain-array | Valid Mountain Array | Easy | 35.0% | 25.0% |
| 943 | https://leetcode.com/problems/find-the-shortest-superstring | Find the Shortest Superstring | Hard | 45.1% | 12.5% |
| 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% |
| 953 | https://leetcode.com/problems/verifying-an-alien-dictionary | Verifying an Alien Dictionary | Easy | 55.9% | 12.5% |
| 959 | https://leetcode.com/problems/regions-cut-by-slashes | Regions Cut By Slashes | Medium | 77.5% | 37.5% |
| 962 | https://leetcode.com/problems/maximum-width-ramp | Maximum Width Ramp | Medium | 55.8% | 37.5% |
| 963 | https://leetcode.com/problems/minimum-area-rectangle-ii | Minimum Area Rectangle II | Medium | 55.9% | 37.5% |
| 968 | https://leetcode.com/problems/binary-tree-cameras | Binary Tree Cameras | Hard | 47.6% | 12.5% |
| 509 | https://leetcode.com/problems/fibonacci-number | Fibonacci Number | Easy | 73.9% | 50.0% |
| 973 | https://leetcode.com/problems/k-closest-points-to-origin | K Closest Points to Origin | Medium | 68.7% | 37.5% |
| 2877 | https://leetcode.com/problems/create-a-dataframe-from-list | Create a DataFrame from List | Easy | 81.1% | 50.0% |
| 974 | https://leetcode.com/problems/subarray-sums-divisible-by-k | Subarray Sums Divisible by K | Medium | 56.0% | 25.0% |
| 977 | https://leetcode.com/problems/squares-of-a-sorted-array | Squares of a Sorted Array | Easy | 73.6% | 37.5% |
| 979 | https://leetcode.com/problems/distribute-coins-in-binary-tree | Distribute Coins in Binary Tree | Medium | 77.2% | 25.0% |
| 980 | https://leetcode.com/problems/unique-paths-iii | Unique Paths III | Hard | 82.7% | 12.5% |
| 981 | https://leetcode.com/problems/time-based-key-value-store | Time Based Key-Value Store | Medium | 49.7% | 25.0% |
| 986 | https://leetcode.com/problems/interval-list-intersections | Interval List Intersections | Medium | 72.9% | 25.0% |
| 987 | https://leetcode.com/problems/vertical-order-traversal-of-a-binary-tree | Vertical Order Traversal of a Binary Tree | Hard | 53.2% | 37.5% |
| 988 | https://leetcode.com/problems/smallest-string-starting-from-leaf | Smallest String Starting From Leaf | Medium | 61.1% | 25.0% |
| 990 | https://leetcode.com/problems/satisfiability-of-equality-equations | Satisfiability of Equality Equations | Medium | 51.5% | 12.5% |
| 992 | https://leetcode.com/problems/subarrays-with-k-different-integers | Subarrays with K Different Integers | Hard | 67.5% | 37.5% |
| 995 | https://leetcode.com/problems/minimum-number-of-k-consecutive-bit-flips | Minimum Number of K Consecutive Bit Flips | Hard | 62.2% | 12.5% |
| 1000 | https://leetcode.com/problems/minimum-cost-to-merge-stones | Minimum Cost to Merge Stones | Hard | 45.6% | 25.0% |
| 1002 | https://leetcode.com/problems/find-common-characters | Find Common Characters | Easy | 74.6% | 25.0% |
| 1004 | https://leetcode.com/problems/max-consecutive-ones-iii | Max Consecutive Ones III | Medium | 67.3% | 50.0% |
| 1008 | https://leetcode.com/problems/construct-binary-search-tree-from-preorder-traversal | Construct Binary Search Tree from Preorder Traversal | Medium | 84.1% | 25.0% |
| 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% | 25.0% |
| 1021 | https://leetcode.com/problems/remove-outermost-parentheses | Remove Outermost Parentheses | Easy | 86.8% | 37.5% |
| 1136 | https://leetcode.com/problems/parallel-courses | Parallel Courses | Medium | 62.0% | 25.0% |
| 2863 | https://leetcode.com/problems/maximum-length-of-semi-decreasing-subarrays | Maximum Length of Semi-Decreasing Subarrays | Medium | 70.1% | 25.0% |
| 1166 | https://leetcode.com/problems/design-file-system | Design File System | Medium | 65.1% | 12.5% |
| 1046 | https://leetcode.com/problems/last-stone-weight | Last Stone Weight | Easy | 66.3% | 25.0% |
| 1047 | https://leetcode.com/problems/remove-all-adjacent-duplicates-in-string | Remove All Adjacent Duplicates In String | Easy | 72.8% | 25.0% |
| 1051 | https://leetcode.com/problems/height-checker | Height Checker | Easy | 81.5% | 12.5% |
| 1052 | https://leetcode.com/problems/grumpy-bookstore-owner | Grumpy Bookstore Owner | Medium | 64.0% | 12.5% |
| 1071 | https://leetcode.com/problems/greatest-common-divisor-of-strings | Greatest Common Divisor of Strings | Easy | 53.4% | 50.0% |
| 1070 | https://leetcode.com/problems/product-sales-analysis-iii | Product Sales Analysis III | Medium | 45.6% | 12.5% |
| 2945 | https://leetcode.com/problems/find-maximum-non-decreasing-array-length | Find Maximum Non-decreasing Array Length | Hard | 18.5% | 12.5% |
| 1089 | https://leetcode.com/problems/duplicate-zeros | Duplicate Zeros | Easy | 53.4% | 25.0% |
| 1092 | https://leetcode.com/problems/shortest-common-supersequence | Shortest Common Supersequence | Hard | 61.7% | 25.0% |
| 1091 | https://leetcode.com/problems/shortest-path-in-binary-matrix | Shortest Path in Binary Matrix | Medium | 51.1% | 37.5% |
| 2973 | https://leetcode.com/problems/find-number-of-coins-to-place-in-tree-nodes | Find Number of Coins to Place in Tree Nodes | Hard | 37.2% | 12.5% |
| 550 | https://leetcode.com/problems/game-play-analysis-iv | Game Play Analysis IV | Medium | 40.7% | 25.0% |
| 1094 | https://leetcode.com/problems/car-pooling | Car Pooling | Medium | 56.2% | 25.0% |
| 1106 | https://leetcode.com/problems/parsing-a-boolean-expression | Parsing A Boolean Expression | Hard | 69.8% | 25.0% |
| 1108 | https://leetcode.com/problems/defanging-an-ip-address | Defanging an IP Address | Easy | 90.0% | 25.0% |
| 1110 | https://leetcode.com/problems/delete-nodes-and-return-forest | Delete Nodes And Return Forest | Medium | 72.5% | 50.0% |
| 1122 | https://leetcode.com/problems/relative-sort-array | Relative Sort Array | Easy | 75.1% | 25.0% |
| 1137 | https://leetcode.com/problems/n-th-tribonacci-number | N-th Tribonacci Number | Easy | 63.3% | 25.0% |
| 1141 | https://leetcode.com/problems/user-activity-for-the-past-30-days-i | User Activity for the Past 30 Days I | Easy | 50.5% | 25.0% |
| 1146 | https://leetcode.com/problems/snapshot-array | Snapshot Array | Medium | 36.7% | 37.5% |
| 1148 | https://leetcode.com/problems/article-views-i | Article Views I | Easy | 76.7% | 37.5% |
| 3068 | https://leetcode.com/problems/find-the-maximum-sum-of-node-values | Find the Maximum Sum of Node Values | Hard | 69.5% | 12.5% |
| 1155 | https://leetcode.com/problems/number-of-dice-rolls-with-target-sum | Number of Dice Rolls With Target Sum | Medium | 62.2% | 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% |
| 1361 | https://leetcode.com/problems/validate-binary-tree-nodes | Validate Binary Tree Nodes | Medium | 44.1% | 12.5% |
| 1164 | https://leetcode.com/problems/product-price-at-a-given-date | Product Price at a Given Date | Medium | 57.7% | 25.0% |
| 1382 | https://leetcode.com/problems/balance-a-binary-search-tree | Balance a Binary Search Tree | Medium | 86.3% | 12.5% |
| 1174 | https://leetcode.com/problems/immediate-food-delivery-ii | Immediate Food Delivery II | Medium | 55.6% | 25.0% |
| 3082 | https://leetcode.com/problems/find-the-sum-of-the-power-of-all-subsequences | Find the Sum of the Power of All Subsequences | Hard | 38.0% | 12.5% |
| 1190 | https://leetcode.com/problems/reverse-substrings-between-each-pair-of-parentheses | Reverse Substrings Between Each Pair of Parentheses | Medium | 71.9% | 12.5% |
| 1192 | https://leetcode.com/problems/critical-connections-in-a-network | Critical Connections in a Network | Hard | 59.3% | 25.0% |
| 1944 | https://leetcode.com/problems/number-of-visible-people-in-a-queue | Number of Visible People in a Queue | Hard | 72.3% | 50.0% |
| 1193 | https://leetcode.com/problems/monthly-transactions-i | Monthly Transactions I | Medium | 58.9% | 37.5% |
| 1207 | https://leetcode.com/problems/unique-number-of-occurrences | Unique Number of Occurrences | Easy | 78.6% | 50.0% |
| 1514 | https://leetcode.com/problems/path-with-maximum-probability | Path with Maximum Probability | Medium | 65.5% | 25.0% |
| 1204 | https://leetcode.com/problems/last-person-to-fit-in-the-bus | Last Person to Fit in the Bus | Medium | 68.9% | 12.5% |
| 1218 | https://leetcode.com/problems/longest-arithmetic-subsequence-of-given-difference | Longest Arithmetic Subsequence of Given Difference | Medium | 54.3% | 37.5% |
| 1219 | https://leetcode.com/problems/path-with-maximum-gold | Path with Maximum Gold | Medium | 68.3% | 25.0% |
| 3110 | https://leetcode.com/problems/score-of-a-string | Score of a String | Easy | 91.4% | 37.5% |
| 1211 | https://leetcode.com/problems/queries-quality-and-percentage | Queries Quality and Percentage | Easy | 52.2% | 25.0% |
| 1235 | https://leetcode.com/problems/maximum-profit-in-job-scheduling | Maximum Profit in Job Scheduling | Hard | 54.6% | 12.5% |
| 3121 | https://leetcode.com/problems/count-the-number-of-special-characters-ii | Count the Number of Special Characters II | Medium | 43.2% | 12.5% |
| 1237 | https://leetcode.com/problems/find-positive-integer-solution-for-a-given-equation | Find Positive Integer Solution for a Given Equation | Medium | 69.8% | 25.0% |
| 1248 | https://leetcode.com/problems/count-number-of-nice-subarrays | Count Number of Nice Subarrays | Medium | 74.8% | 25.0% |
| 1250 | https://leetcode.com/problems/check-if-it-is-a-good-array | Check If It Is a Good Array | Hard | 63.3% | 12.5% |
| 3152 | https://leetcode.com/problems/special-array-ii | Special Array II | Medium | 45.8% | 12.5% |
| 1255 | https://leetcode.com/problems/maximum-score-words-formed-by-letters | Maximum Score Words Formed by Letters | Hard | 81.6% | 12.5% |
| 1251 | https://leetcode.com/problems/average-selling-price | Average Selling Price | Easy | 37.1% | 37.5% |
| 1268 | https://leetcode.com/problems/search-suggestions-system | Search Suggestions System | Medium | 65.2% | 25.0% |
| 3174 | https://leetcode.com/problems/clear-digits | Clear Digits | Easy | 82.7% | 25.0% |
| 1277 | https://leetcode.com/problems/count-square-submatrices-with-all-ones | Count Square Submatrices with All Ones | Medium | 80.7% | 37.5% |
| 3211 | https://leetcode.com/problems/generate-binary-strings-without-adjacent-zeros | Generate Binary Strings Without Adjacent Zeros | Medium | 88.2% | 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% |
| 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% | 25.0% |
| 3193 | https://leetcode.com/problems/count-the-number-of-inversions | Count the Number of Inversions | Hard | 29.7% | 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% | 37.5% |
| 1280 | https://leetcode.com/problems/students-and-examinations | Students and Examinations | Easy | 60.9% | 37.5% |
| 3196 | https://leetcode.com/problems/maximize-total-cost-of-alternating-subarrays | Maximize Total Cost of Alternating Subarrays | Medium | 29.5% | 25.0% |
| 1296 | https://leetcode.com/problems/divide-array-in-sets-of-k-consecutive-numbers | Divide Array in Sets of K Consecutive Numbers | Medium | 59.1% | 25.0% |
| 1307 | https://leetcode.com/problems/verbal-arithmetic-puzzle | Verbal Arithmetic Puzzle | Hard | 34.9% | 12.5% |
| 2192 | https://leetcode.com/problems/all-ancestors-of-a-node-in-a-directed-acyclic-graph | All Ancestors of a Node in a Directed Acyclic Graph | Medium | 62.1% | 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% |
| 3201 | https://leetcode.com/problems/find-the-maximum-length-of-valid-subsequence-i | Find the Maximum Length of Valid Subsequence I | Medium | 54.9% | 25.0% |
| 1325 | https://leetcode.com/problems/delete-leaves-with-a-given-value | Delete Leaves With a Given Value | Medium | 77.3% | 12.5% |
| 1373 | https://leetcode.com/problems/maximum-sum-bst-in-binary-tree | Maximum Sum BST in Binary Tree | Hard | 46.4% | 12.5% |
| 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% |
| 1376 | https://leetcode.com/problems/time-needed-to-inform-all-employees | Time Needed to Inform All Employees | Medium | 60.4% | 25.0% |
| 1377 | https://leetcode.com/problems/frog-position-after-t-seconds | Frog Position After T Seconds | Hard | 37.8% | 25.0% |
| 1381 | https://leetcode.com/problems/design-a-stack-with-increment-operation | Design a Stack With Increment Operation | Medium | 79.9% | 37.5% |
| 1383 | https://leetcode.com/problems/maximum-performance-of-a-team | Maximum Performance of a Team | Hard | 47.7% | 12.5% |
| 1378 | https://leetcode.com/problems/replace-employee-id-with-the-unique-identifier | Replace Employee ID With The Unique Identifier | Easy | 83.5% | 37.5% |
| 1404 | https://leetcode.com/problems/number-of-steps-to-reduce-a-number-in-binary-representation-to-one | Number of Steps to Reduce a Number in Binary Representation to One | Medium | 61.3% | 12.5% |
| 1431 | https://leetcode.com/problems/kids-with-the-greatest-number-of-candies | Kids With the Greatest Number of Candies | Easy | 88.0% | 37.5% |
| 1423 | https://leetcode.com/problems/maximum-points-you-can-obtain-from-cards | Maximum Points You Can Obtain from Cards | Medium | 57.2% | 37.5% |
| 1448 | https://leetcode.com/problems/count-good-nodes-in-binary-tree | Count Good Nodes in Binary Tree | Medium | 73.8% | 12.5% |
| 1442 | https://leetcode.com/problems/count-triplets-that-can-form-two-arrays-of-equal-xor | Count Triplets That Can Form Two Arrays of Equal XOR | Medium | 84.8% | 12.5% |
| 1463 | https://leetcode.com/problems/cherry-pickup-ii | Cherry Pickup II | Hard | 72.3% | 25.0% |
| 1476 | https://leetcode.com/problems/subrectangle-queries | Subrectangle Queries | Medium | 86.3% | 12.5% |
| 1470 | https://leetcode.com/problems/shuffle-the-array | Shuffle the Array | Easy | 89.0% | 25.0% |
| 1492 | https://leetcode.com/problems/the-kth-factor-of-n | The kth Factor of n | Medium | 70.2% | 25.0% |
| 1480 | https://leetcode.com/problems/running-sum-of-1d-array | Running Sum of 1d Array | Easy | 86.9% | 50.0% |
| 1481 | https://leetcode.com/problems/least-number-of-unique-integers-after-k-removals | Least Number of Unique Integers after K Removals | Medium | 63.7% | 12.5% |
| 1482 | https://leetcode.com/problems/minimum-number-of-days-to-make-m-bouquets | Minimum Number of Days to Make m Bouquets | Medium | 56.2% | 37.5% |
| 1488 | https://leetcode.com/problems/avoid-flood-in-the-city | Avoid Flood in The City | Medium | 39.0% | 25.0% |
| 1509 | https://leetcode.com/problems/minimum-difference-between-largest-and-smallest-value-in-three-moves | Minimum Difference Between Largest and Smallest Value in Three Moves | Medium | 59.2% | 37.5% |
| 1497 | https://leetcode.com/problems/check-if-array-pairs-are-divisible-by-k | Check If Array Pairs Are Divisible by k | Medium | 46.2% | 12.5% |
| 1512 | https://leetcode.com/problems/number-of-good-pairs | Number of Good Pairs | Easy | 89.8% | 37.5% |
| 1539 | https://leetcode.com/problems/kth-missing-positive-number | Kth Missing Positive Number | Easy | 63.2% | 37.5% |
| 1528 | https://leetcode.com/problems/shuffle-string | Shuffle String | Easy | 85.3% | 25.0% |
| 1547 | https://leetcode.com/problems/minimum-cost-to-cut-a-stick | Minimum Cost to Cut a Stick | Hard | 62.8% | 25.0% |
| 1572 | https://leetcode.com/problems/matrix-diagonal-sum | Matrix Diagonal Sum | Easy | 84.1% | 12.5% |
| 1579 | https://leetcode.com/problems/remove-max-number-of-edges-to-keep-graph-fully-traversable | Remove Max Number of Edges to Keep Graph Fully Traversable | Hard | 70.2% | 12.5% |
| 1582 | https://leetcode.com/problems/special-positions-in-a-binary-matrix | Special Positions in a Binary Matrix | Easy | 68.8% | 25.0% |
| 1605 | https://leetcode.com/problems/find-valid-matrix-given-row-and-column-sums | Find Valid Matrix Given Row and Column Sums | Medium | 82.7% | 25.0% |
| 1581 | https://leetcode.com/problems/customer-who-visited-but-did-not-make-any-transactions | Customer Who Visited but Did Not Make Any Transactions | Easy | 67.6% | 25.0% |
| 1587 | https://leetcode.com/problems/bank-account-summary-ii | Bank Account Summary II | Easy | 83.0% | 12.5% |
| 1614 | https://leetcode.com/problems/maximum-nesting-depth-of-the-parentheses | Maximum Nesting Depth of the Parentheses | Easy | 84.8% | 12.5% |
| 1616 | https://leetcode.com/problems/split-two-strings-to-make-palindrome | Split Two Strings to Make Palindrome | Medium | 32.1% | 25.0% |
| 1636 | https://leetcode.com/problems/sort-array-by-increasing-frequency | Sort Array by Increasing Frequency | Easy | 80.7% | 12.5% |
| 1637 | https://leetcode.com/problems/widest-vertical-area-between-two-points-containing-no-points | Widest Vertical Area Between Two Points Containing No Points | Easy | 87.1% | 12.5% |
| 1631 | https://leetcode.com/problems/path-with-minimum-effort | Path With Minimum Effort | Medium | 62.8% | 37.5% |
| 1642 | https://leetcode.com/problems/furthest-building-you-can-reach | Furthest Building You Can Reach | Medium | 50.7% | 25.0% |
| 1657 | https://leetcode.com/problems/determine-if-two-strings-are-close | Determine if Two Strings Are Close | Medium | 54.2% | 12.5% |
| 1661 | https://leetcode.com/problems/average-time-of-process-per-machine | Average Time of Process per Machine | Easy | 66.9% | 37.5% |
| 1700 | https://leetcode.com/problems/number-of-students-unable-to-eat-lunch | Number of Students Unable to Eat Lunch | Easy | 79.3% | 25.0% |
| 1701 | https://leetcode.com/problems/average-waiting-time | Average Waiting Time | Medium | 73.1% | 12.5% |
| 1667 | https://leetcode.com/problems/fix-names-in-a-table | Fix Names in a Table | Easy | 60.6% | 25.0% |
| 1696 | https://leetcode.com/problems/jump-game-vi | Jump Game VI | Medium | 46.4% | 12.5% |
| 1716 | https://leetcode.com/problems/calculate-money-in-leetcode-bank | Calculate Money in Leetcode Bank | Easy | 82.3% | 25.0% |
| 1717 | https://leetcode.com/problems/maximum-score-from-removing-substrings | Maximum Score From Removing Substrings | Medium | 66.6% | 25.0% |
| 1752 | https://leetcode.com/problems/check-if-array-is-sorted-and-rotated | Check if Array Is Sorted and Rotated | Easy | 55.7% | 37.5% |
| 1781 | https://leetcode.com/problems/sum-of-beauty-of-all-substrings | Sum of Beauty of All Substrings | Medium | 73.5% | 25.0% |
| 1776 | https://leetcode.com/problems/car-fleet-ii | Car Fleet II | Hard | 57.7% | 25.0% |
| 1789 | https://leetcode.com/problems/primary-department-for-each-employee | Primary Department for Each Employee | Easy | 73.9% | 12.5% |
| 1823 | https://leetcode.com/problems/find-the-winner-of-the-circular-game | Find the Winner of the Circular Game | Medium | 82.2% | 12.5% |
| 1825 | https://leetcode.com/problems/finding-mk-average | Finding MK Average | Hard | 38.7% | 50.0% |
| 1844 | https://leetcode.com/problems/replace-all-digits-with-characters | Replace All Digits with Characters | Easy | 82.6% | 25.0% |
| 1845 | https://leetcode.com/problems/seat-reservation-manager | Seat Reservation Manager | Medium | 67.0% | 12.5% |
| 1832 | https://leetcode.com/problems/check-if-the-sentence-is-pangram | Check if the Sentence Is Pangram | Easy | 84.1% | 12.5% |
| 1834 | https://leetcode.com/problems/single-threaded-cpu | Single-Threaded CPU | Medium | 47.3% | 37.5% |
| 1838 | https://leetcode.com/problems/frequency-of-the-most-frequent-element | Frequency of the Most Frequent Element | Medium | 44.6% | 37.5% |
| 1859 | https://leetcode.com/problems/sorting-the-sentence | Sorting the Sentence | Easy | 84.1% | 12.5% |
| 1851 | https://leetcode.com/problems/minimum-interval-to-include-each-query | Minimum Interval to Include Each Query | Hard | 53.9% | 37.5% |
| 1854 | https://leetcode.com/problems/maximum-population-year | Maximum Population Year | Easy | 63.6% | 12.5% |
| 1863 | https://leetcode.com/problems/sum-of-all-subset-xor-totals | Sum of All Subset XOR Totals | Easy | 90.1% | 12.5% |
| 1910 | https://leetcode.com/problems/remove-all-occurrences-of-a-substring | Remove All Occurrences of a Substring | Medium | 78.4% | 25.0% |
| 1884 | https://leetcode.com/problems/egg-drop-with-2-eggs-and-n-floors | Egg Drop With 2 Eggs and N Floors | Medium | 74.6% | 12.5% |
| 1926 | https://leetcode.com/problems/nearest-exit-from-entrance-in-maze | Nearest Exit from Entrance in Maze | Medium | 48.3% | 12.5% |
| 1913 | https://leetcode.com/problems/maximum-product-difference-between-two-pairs | Maximum Product Difference Between Two Pairs | Easy | 83.0% | 12.5% |
| 993 | https://leetcode.com/problems/cousins-in-binary-tree | Cousins in Binary Tree | Easy | 59.1% | 12.5% |
| 2633 | https://leetcode.com/problems/convert-object-to-json-string | Convert Object to JSON String | Medium | 78.0% | 25.0% |
| 2191 | https://leetcode.com/problems/sort-the-jumbled-numbers | Sort the Jumbled Numbers | Medium | 60.0% | 12.5% |
| 709 | https://leetcode.com/problems/to-lower-case | To Lower Case | Easy | 84.7% | 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% | 25.0% |
| 1763 | https://leetcode.com/problems/longest-nice-substring | Longest Nice Substring | Easy | 63.7% | 12.5% |
| 2976 | https://leetcode.com/problems/minimum-cost-to-convert-string-i | Minimum Cost to Convert String I | Medium | 63.3% | 12.5% |
| 3235 | https://leetcode.com/problems/check-if-the-rectangle-corner-is-reachable | Check if the Rectangle Corner Is Reachable | Hard | 25.3% | 25.0% |
| 3234 | https://leetcode.com/problems/count-the-number-of-substrings-with-dominant-ones | Count the Number of Substrings With Dominant Ones | Medium | 42.1% | 25.0% |
| 744 | https://leetcode.com/problems/find-smallest-letter-greater-than-target | Find Smallest Letter Greater Than Target | Easy | 58.9% | 12.5% |
| 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% |
| 1395 | https://leetcode.com/problems/count-number-of-teams | Count Number of Teams | Medium | 70.2% | 12.5% |
| 1653 | https://leetcode.com/problems/minimum-deletions-to-make-string-balanced | Minimum Deletions to Make String Balanced | Medium | 68.2% | 25.0% |
| 2045 | https://leetcode.com/problems/second-minimum-time-to-reach-destination | Second Minimum Time to Reach Destination | Hard | 62.4% | 12.5% |
| 641 | https://leetcode.com/problems/design-circular-deque | Design Circular Deque | Medium | 64.4% | 12.5% |
| 1741 | https://leetcode.com/problems/find-total-time-spent-by-each-employee | Find Total Time Spent by Each Employee | Easy | 86.4% | 12.5% |
| 1420 | https://leetcode.com/problems/build-array-where-you-can-find-the-maximum-exactly-k-comparisons | Build Array Where You Can Find The Maximum Exactly K Comparisons | Hard | 65.9% | 12.5% |
| 2678 | https://leetcode.com/problems/number-of-senior-citizens | Number of Senior Citizens | Easy | 81.3% | 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% |
| 3206 | https://leetcode.com/problems/alternating-groups-i | Alternating Groups I | Easy | 68.8% | 12.5% |
| 2864 | https://leetcode.com/problems/maximum-odd-binary-number | Maximum Odd Binary Number | Easy | 82.9% | 12.5% |
| 2053 | https://leetcode.com/problems/kth-distinct-string-in-an-array | Kth Distinct String in an Array | Easy | 82.1% | 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% | 25.0% |
| 292 | https://leetcode.com/problems/nim-game | Nim Game | Easy | 59.2% | 25.0% |
| 885 | https://leetcode.com/problems/spiral-matrix-iii | Spiral Matrix III | Medium | 84.5% | 25.0% |
| 745 | https://leetcode.com/problems/prefix-and-suffix-search | Prefix and Suffix Search | Hard | 40.8% | 12.5% |
| 171 | https://leetcode.com/problems/excel-sheet-column-number | Excel Sheet Column Number | Easy | 67.2% | 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% |
| 2882 | https://leetcode.com/problems/drop-duplicate-rows | Drop Duplicate Rows | Easy | 85.3% | 12.5% |
| 2220 | https://leetcode.com/problems/minimum-bit-flips-to-convert-number | Minimum Bit Flips to Convert Number | Easy | 87.8% | 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% |
| 1729 | https://leetcode.com/problems/find-followers-count | Find Followers Count | Easy | 69.5% | 12.5% |
| 1299 | https://leetcode.com/problems/replace-elements-with-greatest-element-on-right-side | Replace Elements with Greatest Element on Right Side | Easy | 72.0% | 12.5% |
| 453 | https://leetcode.com/problems/minimum-moves-to-equal-array-elements | Minimum Moves to Equal Array Elements | Medium | 58.5% | 12.5% |
| 2703 | https://leetcode.com/problems/return-length-of-arguments-passed | Return Length of Arguments Passed | Easy | 94.5% | 25.0% |
| 2955 | https://leetcode.com/problems/number-of-same-end-substrings | Number of Same-End Substrings | Medium | 61.6% | 25.0% |
| 1209 | https://leetcode.com/problems/remove-all-adjacent-duplicates-in-string-ii | Remove All Adjacent Duplicates in String II | Medium | 60.9% | 12.5% |
| 626 | https://leetcode.com/problems/exchange-seats | Exchange Seats | Medium | 73.8% | 25.0% |
| 624 | https://leetcode.com/problems/maximum-distance-in-arrays | Maximum Distance in Arrays | Medium | 45.6% | 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% |
| 462 | https://leetcode.com/problems/minimum-moves-to-equal-array-elements-ii | Minimum Moves to Equal Array Elements II | Medium | 61.5% | 12.5% |
| 306 | https://leetcode.com/problems/additive-number | Additive Number | Medium | 33.5% | 12.5% |
| 3260 | https://leetcode.com/problems/find-the-largest-palindrome-divisible-by-k | Find the Largest Palindrome Divisible by K | Hard | 16.9% | 12.5% |
| 3054 | https://leetcode.com/problems/binary-tree-nodes | Binary Tree Nodes | Medium | 78.5% | 25.0% |
| 836 | https://leetcode.com/problems/rectangle-overlap | Rectangle Overlap | Easy | 46.4% | 12.5% |
| 877 | https://leetcode.com/problems/stone-game | Stone Game | Medium | 72.6% | 25.0% |
| 1045 | https://leetcode.com/problems/customers-who-bought-all-products | Customers Who Bought All Products | Medium | 63.7% | 12.5% |
| 1140 | https://leetcode.com/problems/stone-game-ii | Stone Game II | Medium | 72.9% | 12.5% |
| 1247 | https://leetcode.com/problems/minimum-swaps-to-make-strings-equal | Minimum Swaps to Make Strings Equal | Medium | 65.3% | 12.5% |
| 754 | https://leetcode.com/problems/reach-a-number | Reach a Number | Medium | 44.6% | 12.5% |
| 770 | https://leetcode.com/problems/basic-calculator-iv | Basic Calculator IV | Hard | 49.7% | 12.5% |
| 592 | https://leetcode.com/problems/fraction-addition-and-subtraction | Fraction Addition and Subtraction | Medium | 66.4% | 12.5% |
| 476 | https://leetcode.com/problems/number-complement | Number Complement | Easy | 70.4% | 12.5% |
| 3005 | https://leetcode.com/problems/count-elements-with-maximum-frequency | Count Elements With Maximum Frequency | Easy | 79.8% | 12.5% |
| 586 | https://leetcode.com/problems/customer-placing-the-largest-number-of-orders | Customer Placing the Largest Number of Orders | Easy | 64.3% | 12.5% |
| 2055 | https://leetcode.com/problems/plates-between-candles | Plates Between Candles | Medium | 47.3% | 12.5% |
| 649 | https://leetcode.com/problems/dota2-senate | Dota2 Senate | Medium | 49.6% | 12.5% |
| 590 | https://leetcode.com/problems/n-ary-tree-postorder-traversal | N-ary Tree Postorder Traversal | Easy | 81.0% | 12.5% |
| 589 | https://leetcode.com/problems/n-ary-tree-preorder-traversal | N-ary Tree Preorder Traversal | Easy | 76.6% | 12.5% |
| 3026 | https://leetcode.com/problems/maximum-good-subarray-sum | Maximum Good Subarray Sum | Medium | 21.4% | 25.0% |
| 3162 | https://leetcode.com/problems/find-the-number-of-good-pairs-i | Find the Number of Good Pairs I | Easy | 86.3% | 12.5% |
| 1905 | https://leetcode.com/problems/count-sub-islands | Count Sub Islands | Medium | 73.0% | 12.5% |
| 2699 | https://leetcode.com/problems/modify-graph-edge-weights | Modify Graph Edge Weights | Hard | 55.7% | 12.5% |
| 725 | https://leetcode.com/problems/split-linked-list-in-parts | Split Linked List in Parts | Medium | 70.5% | 12.5% |
| 1721 | https://leetcode.com/problems/swapping-nodes-in-a-linked-list | Swapping Nodes in a Linked List | Medium | 69.2% | 25.0% |
| 3277 | https://leetcode.com/problems/maximum-xor-score-subarray-queries | Maximum XOR Score Subarray Queries | Hard | 43.7% | 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% |
| 2027 | https://leetcode.com/problems/minimum-moves-to-convert-string | Minimum Moves to Convert String | Easy | 57.7% | 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% |
| 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% |
| 2028 | https://leetcode.com/problems/find-missing-observations | Find Missing Observations | Medium | 57.4% | 12.5% |
| 2418 | https://leetcode.com/problems/sort-the-people | Sort the People | Easy | 84.8% | 12.5% |
| 117 | https://leetcode.com/problems/populating-next-right-pointers-in-each-node-ii | Populating Next Right Pointers in Each Node II | Medium | 57.1% | 12.5% |
| 1109 | https://leetcode.com/problems/corporate-flight-bookings | Corporate Flight Bookings | Medium | 66.4% | 12.5% |
| 2326 | https://leetcode.com/problems/spiral-matrix-iv | Spiral Matrix IV | Medium | 82.3% | 12.5% |
| 3282 | https://leetcode.com/problems/reach-end-of-array-with-max-score | Reach End of Array With Max Score | Medium | 33.4% | 12.5% |
| 2985 | https://leetcode.com/problems/calculate-compressed-mean | Calculate Compressed Mean | Easy | 86.0% | 25.0% |
| 2807 | https://leetcode.com/problems/insert-greatest-common-divisors-in-linked-list | Insert Greatest Common Divisors in Linked List | Medium | 91.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% |
| 694 | https://leetcode.com/problems/number-of-distinct-islands | Number of Distinct Islands | Medium | 62.7% | 12.5% |
| 1310 | https://leetcode.com/problems/xor-queries-of-a-subarray | XOR Queries of a Subarray | Medium | 78.2% | 25.0% |
| 304 | https://leetcode.com/problems/range-sum-query-2d-immutable | Range Sum Query 2D - Immutable | Medium | 57.8% | 25.0% |
| 3287 | https://leetcode.com/problems/find-the-maximum-sequence-value-of-array | Find the Maximum Sequence Value of Array | Hard | 21.0% | 25.0% |
| 3120 | https://leetcode.com/problems/count-the-number-of-special-characters-i | Count the Number of Special Characters I | Easy | 66.7% | 12.5% |
| 2419 | https://leetcode.com/problems/longest-subarray-with-maximum-bitwise-and | Longest Subarray With Maximum Bitwise AND | Medium | 65.4% | 12.5% |
| 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% |
| 1518 | https://leetcode.com/problems/water-bottles | Water Bottles | Easy | 72.6% | 25.0% |
| 884 | https://leetcode.com/problems/uncommon-words-from-two-sentences | Uncommon Words from Two Sentences | Easy | 75.6% | 12.5% |
| 1903 | https://leetcode.com/problems/largest-odd-number-in-string | Largest Odd Number in String | Easy | 66.9% | 25.0% |
| 263 | https://leetcode.com/problems/ugly-number | Ugly Number | Easy | 43.1% | 37.5% |
| 2991 | https://leetcode.com/problems/top-three-wineries | Top Three Wineries | Hard | 53.6% | 25.0% |
| 2987 | https://leetcode.com/problems/find-expensive-cities | Find Expensive Cities | Easy | 77.0% | 25.0% |
| 2989 | https://leetcode.com/problems/class-performance | Class Performance | Medium | 88.9% | 25.0% |
| 2990 | https://leetcode.com/problems/loan-types | Loan Types | Easy | 63.8% | 25.0% |
| 724 | https://leetcode.com/problems/find-pivot-index | Find Pivot Index | Easy | 62.1% | 25.0% |
| 386 | https://leetcode.com/problems/lexicographical-numbers | Lexicographical Numbers | Medium | 76.2% | 25.0% |
| 1743 | https://leetcode.com/problems/restore-the-array-from-adjacent-pairs | Restore the Array From Adjacent Pairs | Medium | 75.0% | 12.5% |
| 2697 | https://leetcode.com/problems/lexicographically-smallest-palindrome | Lexicographically Smallest Palindrome | Easy | 80.8% | 12.5% |
| 2487 | https://leetcode.com/problems/remove-nodes-from-linked-list | Remove Nodes From Linked List | Medium | 74.8% | 12.5% |
| 2000 | https://leetcode.com/problems/reverse-prefix-of-word | Reverse Prefix of Word | Easy | 86.5% | 12.5% |
| 440 | https://leetcode.com/problems/k-th-smallest-in-lexicographical-order | K-th Smallest in Lexicographical Order | Hard | 46.2% | 25.0% |
| 3275 | https://leetcode.com/problems/k-th-nearest-obstacle-queries | K-th Nearest Obstacle Queries | Medium | 48.9% | 12.5% |
| 2493 | https://leetcode.com/problems/divide-nodes-into-the-maximum-number-of-groups | Divide Nodes Into the Maximum Number of Groups | Hard | 67.0% | 12.5% |
| 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% |
| 763 | https://leetcode.com/problems/partition-labels | Partition Labels | Medium | 81.8% | 12.5% |
| 517 | https://leetcode.com/problems/super-washing-machines | Super Washing Machines | Hard | 43.8% | 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% | 12.5% |
| 433 | https://leetcode.com/problems/minimum-genetic-mutation | Minimum Genetic Mutation | Medium | 56.4% | 12.5% |
| 1484 | https://leetcode.com/problems/group-sold-products-by-the-date | Group Sold Products By The Date | Easy | 77.9% | 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% |
| 177 | https://leetcode.com/problems/nth-highest-salary | Nth Highest Salary | Medium | 38.8% | 25.0% |
| 1010 | https://leetcode.com/problems/pairs-of-songs-with-total-durations-divisible-by-60 | Pairs of Songs With Total Durations Divisible by 60 | Medium | 53.4% | 12.5% |
| 432 | https://leetcode.com/problems/all-oone-data-structure | All O`one Data Structure | Hard | 44.1% | 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% |
| 3020 | https://leetcode.com/problems/find-the-maximum-number-of-elements-in-subset | Find the Maximum Number of Elements in Subset | Medium | 26.8% | 25.0% |
| 2995 | https://leetcode.com/problems/viewers-turned-streamers | Viewers Turned Streamers | Hard | 42.7% | 50.0% |
| 3008 | https://leetcode.com/problems/find-beautiful-indices-in-the-given-array-ii | Find Beautiful Indices in the Given Array II | Hard | 27.6% | 25.0% |
| 2521 | https://leetcode.com/problems/distinct-prime-factors-of-product-of-array | Distinct Prime Factors of Product of Array | Medium | 54.1% | 12.5% |
| 1691 | https://leetcode.com/problems/maximum-height-by-stacking-cuboids | Maximum Height by Stacking Cuboids | Hard | 61.7% | 12.5% |
| 2800 | https://leetcode.com/problems/shortest-string-that-contains-three-strings | Shortest String That Contains Three Strings | Medium | 31.5% | 12.5% |
| 585 | https://leetcode.com/problems/investments-in-2016 | Investments in 2016 | Medium | 50.8% | 12.5% |
| 1186 | https://leetcode.com/problems/maximum-subarray-sum-with-one-deletion | Maximum Subarray Sum with One Deletion | Medium | 46.7% | 12.5% |
| 565 | https://leetcode.com/problems/array-nesting | Array Nesting | Medium | 56.5% | 12.5% |
| 1590 | https://leetcode.com/problems/make-sum-divisible-by-p | Make Sum Divisible by P | Medium | 42.6% | 12.5% |
| 3165 | https://leetcode.com/problems/maximum-sum-of-subsequence-with-non-adjacent-elements | Maximum Sum of Subsequence With Non-adjacent Elements | Hard | 15.4% | 12.5% |
| 2336 | https://leetcode.com/problems/smallest-number-in-infinite-set | Smallest Number in Infinite Set | Medium | 70.6% | 12.5% |
| 810 | https://leetcode.com/problems/chalkboard-xor-game | Chalkboard XOR Game | Hard | 65.6% | 12.5% |
| 3312 | https://leetcode.com/problems/sorted-gcd-pair-queries | Sorted GCD Pair Queries | Hard | 22.3% | 12.5% |
| 2577 | https://leetcode.com/problems/minimum-time-to-visit-a-cell-in-a-grid | Minimum Time to Visit a Cell In a Grid | Hard | 56.3% | 12.5% |
| 3028 | https://leetcode.com/problems/ant-on-the-boundary | Ant on the Boundary | Easy | 74.2% | 25.0% |
| 2696 | https://leetcode.com/problems/minimum-string-length-after-removing-substrings | Minimum String Length After Removing Substrings | Easy | 77.1% | 12.5% |
| 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% |
| 3248 | https://leetcode.com/problems/snake-in-matrix | Snake in Matrix | Easy | 82.3% | 12.5% |
| 856 | https://leetcode.com/problems/score-of-parentheses | Score of Parentheses | Medium | 63.6% | 12.5% |
| 883 | https://leetcode.com/problems/projection-area-of-3d-shapes | Projection Area of 3D Shapes | Easy | 75.6% | 12.5% |
| 3038 | https://leetcode.com/problems/maximum-number-of-operations-with-the-same-score-i | Maximum Number of Operations With the Same Score I | Easy | 52.7% | 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% |
| 2406 | https://leetcode.com/problems/divide-intervals-into-minimum-number-of-groups | Divide Intervals Into Minimum Number of Groups | Medium | 63.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% | 37.5% |
| 1348 | https://leetcode.com/problems/tweet-counts-per-frequency | Tweet Counts Per Frequency | Medium | 45.9% | 12.5% |
| 632 | https://leetcode.com/problems/smallest-range-covering-elements-from-k-lists | Smallest Range Covering Elements from K Lists | Hard | 70.0% | 25.0% |
| 546 | https://leetcode.com/problems/remove-boxes | Remove Boxes | Hard | 49.3% | 12.5% |
| 2530 | https://leetcode.com/problems/maximal-score-after-applying-k-operations | Maximal Score After Applying K Operations | Medium | 64.0% | 12.5% |
| 3024 | https://leetcode.com/problems/type-of-triangle | Type of Triangle | Easy | 44.1% | 37.5% |
| 2263 | https://leetcode.com/problems/make-array-non-decreasing-or-non-increasing | Make Array Non-decreasing or Non-increasing | Hard | 65.6% | 12.5% |
| 1229 | https://leetcode.com/problems/meeting-scheduler | Meeting Scheduler | Medium | 55.2% | 12.5% |
| 2938 | https://leetcode.com/problems/separate-black-and-white-balls | Separate Black and White Balls | Medium | 64.0% | 12.5% |
| 1203 | https://leetcode.com/problems/sort-items-by-groups-respecting-dependencies | Sort Items by Groups Respecting Dependencies | Hard | 65.6% | 12.5% |
| 1405 | https://leetcode.com/problems/longest-happy-string | Longest Happy String | Medium | 65.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% | 25.0% |
| 3283 | https://leetcode.com/problems/maximum-number-of-moves-to-kill-all-pawns | Maximum Number of Moves to Kill All Pawns | Hard | 33.6% | 12.5% |
| 3266 | https://leetcode.com/problems/final-array-state-after-k-multiplication-operations-ii | Final Array State After K Multiplication Operations II | Hard | 13.0% | 12.5% |
| 3319 | https://leetcode.com/problems/k-th-largest-perfect-subtree-size-in-binary-tree | K-th Largest Perfect Subtree Size in Binary Tree | Medium | 62.1% | 12.5% |
| 1545 | https://leetcode.com/problems/find-kth-bit-in-nth-binary-string | Find Kth Bit in Nth Binary String | Medium | 70.2% | 12.5% |
| 3327 | https://leetcode.com/problems/check-if-dfs-strings-are-palindromes | Check if DFS Strings Are Palindromes | Hard | 20.1% | 25.0% |
| 2044 | https://leetcode.com/problems/count-number-of-maximum-bitwise-or-subsets | Count Number of Maximum Bitwise-OR Subsets | Medium | 89.6% | 12.5% |
| 1907 | https://leetcode.com/problems/count-salary-categories | Count Salary Categories | Medium | 64.0% | 12.5% |
| 1356 | https://leetcode.com/problems/sort-integers-by-the-number-of-1-bits | Sort Integers by The Number of 1 Bits | Easy | 79.0% | 12.5% |
| 1029 | https://leetcode.com/problems/two-city-scheduling | Two City Scheduling | Medium | 68.3% | 12.5% |
| 1075 | https://leetcode.com/problems/project-employees-i | Project Employees I | Easy | 66.5% | 25.0% |
| 2641 | https://leetcode.com/problems/cousins-in-binary-tree-ii | Cousins in Binary Tree II | Medium | 75.8% | 12.5% |
| 2965 | https://leetcode.com/problems/find-missing-and-repeated-values | Find Missing and Repeated Values | Easy | 83.3% | 37.5% |
| 445 | https://leetcode.com/problems/add-two-numbers-ii | Add Two Numbers II | Medium | 62.4% | 12.5% |
| 1531 | https://leetcode.com/problems/string-compression-ii | String Compression II | Hard | 52.2% | 12.5% |
| 3326 | https://leetcode.com/problems/minimum-division-operations-to-make-array-non-decreasing | Minimum Division Operations to Make Array Non Decreasing | Medium | 29.1% | 12.5% |
| 2501 | https://leetcode.com/problems/longest-square-streak-in-an-array | Longest Square Streak in an Array | Medium | 53.1% | 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% |
| 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% |
| 296 | https://leetcode.com/problems/best-meeting-point | Best Meeting Point | Hard | 61.4% | 12.5% |
| 2684 | https://leetcode.com/problems/maximum-number-of-moves-in-a-grid | Maximum Number of Moves in a Grid | Medium | 58.8% | 12.5% |
| 3337 | https://leetcode.com/problems/total-characters-in-string-after-transformations-ii | Total Characters in String After Transformations II | Hard | 58.1% | 12.5% |
| 860 | https://leetcode.com/problems/lemonade-change | Lemonade Change | Easy | 58.9% | 12.5% |
| 2463 | https://leetcode.com/problems/minimum-total-distance-traveled | Minimum Total Distance Traveled | Hard | 58.8% | 12.5% |
| 2127 | https://leetcode.com/problems/maximum-employees-to-be-invited-to-a-meeting | Maximum Employees to Be Invited to a Meeting | Hard | 61.8% | 25.0% |
| 3341 | https://leetcode.com/problems/find-minimum-time-to-reach-last-room-i | Find Minimum Time to Reach Last Room I | Medium | 55.5% | 25.0% |
| 3163 | https://leetcode.com/problems/string-compression-iii | String Compression III | Medium | 67.0% | 12.5% |
| 3325 | https://leetcode.com/problems/count-substrings-with-k-frequency-characters-i | Count Substrings With K-Frequency Characters I | Medium | 55.6% | 12.5% |
| 164 | https://leetcode.com/problems/maximum-gap | Maximum Gap | Medium | 51.4% | 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% |
| 1886 | https://leetcode.com/problems/determine-whether-matrix-can-be-obtained-by-rotation | Determine Whether Matrix Can Be Obtained By Rotation | Easy | 59.2% | 12.5% |
| 3011 | https://leetcode.com/problems/find-if-array-can-be-sorted | Find if Array Can Be Sorted | Medium | 66.5% | 12.5% |
| 2210 | https://leetcode.com/problems/count-hills-and-valleys-in-an-array | Count Hills and Valleys in an Array | Easy | 69.1% | 25.0% |
| 1957 | https://leetcode.com/problems/delete-characters-to-make-fancy-string | Delete Characters to Make Fancy String | Easy | 74.1% | 12.5% |
| 2275 | https://leetcode.com/problems/largest-combination-with-bitwise-and-greater-than-zero | Largest Combination With Bitwise AND Greater Than Zero | Medium | 80.8% | 12.5% |
| 3224 | https://leetcode.com/problems/minimum-array-changes-to-make-differences-equal | Minimum Array Changes to Make Differences Equal | Medium | 24.3% | 12.5% |
| 2413 | https://leetcode.com/problems/smallest-even-multiple | Smallest Even Multiple | Easy | 88.3% | 12.5% |
| 1570 | https://leetcode.com/problems/dot-product-of-two-sparse-vectors | Dot Product of Two Sparse Vectors | Medium | 89.9% | 12.5% |
| 3133 | https://leetcode.com/problems/minimum-array-end | Minimum Array End | Medium | 55.4% | 12.5% |
| 1542 | https://leetcode.com/problems/find-longest-awesome-substring | Find Longest Awesome Substring | Hard | 46.5% | 12.5% |
| 325 | https://leetcode.com/problems/maximum-size-subarray-sum-equals-k | Maximum Size Subarray Sum Equals k | Medium | 50.8% | 12.5% |
| 2571 | https://leetcode.com/problems/minimum-operations-to-reduce-an-integer-to-0 | Minimum Operations to Reduce an Integer to 0 | Medium | 61.0% | 12.5% |
| 3097 | https://leetcode.com/problems/shortest-subarray-with-or-at-least-k-ii | Shortest Subarray With OR at Least K II | Medium | 50.2% | 12.5% |
| 2583 | https://leetcode.com/problems/kth-largest-sum-in-a-binary-tree | Kth Largest Sum in a Binary Tree | Medium | 59.0% | 12.5% |
| 3350 | https://leetcode.com/problems/adjacent-increasing-subarrays-detection-ii | Adjacent Increasing Subarrays Detection II | Medium | 58.9% | 25.0% |
| 3346 | https://leetcode.com/problems/maximum-frequency-of-an-element-after-performing-operations-i | Maximum Frequency of an Element After Performing Operations I | Medium | 40.1% | 25.0% |
| 1049 | https://leetcode.com/problems/last-stone-weight-ii | Last Stone Weight II | Medium | 59.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% | 25.0% |
| 3349 | https://leetcode.com/problems/adjacent-increasing-subarrays-detection-i | Adjacent Increasing Subarrays Detection I | Easy | 48.0% | 25.0% |
| 3351 | https://leetcode.com/problems/sum-of-good-subsequences | Sum of Good Subsequences | Hard | 30.8% | 25.0% |
| 2070 | https://leetcode.com/problems/most-beautiful-item-for-each-query | Most Beautiful Item for Each Query | Medium | 62.1% | 12.5% |
| 3208 | https://leetcode.com/problems/alternating-groups-ii | Alternating Groups II | Medium | 59.9% | 25.0% |
| 1650 | https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree-iii | Lowest Common Ancestor of a Binary Tree III | Medium | 82.9% | 12.5% |
| 1185 | https://leetcode.com/problems/day-of-the-week | Day of the Week | Easy | 59.0% | 12.5% |
| 3254 | https://leetcode.com/problems/find-the-power-of-k-size-subarrays-i | Find the Power of K-Size Subarrays I | Medium | 62.2% | 12.5% |
| 3356 | https://leetcode.com/problems/zero-array-transformation-ii | Zero Array Transformation II | Medium | 43.6% | 37.5% |
| 364 | https://leetcode.com/problems/nested-list-weight-sum-ii | Nested List Weight Sum II | Medium | 66.7% | 12.5% |
| 3355 | https://leetcode.com/problems/zero-array-transformation-i | Zero Array Transformation I | Medium | 54.4% | 50.0% |
| 1652 | https://leetcode.com/problems/defuse-the-bomb | Defuse the Bomb | Easy | 79.3% | 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% |
| 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% |
| 1633 | https://leetcode.com/problems/percentage-of-users-attended-a-contest | Percentage of Users Attended a Contest | Easy | 59.9% | 25.0% |
| 2257 | https://leetcode.com/problems/count-unguarded-cells-in-the-grid | Count Unguarded Cells in the Grid | Medium | 69.0% | 12.5% |
| 1019 | https://leetcode.com/problems/next-greater-node-in-linked-list | Next Greater Node In Linked List | Medium | 63.8% | 12.5% |
| 866 | https://leetcode.com/problems/prime-palindrome | Prime Palindrome | Medium | 27.9% | 12.5% |
| 1861 | https://leetcode.com/problems/rotating-the-box | Rotating the Box | Medium | 79.2% | 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% |
| 1975 | https://leetcode.com/problems/maximum-matrix-sum | Maximum Matrix Sum | Medium | 67.6% | 25.0% |
| 628 | https://leetcode.com/problems/maximum-product-of-three-numbers | Maximum Product of Three Numbers | Easy | 45.7% | 12.5% |
| 773 | https://leetcode.com/problems/sliding-puzzle | Sliding Puzzle | Hard | 74.1% | 12.5% |
| 3243 | https://leetcode.com/problems/shortest-distance-after-road-addition-queries-i | Shortest Distance After Road Addition Queries I | Medium | 61.9% | 12.5% |
| 1991 | https://leetcode.com/problems/find-the-middle-index-in-array | Find the Middle Index in Array | Easy | 69.1% | 12.5% |
| 423 | https://leetcode.com/problems/reconstruct-original-digits-from-english | Reconstruct Original Digits from English | Medium | 52.7% | 12.5% |
| 2726 | https://leetcode.com/problems/calculator-with-method-chaining | Calculator with Method Chaining | Easy | 77.6% | 12.5% |
| 821 | https://leetcode.com/problems/shortest-distance-to-a-character | Shortest Distance to a Character | Easy | 72.6% | 12.5% |
| 3371 | https://leetcode.com/problems/identify-the-largest-outlier-in-an-array | Identify the Largest Outlier in an Array | Medium | 36.2% | 12.5% |
| 2109 | https://leetcode.com/problems/adding-spaces-to-a-string | Adding Spaces to a String | Medium | 71.8% | 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% |
| 3362 | https://leetcode.com/problems/zero-array-transformation-iii | Zero Array Transformation III | Medium | 54.9% | 25.0% |
| 1413 | https://leetcode.com/problems/minimum-value-to-get-positive-step-by-step-sum | Minimum Value to Get Positive Step by Step Sum | Easy | 64.6% | 12.5% |
| 216 | https://leetcode.com/problems/combination-sum-iii | Combination Sum III | Medium | 72.9% | 12.5% |
| 1038 | https://leetcode.com/problems/binary-search-tree-to-greater-sum-tree | Binary Search Tree to Greater Sum Tree | Medium | 88.4% | 12.5% |
| 898 | https://leetcode.com/problems/bitwise-ors-of-subarrays | Bitwise ORs of Subarrays | Medium | 56.8% | 12.5% |
| 1683 | https://leetcode.com/problems/invalid-tweets | Invalid Tweets | Easy | 85.2% | 25.0% |
| 1760 | https://leetcode.com/problems/minimum-limit-of-balls-in-a-bag | Minimum Limit of Balls in a Bag | Medium | 66.6% | 12.5% |
| 1202 | https://leetcode.com/problems/smallest-string-with-swaps | Smallest String With Swaps | Medium | 60.3% | 12.5% |
| 3184 | https://leetcode.com/problems/count-pairs-that-form-a-complete-day-i | Count Pairs That Form a Complete Day I | Easy | 78.0% | 12.5% |
| 635 | https://leetcode.com/problems/design-log-storage-system | Design Log Storage System | Medium | 59.2% | 12.5% |
| 2054 | https://leetcode.com/problems/two-best-non-overlapping-events | Two Best Non-Overlapping Events | Medium | 64.0% | 25.0% |
| 3380 | https://leetcode.com/problems/maximum-area-rectangle-with-point-constraints-i | Maximum Area Rectangle With Point Constraints I | Medium | 51.3% | 25.0% |
| 355 | https://leetcode.com/problems/design-twitter | Design Twitter | Medium | 44.2% | 12.5% |
| 311 | https://leetcode.com/problems/sparse-matrix-multiplication | Sparse Matrix Multiplication | Medium | 69.2% | 12.5% |
| 2558 | https://leetcode.com/problems/take-gifts-from-the-richest-pile | Take Gifts From the Richest Pile | Easy | 75.5% | 12.5% |
| 2891 | https://leetcode.com/problems/method-chaining | Method Chaining | Easy | 76.2% | 12.5% |
| 2886 | https://leetcode.com/problems/change-data-type | Change Data Type | Easy | 87.4% | 12.5% |
| 2724 | https://leetcode.com/problems/sort-by | Sort By | Easy | 83.2% | 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% |
| 1200 | https://leetcode.com/problems/minimum-absolute-difference | Minimum Absolute Difference | Easy | 75.0% | 25.0% |
| 1792 | https://leetcode.com/problems/maximum-average-pass-ratio | Maximum Average Pass Ratio | Medium | 74.1% | 12.5% |
| 2497 | https://leetcode.com/problems/maximum-star-sum-of-a-graph | Maximum Star Sum of a Graph | Medium | 41.9% | 12.5% |
| 1704 | https://leetcode.com/problems/determine-if-string-halves-are-alike | Determine if String Halves Are Alike | Easy | 78.8% | 12.5% |
| 3316 | https://leetcode.com/problems/find-maximum-removals-from-source-string | Find Maximum Removals From Source String | Medium | 39.2% | 12.5% |
| 2182 | https://leetcode.com/problems/construct-string-with-repeat-limit | Construct String With Repeat Limit | Medium | 70.9% | 12.5% |
| 2094 | https://leetcode.com/problems/finding-3-digit-even-numbers | Finding 3-Digit Even Numbers | Easy | 78.8% | 25.0% |
| 596 | https://leetcode.com/problems/classes-with-at-least-5-students | Classes With at Least 5 Students | Easy | 63.2% | 12.5% |
| 2415 | https://leetcode.com/problems/reverse-odd-levels-of-binary-tree | Reverse Odd Levels of Binary Tree | Medium | 86.7% | 12.5% |
| 3309 | https://leetcode.com/problems/maximum-possible-number-by-binary-concatenation | Maximum Possible Number by Binary Concatenation | Medium | 65.3% | 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% |
| 2221 | https://leetcode.com/problems/find-triangular-sum-of-an-array | Find Triangular Sum of an Array | Medium | 82.0% | 12.5% |
| 2471 | https://leetcode.com/problems/minimum-number-of-operations-to-sort-a-binary-tree-by-level | Minimum Number of Operations to Sort a Binary Tree by Level | Medium | 74.2% | 12.5% |
| 3139 | https://leetcode.com/problems/minimum-cost-to-equalize-array | Minimum Cost to Equalize Array | Hard | 18.7% | 12.5% |
| 3203 | https://leetcode.com/problems/find-minimum-diameter-after-merging-two-trees | Find Minimum Diameter After Merging Two Trees | Hard | 57.1% | 12.5% |
| 192 | https://leetcode.com/problems/word-frequency | Word Frequency | Medium | 28.4% | 12.5% |
| 1312 | https://leetcode.com/problems/minimum-insertion-steps-to-make-a-string-palindrome | Minimum Insertion Steps to Make a String Palindrome | Hard | 73.6% | 12.5% |
| 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% |
| 3270 | https://leetcode.com/problems/find-the-key-of-the-numbers | Find the Key of the Numbers | Easy | 76.5% | 12.5% |
| 434 | https://leetcode.com/problems/number-of-segments-in-a-string | Number of Segments in a String | Easy | 36.9% | 12.5% |
| 2469 | https://leetcode.com/problems/convert-the-temperature | Convert the Temperature | Easy | 90.3% | 12.5% |
| 2466 | https://leetcode.com/problems/count-ways-to-build-good-strings | Count Ways To Build Good Strings | Medium | 59.0% | 12.5% |
| 3404 | https://leetcode.com/problems/count-special-subsequences | Count Special Subsequences | Medium | 29.8% | 25.0% |
| 2560 | https://leetcode.com/problems/house-robber-iv | House Robber IV | Medium | 64.8% | 25.0% |
| 2270 | https://leetcode.com/problems/number-of-ways-to-split-array | Number of Ways to Split Array | Medium | 55.9% | 25.0% |
| 1559 | https://leetcode.com/problems/detect-cycles-in-2d-grid | Detect Cycles in 2D Grid | Medium | 52.4% | 12.5% |
| 1712 | https://leetcode.com/problems/ways-to-split-array-into-three-subarrays | Ways to Split Array Into Three Subarrays | Medium | 34.1% | 12.5% |
| 1791 | https://leetcode.com/problems/find-center-of-star-graph | Find Center of Star Graph | Easy | 86.6% | 12.5% |
| 3387 | https://leetcode.com/problems/maximize-amount-after-two-days-of-conversions | Maximize Amount After Two Days of Conversions | Medium | 61.1% | 12.5% |
| 2381 | https://leetcode.com/problems/shifting-letters-ii | Shifting Letters II | Medium | 53.5% | 25.0% |
| 3413 | https://leetcode.com/problems/maximum-coins-from-k-consecutive-bags | Maximum Coins From K Consecutive Bags | Medium | 24.5% | 12.5% |
| 3410 | https://leetcode.com/problems/maximize-subarray-sum-after-removing-all-occurrences-of-one-element | Maximize Subarray Sum After Removing All Occurrences of One Element | Hard | 22.9% | 12.5% |
| 1034 | https://leetcode.com/problems/coloring-a-border | Coloring A Border | Medium | 51.1% | 12.5% |
| 3408 | https://leetcode.com/problems/design-task-manager | Design Task Manager | Medium | 49.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% | 25.0% |
| 3397 | https://leetcode.com/problems/maximum-number-of-distinct-elements-after-operations | Maximum Number of Distinct Elements After Operations | Medium | 52.2% | 25.0% |
| 1252 | https://leetcode.com/problems/cells-with-odd-values-in-a-matrix | Cells with Odd Values in a Matrix | Easy | 79.7% | 12.5% |
| 507 | https://leetcode.com/problems/perfect-number | Perfect Number | Easy | 47.9% | 12.5% |
| 1154 | https://leetcode.com/problems/day-of-the-year | Day of the Year | Easy | 49.5% | 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% |
| 2537 | https://leetcode.com/problems/count-the-number-of-good-subarrays | Count the Number of Good Subarrays | Medium | 65.9% | 12.5% |
| 2643 | https://leetcode.com/problems/row-with-maximum-ones | Row With Maximum Ones | Easy | 74.3% | 12.5% |
| 1400 | https://leetcode.com/problems/construct-k-palindrome-strings | Construct K Palindrome Strings | Medium | 68.6% | 12.5% |
| 728 | https://leetcode.com/problems/self-dividing-numbers | Self Dividing Numbers | Easy | 80.5% | 25.0% |
| 2380 | https://leetcode.com/problems/time-needed-to-rearrange-a-binary-string | Time Needed to Rearrange a Binary String | Medium | 52.6% | 12.5% |
| 2161 | https://leetcode.com/problems/partition-array-according-to-given-pivot | Partition Array According to Given Pivot | Medium | 89.8% | 12.5% |
| 3419 | https://leetcode.com/problems/minimize-the-maximum-edge-weight-of-graph | Minimize the Maximum Edge Weight of Graph | Medium | 44.0% | 12.5% |
| 2657 | https://leetcode.com/problems/find-the-prefix-common-array-of-two-arrays | Find the Prefix Common Array of Two Arrays | Medium | 87.0% | 12.5% |
| 538 | https://leetcode.com/problems/convert-bst-to-greater-tree | Convert BST to Greater Tree | Medium | 71.4% | 12.5% |
| 3420 | https://leetcode.com/problems/count-non-decreasing-subarrays-after-k-operations | Count Non-Decreasing Subarrays After K Operations | Hard | 23.7% | 25.0% |
| 2429 | https://leetcode.com/problems/minimize-xor | Minimize XOR | Medium | 62.4% | 12.5% |
| 2425 | https://leetcode.com/problems/bitwise-xor-of-all-pairings | Bitwise XOR of All Pairings | Medium | 66.9% | 12.5% |
| 1353 | https://leetcode.com/problems/maximum-number-of-events-that-can-be-attended | Maximum Number of Events That Can Be Attended | Medium | 38.9% | 25.0% |
| 2683 | https://leetcode.com/problems/neighboring-bitwise-xor | Neighboring Bitwise XOR | Medium | 79.8% | 12.5% |
| 1152 | https://leetcode.com/problems/analyze-user-website-visit-pattern | Analyze User Website Visit Pattern | Medium | 44.2% | 12.5% |
| 372 | https://leetcode.com/problems/super-pow | Super Pow | Medium | 36.3% | 12.5% |
| 3426 | https://leetcode.com/problems/manhattan-distances-of-all-arrangements-of-pieces | Manhattan Distances of All Arrangements of Pieces | Hard | 35.1% | 12.5% |
| 2661 | https://leetcode.com/problems/first-completely-painted-row-or-column | First Completely Painted Row or Column | Medium | 63.9% | 12.5% |
| 2815 | https://leetcode.com/problems/max-pair-sum-in-an-array | Max Pair Sum in an Array | Easy | 60.4% | 12.5% |
| 2017 | https://leetcode.com/problems/grid-game | Grid Game | Medium | 60.9% | 12.5% |
| 1773 | https://leetcode.com/problems/count-items-matching-a-rule | Count Items Matching a Rule | Easy | 85.3% | 12.5% |
| 2181 | https://leetcode.com/problems/merge-nodes-in-between-zeros | Merge Nodes in Between Zeros | Medium | 89.7% | 12.5% |
| 250 | https://leetcode.com/problems/count-univalue-subtrees | Count Univalue Subtrees | Medium | 57.5% | 12.5% |
| 2948 | https://leetcode.com/problems/make-lexicographically-smallest-array-by-swapping-elements | Make Lexicographically Smallest Array by Swapping Elements | Medium | 60.2% | 12.5% |
| 1156 | https://leetcode.com/problems/swap-for-longest-repeated-character-substring | Swap For Longest Repeated Character Substring | Medium | 44.2% | 12.5% |
| 637 | https://leetcode.com/problems/average-of-levels-in-binary-tree | Average of Levels in Binary Tree | Easy | 74.7% | 12.5% |
| 1385 | https://leetcode.com/problems/find-the-distance-value-between-two-arrays | Find the Distance Value Between Two Arrays | Easy | 71.4% | 12.5% |
| 1462 | https://leetcode.com/problems/course-schedule-iv | Course Schedule IV | Medium | 59.7% | 12.5% |
| 1035 | https://leetcode.com/problems/uncrossed-lines | Uncrossed Lines | Medium | 65.0% | 12.5% |
| 2845 | https://leetcode.com/problems/count-of-interesting-subarrays | Count of Interesting Subarrays | Medium | 58.0% | 12.5% |
| 2658 | https://leetcode.com/problems/maximum-number-of-fish-in-a-grid | Maximum Number of Fish in a Grid | Medium | 70.5% | 12.5% |
| 2100 | https://leetcode.com/problems/find-good-days-to-rob-the-bank | Find Good Days to Rob the Bank | Medium | 51.4% | 12.5% |
| 3151 | https://leetcode.com/problems/special-array-i | Special Array I | Easy | 81.6% | 25.0% |
| 3434 | https://leetcode.com/problems/maximum-frequency-after-subarray-operation | Maximum Frequency After Subarray Operation | Medium | 30.8% | 12.5% |
| 3409 | https://leetcode.com/problems/longest-subsequence-with-decreasing-adjacent-difference | Longest Subsequence With Decreasing Adjacent Difference | Medium | 16.6% | 12.5% |
| 3105 | https://leetcode.com/problems/longest-strictly-increasing-or-strictly-decreasing-subarray | Longest Strictly Increasing or Strictly Decreasing Subarray | Easy | 64.9% | 12.5% |
| 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% |
| 3439 | https://leetcode.com/problems/reschedule-meetings-for-maximum-free-time-i | Reschedule Meetings for Maximum Free Time I | Medium | 53.9% | 25.0% |
| 3440 | https://leetcode.com/problems/reschedule-meetings-for-maximum-free-time-ii | Reschedule Meetings for Maximum Free Time II | Medium | 60.4% | 25.0% |
| 1800 | https://leetcode.com/problems/maximum-ascending-subarray-sum | Maximum Ascending Subarray Sum | Easy | 66.3% | 12.5% |
| 1790 | https://leetcode.com/problems/check-if-one-string-swap-can-make-strings-equal | Check if One String Swap Can Make Strings Equal | Easy | 49.5% | 12.5% |
| 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% |
| 2364 | https://leetcode.com/problems/count-number-of-bad-pairs | Count Number of Bad Pairs | Medium | 54.2% | 25.0% |
| 3389 | https://leetcode.com/problems/minimum-operations-to-make-character-frequencies-equal | Minimum Operations to Make Character Frequencies Equal | Hard | 26.4% | 12.5% |
| 3258 | https://leetcode.com/problems/count-substrings-that-satisfy-k-constraint-i | Count Substrings That Satisfy K-Constraint I | Easy | 78.9% | 12.5% |
| 1827 | https://leetcode.com/problems/minimum-operations-to-make-the-array-increasing | Minimum Operations to Make the Array Increasing | Easy | 81.8% | 12.5% |
| 697 | https://leetcode.com/problems/degree-of-an-array | Degree of an Array | Easy | 58.2% | 12.5% |
| 2342 | https://leetcode.com/problems/max-sum-of-a-pair-with-equal-sum-of-digits | Max Sum of a Pair With Equal Sum of Digits | Medium | 66.0% | 12.5% |
| 2187 | https://leetcode.com/problems/minimum-time-to-complete-trips | Minimum Time to Complete Trips | Medium | 39.6% | 12.5% |
| 3280 | https://leetcode.com/problems/convert-date-to-binary | Convert Date to Binary | Easy | 88.7% | 12.5% |
| 1855 | https://leetcode.com/problems/maximum-distance-between-a-pair-of-values | Maximum Distance Between a Pair of Values | Medium | 54.3% | 12.5% |
| 1340 | https://leetcode.com/problems/jump-game-v | Jump Game V | Hard | 64.8% | 12.5% |
| 3066 | https://leetcode.com/problems/minimum-operations-to-exceed-threshold-value-ii | Minimum Operations to Exceed Threshold Value II | Medium | 45.8% | 12.5% |
| 619 | https://leetcode.com/problems/biggest-single-number | Biggest Single Number | Easy | 70.9% | 12.5% |
| 842 | https://leetcode.com/problems/split-array-into-fibonacci-sequence | Split Array into Fibonacci Sequence | Medium | 40.2% | 12.5% |
| 1718 | https://leetcode.com/problems/construct-the-lexicographically-largest-valid-sequence | Construct the Lexicographically Largest Valid Sequence | Medium | 72.8% | 12.5% |
| 3453 | https://leetcode.com/problems/separate-squares-i | Separate Squares I | Medium | 58.0% | 50.0% |
| 1678 | https://leetcode.com/problems/goal-parser-interpretation | Goal Parser Interpretation | Easy | 88.0% | 12.5% |
| 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% |
| 3186 | https://leetcode.com/problems/maximum-total-damage-with-spell-casting | Maximum Total Damage With Spell Casting | Medium | 45.0% | 12.5% |
| 965 | https://leetcode.com/problems/univalued-binary-tree | Univalued Binary Tree | Easy | 72.8% | 12.5% |
| 2375 | https://leetcode.com/problems/construct-smallest-number-from-di-string | Construct Smallest Number From DI String | Medium | 85.6% | 12.5% |
| 2880 | https://leetcode.com/problems/select-data | Select Data | Easy | 78.7% | 12.5% |
| 1221 | https://leetcode.com/problems/split-a-string-in-balanced-strings | Split a String in Balanced Strings | Easy | 87.3% | 12.5% |
| 2306 | https://leetcode.com/problems/naming-a-company | Naming a Company | Hard | 46.5% | 12.5% |
| 1748 | https://leetcode.com/problems/sum-of-unique-elements | Sum of Unique Elements | Easy | 79.8% | 12.5% |
| 2974 | https://leetcode.com/problems/minimum-number-game | Minimum Number Game | Easy | 85.3% | 12.5% |
| 3459 | https://leetcode.com/problems/length-of-longest-v-shaped-diagonal-segment | Length of Longest V-Shaped Diagonal Segment | Hard | 56.3% | 12.5% |
| 3454 | https://leetcode.com/problems/separate-squares-ii | Separate Squares II | Hard | 60.0% | 12.5% |
| 1574 | https://leetcode.com/problems/shortest-subarray-to-be-removed-to-make-array-sorted | Shortest Subarray to be Removed to Make Array Sorted | Medium | 51.3% | 12.5% |
| 2596 | https://leetcode.com/problems/check-knight-tour-configuration | Check Knight Tour Configuration | Medium | 60.5% | 12.5% |
| 2879 | https://leetcode.com/problems/display-the-first-three-rows | Display the First Three Rows | Easy | 93.1% | 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% |
| 696 | https://leetcode.com/problems/count-binary-substrings | Count Binary Substrings | Easy | 70.2% | 12.5% |
| 461 | https://leetcode.com/problems/hamming-distance | Hamming Distance | Easy | 76.6% | 12.5% |
| 2078 | https://leetcode.com/problems/two-furthest-houses-with-different-colors | Two Furthest Houses With Different Colors | Easy | 65.5% | 12.5% |
| 1341 | https://leetcode.com/problems/movie-rating | Movie Rating | Medium | 42.7% | 12.5% |
| 1749 | https://leetcode.com/problems/maximum-absolute-sum-of-any-subarray | Maximum Absolute Sum of Any Subarray | Medium | 71.2% | 12.5% |
| 2615 | https://leetcode.com/problems/sum-of-distances | Sum of Distances | Medium | 32.4% | 12.5% |
| 1856 | https://leetcode.com/problems/maximum-subarray-min-product | Maximum Subarray Min-Product | Medium | 40.0% | 12.5% |
| 873 | https://leetcode.com/problems/length-of-longest-fibonacci-subsequence | Length of Longest Fibonacci Subsequence | Medium | 57.5% | 12.5% |
| 339 | https://leetcode.com/problems/nested-list-weight-sum | Nested List Weight Sum | Medium | 85.9% | 12.5% |
| 631 | https://leetcode.com/problems/design-excel-sum-formula | Design Excel Sum Formula | Hard | 39.8% | 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% |
| 594 | https://leetcode.com/problems/longest-harmonious-subsequence | Longest Harmonious Subsequence | Easy | 64.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% |
| 2460 | https://leetcode.com/problems/apply-operations-to-an-array | Apply Operations to an Array | Easy | 74.7% | 12.5% |
| 1941 | https://leetcode.com/problems/check-if-all-characters-have-equal-number-of-occurrences | Check if All Characters Have Equal Number of Occurrences | Easy | 79.4% | 12.5% |
| 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% | 25.0% |
| 3158 | https://leetcode.com/problems/find-the-xor-of-numbers-which-appear-twice | Find the XOR of Numbers Which Appear Twice | Easy | 78.7% | 12.5% |
| 711 | https://leetcode.com/problems/number-of-distinct-islands-ii | Number of Distinct Islands II | Hard | 55.3% | 12.5% |
| 2579 | https://leetcode.com/problems/count-total-number-of-colored-cells | Count Total Number of Colored Cells | Medium | 66.1% | 12.5% |
| 3285 | https://leetcode.com/problems/find-indices-of-stable-mountains | Find Indices of Stable Mountains | Easy | 86.8% | 12.5% |
| 2888 | https://leetcode.com/problems/reshape-data-concatenate | Reshape Data: Concatenate | Easy | 90.5% | 12.5% |
| 3472 | https://leetcode.com/problems/longest-palindromic-subsequence-after-at-most-k-operations | Longest Palindromic Subsequence After at Most K Operations | Medium | 37.4% | 25.0% |
| 2523 | https://leetcode.com/problems/closest-prime-numbers-in-range | Closest Prime Numbers in Range | Medium | 51.7% | 12.5% |
| 2335 | https://leetcode.com/problems/minimum-amount-of-time-to-fill-cups | Minimum Amount of Time to Fill Cups | Easy | 60.0% | 12.5% |
| 2379 | https://leetcode.com/problems/minimum-recolors-to-get-k-consecutive-black-blocks | Minimum Recolors to Get K Consecutive Black Blocks | Easy | 68.6% | 12.5% |
| 3468 | https://leetcode.com/problems/find-the-number-of-copy-arrays | Find the Number of Copy Arrays | Medium | 46.8% | 12.5% |
| 1911 | https://leetcode.com/problems/maximum-alternating-subsequence-sum | Maximum Alternating Subsequence Sum | Medium | 59.0% | 12.5% |
| 736 | https://leetcode.com/problems/parse-lisp-expression | Parse Lisp Expression | Hard | 53.5% | 12.5% |
| 2262 | https://leetcode.com/problems/total-appeal-of-a-string | Total Appeal of A String | Hard | 56.3% | 12.5% |
| 381 | https://leetcode.com/problems/insert-delete-getrandom-o1-duplicates-allowed | Insert Delete GetRandom O(1) - Duplicates allowed | Hard | 36.4% | 12.5% |
| 2771 | https://leetcode.com/problems/longest-non-decreasing-subarray-from-two-arrays | Longest Non-decreasing Subarray From Two Arrays | Medium | 31.0% | 12.5% |
| 1541 | https://leetcode.com/problems/minimum-insertions-to-balance-a-parentheses-string | Minimum Insertions to Balance a Parentheses String | Medium | 53.5% | 12.5% |
| 2559 | https://leetcode.com/problems/count-vowel-strings-in-ranges | Count Vowel Strings in Ranges | Medium | 67.8% | 12.5% |
| 2043 | https://leetcode.com/problems/simple-bank-system | Simple Bank System | Medium | 69.8% | 12.5% |
| 2477 | https://leetcode.com/problems/minimum-fuel-cost-to-report-to-the-capital | Minimum Fuel Cost to Report to the Capital | Medium | 64.7% | 12.5% |
| 2594 | https://leetcode.com/problems/minimum-time-to-repair-cars | Minimum Time to Repair Cars | Medium | 59.6% | 25.0% |
| 3481 | https://leetcode.com/problems/apply-substitutions | Apply Substitutions | Medium | 77.4% | 37.5% |
| 3271 | https://leetcode.com/problems/hash-divided-string | Hash Divided String | Medium | 83.2% | 12.5% |
| 2206 | https://leetcode.com/problems/divide-array-into-equal-pairs | Divide Array Into Equal Pairs | Easy | 79.2% | 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% |
| 2648 | https://leetcode.com/problems/generate-fibonacci-sequence | Generate Fibonacci Sequence | Easy | 83.6% | 12.5% |
| 3398 | https://leetcode.com/problems/smallest-substring-with-identical-characters-i | Smallest Substring With Identical Characters I | Hard | 20.3% | 12.5% |
| 3108 | https://leetcode.com/problems/minimum-cost-walk-in-weighted-graph | Minimum Cost Walk in Weighted Graph | Hard | 68.3% | 12.5% |
| 2685 | https://leetcode.com/problems/count-the-number-of-complete-components | Count the Number of Complete Components | Medium | 77.7% | 12.5% |
| 1669 | https://leetcode.com/problems/merge-in-between-linked-lists | Merge In Between Linked Lists | Medium | 82.8% | 12.5% |
| 2119 | https://leetcode.com/problems/a-number-after-a-double-reversal | A Number After a Double Reversal | Easy | 82.0% | 12.5% |
| 1668 | https://leetcode.com/problems/maximum-repeating-substring | Maximum Repeating Substring | Easy | 41.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% | 25.0% |
| 2578 | https://leetcode.com/problems/split-with-minimum-sum | Split With Minimum Sum | Easy | 73.3% | 12.5% |
| 761 | https://leetcode.com/problems/special-binary-string | Special Binary String | Hard | 75.7% | 12.5% |
| 2033 | https://leetcode.com/problems/minimum-operations-to-make-a-uni-value-grid | Minimum Operations to Make a Uni-Value Grid | Medium | 67.5% | 12.5% |
| 1227 | https://leetcode.com/problems/airplane-seat-assignment-probability | Airplane Seat Assignment Probability | Medium | 67.2% | 12.5% |
| 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% |
| 2731 | https://leetcode.com/problems/movement-of-robots | Movement of Robots | Medium | 27.8% | 12.5% |
| 1407 | https://leetcode.com/problems/top-travellers | Top Travellers | Easy | 57.1% | 12.5% |
| 1873 | https://leetcode.com/problems/calculate-special-bonus | Calculate Special Bonus | Easy | 57.0% | 12.5% |
| 2780 | https://leetcode.com/problems/minimum-index-of-a-valid-split | Minimum Index of a Valid Split | Medium | 75.5% | 12.5% |
| 749 | https://leetcode.com/problems/contain-virus | Contain Virus | Hard | 54.3% | 12.5% |
| 3303 | https://leetcode.com/problems/find-the-occurrence-of-first-almost-equal-substring | Find the Occurrence of First Almost Equal Substring | Hard | 15.3% | 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% |
| 1710 | https://leetcode.com/problems/maximum-units-on-a-truck | Maximum Units on a Truck | Easy | 74.6% | 12.5% |
| 3149 | https://leetcode.com/problems/find-the-minimum-cost-array-permutation | Find the Minimum Cost Array Permutation | Hard | 25.3% | 12.5% |
| 967 | https://leetcode.com/problems/numbers-with-same-consecutive-differences | Numbers With Same Consecutive Differences | Medium | 59.1% | 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% |
| 2818 | https://leetcode.com/problems/apply-operations-to-maximize-score | Apply Operations to Maximize Score | Hard | 53.7% | 12.5% |
| 2575 | https://leetcode.com/problems/find-the-divisibility-array-of-a-string | Find the Divisibility Array of a String | Medium | 35.7% | 12.5% |
| 3240 | https://leetcode.com/problems/minimum-number-of-flips-to-make-binary-grid-palindromic-ii | Minimum Number of Flips to Make Binary Grid Palindromic II | Medium | 25.4% | 12.5% |
| 2572 | https://leetcode.com/problems/count-the-number-of-square-free-subsets | Count the Number of Square-Free Subsets | Medium | 26.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% |
| 2069 | https://leetcode.com/problems/walking-robot-simulation-ii | Walking Robot Simulation II | Medium | 25.6% | 12.5% |
| 1952 | https://leetcode.com/problems/three-divisors | Three Divisors | Easy | 63.9% | 12.5% |
| 2140 | https://leetcode.com/problems/solving-questions-with-brainpower | Solving Questions With Brainpower | Medium | 60.2% | 25.0% |
| 2551 | https://leetcode.com/problems/put-marbles-in-bags | Put Marbles in Bags | Hard | 72.2% | 12.5% |
| 2873 | https://leetcode.com/problems/maximum-value-of-an-ordered-triplet-i | Maximum Value of an Ordered Triplet I | Easy | 58.2% | 12.5% |
| 195 | https://leetcode.com/problems/tenth-line | Tenth Line | Easy | 36.1% | 12.5% |
| 2573 | https://leetcode.com/problems/find-the-string-with-lcp | Find the String with LCP | Hard | 32.5% | 12.5% |
| 3489 | https://leetcode.com/problems/zero-array-transformation-iv | Zero Array Transformation IV | Medium | 31.0% | 12.5% |
| 2727 | https://leetcode.com/problems/is-object-empty | Is Object Empty | Easy | 81.8% | 12.5% |
| 2634 | https://leetcode.com/problems/filter-elements-from-array | Filter Elements from Array | Easy | 85.5% | 12.5% |
| 2874 | https://leetcode.com/problems/maximum-value-of-an-ordered-triplet-ii | Maximum Value of an Ordered Triplet II | Medium | 56.4% | 12.5% |
| 132 | https://leetcode.com/problems/palindrome-partitioning-ii | Palindrome Partitioning II | Hard | 36.6% | 12.5% |
| 1123 | https://leetcode.com/problems/lowest-common-ancestor-of-deepest-leaves | Lowest Common Ancestor of Deepest Leaves | Medium | 79.4% | 12.5% |
| 858 | https://leetcode.com/problems/mirror-reflection | Mirror Reflection | Medium | 61.9% | 12.5% |
| 449 | https://leetcode.com/problems/serialize-and-deserialize-bst | Serialize and Deserialize BST | Medium | 59.3% | 12.5% |
| 848 | https://leetcode.com/problems/shifting-letters | Shifting Letters | Medium | 46.1% | 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% |
| 2357 | https://leetcode.com/problems/make-array-zero-by-subtracting-equal-amounts | Make Array Zero by Subtracting Equal Amounts | Easy | 73.7% | 12.5% |
| 2227 | https://leetcode.com/problems/encrypt-and-decrypt-strings | Encrypt and Decrypt Strings | Hard | 38.0% | 12.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% |
| 2999 | https://leetcode.com/problems/count-the-number-of-powerful-integers | Count the Number of Powerful Integers | Hard | 46.3% | 12.5% |
| 3264 | https://leetcode.com/problems/final-array-state-after-k-multiplication-operations-i | Final Array State After K Multiplication Operations I | Easy | 87.0% | 12.5% |
| 3272 | https://leetcode.com/problems/find-the-count-of-good-integers | Find the Count of Good Integers | Hard | 69.5% | 12.5% |
| 285 | https://leetcode.com/problems/inorder-successor-in-bst | Inorder Successor in BST | Medium | 51.1% | 12.5% |
| 1534 | https://leetcode.com/problems/count-good-triplets | Count Good Triplets | Easy | 85.5% | 25.0% |
| 2319 | https://leetcode.com/problems/check-if-matrix-is-x-matrix | Check if Matrix Is X-Matrix | Easy | 66.4% | 12.5% |
| 2179 | https://leetcode.com/problems/count-good-triplets-in-an-array | Count Good Triplets in an Array | Hard | 65.8% | 12.5% |
| 2277 | https://leetcode.com/problems/closest-node-to-path-in-tree | Closest Node to Path in Tree | Hard | 62.3% | 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% |
| 1179 | https://leetcode.com/problems/reformat-department-table | Reformat Department Table | Easy | 76.3% | 12.5% |
| 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% |
| 3507 | https://leetcode.com/problems/minimum-pair-removal-to-sort-array-i | Minimum Pair Removal to Sort Array I | Easy | 65.3% | 25.0% |
| 2787 | https://leetcode.com/problems/ways-to-express-an-integer-as-sum-of-powers | Ways to Express an Integer as Sum of Powers | Medium | 49.9% | 12.5% |
| 1882 | https://leetcode.com/problems/process-tasks-using-servers | Process Tasks Using Servers | Medium | 41.9% | 12.5% |
| 1527 | https://leetcode.com/problems/patients-with-a-condition | Patients With a Condition | Easy | 38.8% | 12.5% |
| 3486 | https://leetcode.com/problems/longest-special-path-ii | Longest Special Path II | Hard | 18.5% | 12.5% |
| 2858 | https://leetcode.com/problems/minimum-edge-reversals-so-every-node-is-reachable | Minimum Edge Reversals So Every Node Is Reachable | Hard | 57.2% | 12.5% |
| 674 | https://leetcode.com/problems/longest-continuous-increasing-subsequence | Longest Continuous Increasing Subsequence | Easy | 51.8% | 12.5% |
| 3523 | https://leetcode.com/problems/make-array-non-decreasing | Make Array Non-decreasing | Medium | 56.7% | 12.5% |
| 2062 | https://leetcode.com/problems/count-vowel-substrings-of-a-string | Count Vowel Substrings of a String | Easy | 72.8% | 12.5% |
| 2145 | https://leetcode.com/problems/count-the-hidden-sequences | Count the Hidden Sequences | Medium | 56.7% | 12.5% |
| 924 | https://leetcode.com/problems/minimize-malware-spread | Minimize Malware Spread | Hard | 42.9% | 12.5% |
| 3250 | https://leetcode.com/problems/find-the-count-of-monotonic-pairs-i | Find the Count of Monotonic Pairs I | Hard | 47.5% | 25.0% |
| 2338 | https://leetcode.com/problems/count-the-number-of-ideal-arrays | Count the Number of Ideal Arrays | Hard | 56.9% | 12.5% |
| 791 | https://leetcode.com/problems/custom-sort-string | Custom Sort String | Medium | 72.3% | 12.5% |
| 2799 | https://leetcode.com/problems/count-complete-subarrays-in-an-array | Count Complete Subarrays in an Array | Medium | 75.9% | 12.5% |
| 1399 | https://leetcode.com/problems/count-largest-group | Count Largest Group | Easy | 74.7% | 12.5% |
| 1762 | https://leetcode.com/problems/buildings-with-an-ocean-view | Buildings With an Ocean View | Medium | 80.9% | 12.5% |
| 3424 | https://leetcode.com/problems/minimum-cost-to-make-arrays-identical | Minimum Cost to Make Arrays Identical | Medium | 37.7% | 12.5% |
| 2040 | https://leetcode.com/problems/kth-smallest-product-of-two-sorted-arrays | Kth Smallest Product of Two Sorted Arrays | Hard | 48.9% | 25.0% |
| 3370 | https://leetcode.com/problems/smallest-number-with-all-set-bits | Smallest Number With All Set Bits | Easy | 80.3% | 12.5% |
| 3392 | https://leetcode.com/problems/count-subarrays-of-length-three-with-a-condition | Count Subarrays of Length Three With a Condition | Easy | 61.5% | 12.5% |
| 3532 | https://leetcode.com/problems/path-existence-queries-in-a-graph-i | Path Existence Queries in a Graph I | Medium | 55.3% | 25.0% |
| 2614 | https://leetcode.com/problems/prime-in-diagonal | Prime In Diagonal | Easy | 37.4% | 12.5% |
| 3529 | https://leetcode.com/problems/count-cells-in-overlapping-horizontal-and-vertical-substrings | Count Cells in Overlapping Horizontal and Vertical Substrings | Medium | 26.9% | 25.0% |
| 999 | https://leetcode.com/problems/available-captures-for-rook | Available Captures for Rook | Easy | 71.5% | 12.5% |
| 1060 | https://leetcode.com/problems/missing-element-in-sorted-array | Missing Element in Sorted Array | Medium | 59.7% | 12.5% |
| 2781 | https://leetcode.com/problems/length-of-the-longest-valid-substring | Length of the Longest Valid Substring | Hard | 38.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% |
| 2071 | https://leetcode.com/problems/maximum-number-of-tasks-you-can-assign | Maximum Number of Tasks You Can Assign | Hard | 50.2% | 12.5% |
| 1537 | https://leetcode.com/problems/get-the-maximum-score | Get the Maximum Score | Hard | 40.8% | 12.5% |
| 492 | https://leetcode.com/problems/construct-the-rectangle | Construct the Rectangle | Easy | 63.0% | 12.5% |
| 1128 | https://leetcode.com/problems/number-of-equivalent-domino-pairs | Number of Equivalent Domino Pairs | Easy | 60.6% | 25.0% |
| 3537 | https://leetcode.com/problems/fill-a-special-grid | Fill a Special Grid | Medium | 70.7% | 25.0% |
| 3538 | https://leetcode.com/problems/merge-operations-for-minimum-travel-time | Merge Operations for Minimum Travel Time | Hard | 30.8% | 12.5% |
| 3342 | https://leetcode.com/problems/find-minimum-time-to-reach-last-room-ii | Find Minimum Time to Reach Last Room II | Medium | 67.9% | 12.5% |
| 1690 | https://leetcode.com/problems/stone-game-vii | Stone Game VII | Medium | 58.7% | 12.5% |
| 3343 | https://leetcode.com/problems/count-number-of-balanced-permutations | Count Number of Balanced Permutations | Hard | 49.1% | 12.5% |
| 2918 | https://leetcode.com/problems/minimum-equal-sum-of-two-arrays-after-replacing-zeros | Minimum Equal Sum of Two Arrays After Replacing Zeros | Medium | 50.2% | 12.5% |
| 2850 | https://leetcode.com/problems/minimum-moves-to-spread-stones-over-grid | Minimum Moves to Spread Stones Over Grid | Medium | 45.3% | 12.5% |
| 3381 | https://leetcode.com/problems/maximum-subarray-sum-with-length-divisible-by-k | Maximum Subarray Sum With Length Divisible by K | Medium | 49.6% | 12.5% |
| 1102 | https://leetcode.com/problems/path-with-maximum-minimum-value | Path With Maximum Minimum Value | Medium | 54.6% | 25.0% |
| 3541 | https://leetcode.com/problems/find-most-frequent-vowel-and-consonant | Find Most Frequent Vowel and Consonant | Easy | 89.4% | 12.5% |
| 3335 | https://leetcode.com/problems/total-characters-in-string-after-transformations-i | Total Characters in String After Transformations I | Medium | 45.7% | 12.5% |
| 797 | https://leetcode.com/problems/all-paths-from-source-to-target | All Paths From Source to Target | Medium | 83.5% | 12.5% |
| 1242 | https://leetcode.com/problems/web-crawler-multithreaded | Web Crawler Multithreaded | Medium | 51.0% | 12.5% |
| 795 | https://leetcode.com/problems/number-of-subarrays-with-bounded-maximum | Number of Subarrays with Bounded Maximum | Medium | 54.7% | 12.5% |
| 510 | https://leetcode.com/problems/inorder-successor-in-bst-ii | Inorder Successor in BST II | Medium | 61.1% | 12.5% |
| 3034 | https://leetcode.com/problems/number-of-subarrays-that-match-a-pattern-i | Number of Subarrays That Match a Pattern I | Medium | 68.4% | 12.5% |
| 3551 | https://leetcode.com/problems/minimum-swaps-to-sort-by-digit-sum | Minimum Swaps to Sort by Digit Sum | Medium | 50.4% | 12.5% |
| 1992 | https://leetcode.com/problems/find-all-groups-of-farmland | Find All Groups of Farmland | Medium | 75.5% | 12.5% |
| 1041 | https://leetcode.com/problems/robot-bounded-in-circle | Robot Bounded In Circle | Medium | 56.4% | 12.5% |
| 1374 | https://leetcode.com/problems/generate-a-string-with-characters-that-have-odd-counts | Generate a String With Characters That Have Odd Counts | Easy | 78.5% | 12.5% |
| 464 | https://leetcode.com/problems/can-i-win | Can I Win | Medium | 31.0% | 12.5% |
| 976 | https://leetcode.com/problems/largest-perimeter-triangle | Largest Perimeter Triangle | Easy | 62.0% | 12.5% |
| 2942 | https://leetcode.com/problems/find-words-containing-character | Find Words Containing Character | Easy | 90.4% | 12.5% |
| 3536 | https://leetcode.com/problems/maximum-product-of-two-digits | Maximum Product of Two Digits | Easy | 69.4% | 12.5% |
| 2500 | https://leetcode.com/problems/delete-greatest-value-in-each-row | Delete Greatest Value in Each Row | Easy | 79.8% | 12.5% |
| 1396 | https://leetcode.com/problems/design-underground-system | Design Underground System | Medium | 74.4% | 12.5% |
| 1890 | https://leetcode.com/problems/the-latest-login-in-2020 | The Latest Login in 2020 | Easy | 77.0% | 12.5% |
| 183 | https://leetcode.com/problems/customers-who-never-order | Customers Who Never Order | Easy | 71.5% | 25.0% |
| 3372 | https://leetcode.com/problems/maximize-the-number-of-target-nodes-after-connecting-trees-i | Maximize the Number of Target Nodes After Connecting Trees I | Medium | 69.5% | 12.5% |
| 984 | https://leetcode.com/problems/string-without-aaa-or-bbb | String Without AAA or BBB | Medium | 45.0% | 12.5% |
| 874 | https://leetcode.com/problems/walking-robot-simulation | Walking Robot Simulation | Medium | 58.4% | 12.5% |
| 972 | https://leetcode.com/problems/equal-rational-numbers | Equal Rational Numbers | Hard | 46.0% | 12.5% |
| 3373 | https://leetcode.com/problems/maximize-the-number-of-target-nodes-after-connecting-trees-ii | Maximize the Number of Target Nodes After Connecting Trees II | Hard | 73.2% | 12.5% |
| 1563 | https://leetcode.com/problems/stone-game-v | Stone Game V | Hard | 41.6% | 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% |
| 2929 | https://leetcode.com/problems/distribute-candies-among-children-ii | Distribute Candies Among Children II | Medium | 55.7% | 12.5% |
| 1523 | https://leetcode.com/problems/count-odd-numbers-in-an-interval-range | Count Odd Numbers in an Interval Range | Easy | 54.4% | 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% |
| 3361 | https://leetcode.com/problems/shift-distance-between-two-strings | Shift Distance Between Two Strings | Medium | 53.5% | 12.5% |
| 1061 | https://leetcode.com/problems/lexicographically-smallest-equivalent-string | Lexicographically Smallest Equivalent String | Medium | 81.1% | 12.5% |
| 3403 | https://leetcode.com/problems/find-the-lexicographically-largest-string-from-the-box-i | Find the Lexicographically Largest String From the Box I | Medium | 41.0% | 12.5% |
| 1239 | https://leetcode.com/problems/maximum-length-of-a-concatenated-string-with-unique-characters | Maximum Length of a Concatenated String with Unique Characters | Medium | 54.6% | 12.5% |
| 923 | https://leetcode.com/problems/3sum-with-multiplicity | 3Sum With Multiplicity | Medium | 46.2% | 12.5% |
| 3452 | https://leetcode.com/problems/sum-of-good-numbers | Sum of Good Numbers | Easy | 69.5% | 12.5% |
| 3170 | https://leetcode.com/problems/lexicographically-minimum-string-after-removing-stars | Lexicographically Minimum String After Removing Stars | Medium | 51.0% | 12.5% |
| 720 | https://leetcode.com/problems/longest-word-in-dictionary | Longest Word in Dictionary | Medium | 54.5% | 12.5% |
| 2169 | https://leetcode.com/problems/count-operations-to-obtain-zero | Count Operations to Obtain Zero | Easy | 79.8% | 12.5% |
| 3574 | https://leetcode.com/problems/maximize-subarray-gcd-score | Maximize Subarray GCD Score | Hard | 24.6% | 25.0% |
| 396 | https://leetcode.com/problems/rotate-function | Rotate Function | Medium | 45.4% | 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% |
| 3442 | https://leetcode.com/problems/maximum-difference-between-even-and-odd-frequency-i | Maximum Difference Between Even and Odd Frequency I | Easy | 60.7% | 12.5% |
| 3573 | https://leetcode.com/problems/best-time-to-buy-and-sell-stock-v | Best Time to Buy and Sell Stock V | Medium | 60.8% | 12.5% |
| 1787 | https://leetcode.com/problems/make-the-xor-of-all-segments-equal-to-zero | Make the XOR of All Segments Equal to Zero | Hard | 40.9% | 12.5% |
| 499 | https://leetcode.com/problems/the-maze-iii | The Maze III | Hard | 52.2% | 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% |
| 1649 | https://leetcode.com/problems/create-sorted-array-through-instructions | Create Sorted Array through Instructions | Hard | 41.3% | 12.5% |
| 2566 | https://leetcode.com/problems/maximum-difference-by-remapping-a-digit | Maximum Difference by Remapping a Digit | Easy | 76.1% | 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% |
| 1995 | https://leetcode.com/problems/count-special-quadruplets | Count Special Quadruplets | Easy | 64.4% | 12.5% |
| 2081 | https://leetcode.com/problems/sum-of-k-mirror-numbers | Sum of k-Mirror Numbers | Hard | 63.7% | 12.5% |
| 3483 | https://leetcode.com/problems/unique-3-digit-even-numbers | Unique 3-Digit Even Numbers | Easy | 69.1% | 12.5% |
| 1349 | https://leetcode.com/problems/maximum-students-taking-exam | Maximum Students Taking Exam | Hard | 53.4% | 12.5% |
| 822 | https://leetcode.com/problems/card-flipping-game | Card Flipping Game | Medium | 49.8% | 12.5% |
| 2485 | https://leetcode.com/problems/find-the-pivot-integer | Find the Pivot Integer | Easy | 83.8% | 12.5% |
| 3405 | https://leetcode.com/problems/count-the-number-of-arrays-with-k-matching-adjacent-elements | Count the Number of Arrays with K Matching Adjacent Elements | Hard | 58.4% | 12.5% |
| 1779 | https://leetcode.com/problems/find-nearest-point-that-has-the-same-x-or-y-coordinate | Find Nearest Point That Has the Same X or Y Coordinate | Easy | 69.9% | 12.5% |
| 3585 | https://leetcode.com/problems/find-weighted-median-node-in-tree | Find Weighted Median Node in Tree | Hard | 26.1% | 12.5% |
| 244 | https://leetcode.com/problems/shortest-word-distance-ii | Shortest Word Distance II | Medium | 62.7% | 12.5% |
| 996 | https://leetcode.com/problems/number-of-squareful-arrays | Number of Squareful Arrays | Hard | 51.2% | 12.5% |
| 2294 | https://leetcode.com/problems/partition-array-such-that-maximum-difference-is-k | Partition Array Such That Maximum Difference Is K | Medium | 81.9% | 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% |
| 3593 | https://leetcode.com/problems/minimum-increments-to-equalize-leaf-paths | Minimum Increments to Equalize Leaf Paths | Medium | 41.2% | 12.5% |
| 3588 | https://leetcode.com/problems/find-maximum-area-of-a-triangle | Find Maximum Area of a Triangle | Medium | 29.0% | 12.5% |
| 2389 | https://leetcode.com/problems/longest-subsequence-with-limited-sum | Longest Subsequence With Limited Sum | Easy | 73.4% | 12.5% |
| 3592 | https://leetcode.com/problems/inverse-coin-change | Inverse Coin Change | Medium | 51.5% | 25.0% |
| 3049 | https://leetcode.com/problems/earliest-second-to-mark-indices-ii | Earliest Second to Mark Indices II | Hard | 22.0% | 12.5% |
| 1755 | https://leetcode.com/problems/closest-subsequence-sum | Closest Subsequence Sum | Hard | 43.2% | 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% |
| 1588 | https://leetcode.com/problems/sum-of-all-odd-length-subarrays | Sum of All Odd Length Subarrays | Easy | 83.9% | 12.5% |
| 1402 | https://leetcode.com/problems/reducing-dishes | Reducing Dishes | Hard | 76.6% | 12.5% |
| 2014 | https://leetcode.com/problems/longest-subsequence-repeated-k-times | Longest Subsequence Repeated k Times | Hard | 71.3% | 12.5% |
| 2233 | https://leetcode.com/problems/maximum-product-after-k-increments | Maximum Product After K Increments | Medium | 43.1% | 12.5% |
| 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% |
| 3597 | https://leetcode.com/problems/partition-string | Partition String | Medium | 58.6% | 25.0% |
| 262 | https://leetcode.com/problems/trips-and-users | Trips and Users | Hard | 37.7% | 12.5% |
| 491 | https://leetcode.com/problems/non-decreasing-subsequences | Non-decreasing Subsequences | Medium | 62.5% | 12.5% |
| 467 | https://leetcode.com/problems/unique-substrings-in-wraparound-string | Unique Substrings in Wraparound String | Medium | 42.6% | 12.5% |
| 468 | https://leetcode.com/problems/validate-ip-address | Validate IP Address | Medium | 28.2% | 12.5% |
| 575 | https://leetcode.com/problems/distribute-candies | Distribute Candies | Easy | 70.7% | 12.5% |
| 3330 | https://leetcode.com/problems/find-the-original-typed-string-i | Find the Original Typed String I | Easy | 72.1% | 12.5% |
| 3333 | https://leetcode.com/problems/find-the-original-typed-string-ii | Find the Original Typed String II | Hard | 45.6% | 12.5% |
| 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% |
| 3503 | https://leetcode.com/problems/longest-palindrome-after-substring-concatenation-i | Longest Palindrome After Substring Concatenation I | Medium | 43.8% | 12.5% |
| 811 | https://leetcode.com/problems/subdomain-visit-count | Subdomain Visit Count | Medium | 77.2% | 12.5% |
| 1394 | https://leetcode.com/problems/find-lucky-integer-in-an-array | Find Lucky Integer in an Array | Easy | 75.5% | 12.5% |
| 466 | https://leetcode.com/problems/count-the-repetitions | Count The Repetitions | Hard | 33.6% | 12.5% |
| 1865 | https://leetcode.com/problems/finding-pairs-with-a-certain-sum | Finding Pairs With a Certain Sum | Medium | 61.6% | 12.5% |
| 961 | https://leetcode.com/problems/n-repeated-element-in-size-2n-array | N-Repeated Element in Size 2N Array | Easy | 79.8% | 12.5% |
| 3046 | https://leetcode.com/problems/split-the-array | Split the Array | Easy | 60.9% | 12.5% |
| 1985 | https://leetcode.com/problems/find-the-kth-largest-integer-in-the-array | Find the Kth Largest Integer in the Array | Medium | 47.6% | 12.5% |
| 1695 | https://leetcode.com/problems/maximum-erasure-value | Maximum Erasure Value | Medium | 64.1% | 25.0% |
| 473 | https://leetcode.com/problems/matchsticks-to-square | Matchsticks to Square | Medium | 41.6% | 12.5% |
| 2410 | https://leetcode.com/problems/maximum-matching-of-players-with-trainers | Maximum Matching of Players With Trainers | Medium | 75.2% | 12.5% |
| 2386 | https://leetcode.com/problems/find-the-k-sum-of-an-array | Find the K-Sum of an Array | Hard | 41.1% | 12.5% |
| 3613 | https://leetcode.com/problems/minimize-maximum-component-cost | Minimize Maximum Component Cost | Medium | 43.4% | 12.5% |
| 1443 | https://leetcode.com/problems/minimum-time-to-collect-all-apples-in-a-tree | Minimum Time to Collect All Apples in a Tree | Medium | 63.5% | 12.5% |
| 3136 | https://leetcode.com/problems/valid-word | Valid Word | Easy | 50.9% | 12.5% |
| 1111 | https://leetcode.com/problems/maximum-nesting-depth-of-two-valid-parentheses-strings | Maximum Nesting Depth of Two Valid Parentheses Strings | Medium | 71.8% | 12.5% |
| 989 | https://leetcode.com/problems/add-to-array-form-of-integer | Add to Array-Form of Integer | Easy | 45.4% | 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% |
| 184 | https://leetcode.com/problems/department-highest-salary | Department Highest Salary | Medium | 57.3% | 12.5% |
| 1416 | https://leetcode.com/problems/restore-the-array | Restore The Array | Hard | 46.8% | 12.5% |
| 2677 | https://leetcode.com/problems/chunk-array | Chunk Array | Easy | 84.7% | 12.5% |
| 730 | https://leetcode.com/problems/count-different-palindromic-subsequences | Count Different Palindromic Subsequences | Hard | 47.5% | 12.5% |
| 2574 | https://leetcode.com/problems/left-and-right-sum-differences | Left and Right Sum Differences | Easy | 87.9% | 12.5% |
| 3625 | https://leetcode.com/problems/count-number-of-trapezoids-ii | Count Number of Trapezoids II | Hard | 40.0% | 50.0% |
| 2365 | https://leetcode.com/problems/task-scheduler-ii | Task Scheduler II | Medium | 54.7% | 12.5% |
| 3623 | https://leetcode.com/problems/count-number-of-trapezoids-i | Count Number of Trapezoids I | Medium | 48.0% | 50.0% |
| 3417 | https://leetcode.com/problems/zigzag-grid-traversal-with-skip | Zigzag Grid Traversal With Skip | Easy | 64.8% | 12.5% |
| 2322 | https://leetcode.com/problems/minimum-score-after-removals-on-a-tree | Minimum Score After Removals on a Tree | Hard | 76.2% | 12.5% |
| 3227 | https://leetcode.com/problems/vowels-game-in-a-string | Vowels Game in a String | Medium | 77.1% | 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% |
| 3619 | https://leetcode.com/problems/count-islands-with-total-value-divisible-by-k | Count Islands With Total Value Divisible by K | Medium | 56.3% | 12.5% |
| 3578 | https://leetcode.com/problems/count-partitions-with-max-min-difference-at-most-k | Count Partitions With Max-Min Difference at Most K | Medium | 58.9% | 12.5% |
| 3487 | https://leetcode.com/problems/maximum-unique-subarray-sum-after-deletion | Maximum Unique Subarray Sum After Deletion | Easy | 40.5% | 12.5% |
| 511 | https://leetcode.com/problems/game-play-analysis-i | Game Play Analysis I | Easy | 76.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% |
| 714 | https://leetcode.com/problems/best-time-to-buy-and-sell-stock-with-transaction-fee | Best Time to Buy and Sell Stock with Transaction Fee | Medium | 71.7% | 12.5% |
| 2411 | https://leetcode.com/problems/smallest-subarrays-with-maximum-bitwise-or | Smallest Subarrays With Maximum Bitwise OR | Medium | 62.0% | 12.5% |
| 3589 | https://leetcode.com/problems/count-prime-gap-balanced-subarrays | Count Prime-Gap Balanced Subarrays | Medium | 22.4% | 12.5% |
| 784 | https://leetcode.com/problems/letter-case-permutation | Letter Case Permutation | Medium | 75.7% | 12.5% |
| 194 | https://leetcode.com/problems/transpose-file | Transpose File | Medium | 30.6% | 12.5% |
| 3630 | https://leetcode.com/problems/partition-array-for-maximum-xor-and-and | Partition Array for Maximum XOR and AND | Hard | 17.5% | 12.5% |
| 2561 | https://leetcode.com/problems/rearranging-fruits | Rearranging Fruits | Hard | 57.5% | 12.5% |
| 2106 | https://leetcode.com/problems/maximum-fruits-harvested-after-at-most-k-steps | Maximum Fruits Harvested After at Most K Steps | Hard | 61.0% | 12.5% |
| 2231 | https://leetcode.com/problems/largest-number-after-digit-swaps-by-parity | Largest Number After Digit Swaps by Parity | Easy | 65.0% | 12.5% |
| 1466 | https://leetcode.com/problems/reorder-routes-to-make-all-paths-lead-to-the-city-zero | Reorder Routes to Make All Paths Lead to the City Zero | Medium | 65.6% | 12.5% |
| 3477 | https://leetcode.com/problems/fruits-into-baskets-ii | Fruits Into Baskets II | Easy | 70.2% | 25.0% |
| 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% |
| 2603 | https://leetcode.com/problems/collect-coins-in-a-tree | Collect Coins in a Tree | Hard | 39.6% | 12.5% |
| 2325 | https://leetcode.com/problems/decode-the-message | Decode the Message | Easy | 85.8% | 12.5% |
| 1370 | https://leetcode.com/problems/increasing-decreasing-string | Increasing Decreasing String | Easy | 77.2% | 12.5% |
| 1478 | https://leetcode.com/problems/allocate-mailboxes | Allocate Mailboxes | Hard | 56.4% | 12.5% |
| 895 | https://leetcode.com/problems/maximum-frequency-stack | Maximum Frequency Stack | Hard | 66.6% | 12.5% |
| 869 | https://leetcode.com/problems/reordered-power-of-2 | Reordered Power of 2 | Medium | 66.0% | 25.0% |
| 3646 | https://leetcode.com/problems/next-special-palindrome-number | Next Special Palindrome Number | Hard | 27.9% | 37.5% |
| 3645 | https://leetcode.com/problems/maximum-total-from-optimal-activation-order | Maximum Total from Optimal Activation Order | Medium | 33.0% | 12.5% |
| 1473 | https://leetcode.com/problems/paint-house-iii | Paint House III | Hard | 61.2% | 12.5% |
| 2438 | https://leetcode.com/problems/range-product-queries-of-powers | Range Product Queries of Powers | Medium | 61.4% | 12.5% |
| 3366 | https://leetcode.com/problems/minimum-array-sum | Minimum Array Sum | Medium | 30.9% | 12.5% |
| 3463 | https://leetcode.com/problems/check-if-digits-are-equal-in-string-after-operations-ii | Check If Digits Are Equal in String After Operations II | Hard | 14.2% | 12.5% |
| 640 | https://leetcode.com/problems/solve-the-equation | Solve the Equation | Medium | 46.0% | 12.5% |
| 1169 | https://leetcode.com/problems/invalid-transactions | Invalid Transactions | Medium | 32.1% | 12.5% |
| 3636 | https://leetcode.com/problems/threshold-majority-queries | Threshold Majority Queries | Hard | 21.7% | 12.5% |
| 2065 | https://leetcode.com/problems/maximum-path-quality-of-a-graph | Maximum Path Quality of a Graph | Hard | 61.6% | 12.5% |
| 1323 | https://leetcode.com/problems/maximum-69-number | Maximum 69 Number | Easy | 84.5% | 12.5% |
| 677 | https://leetcode.com/problems/map-sum-pairs | Map Sum Pairs | Medium | 57.1% | 12.5% |
| 599 | https://leetcode.com/problems/minimum-index-sum-of-two-lists | Minimum Index Sum of Two Lists | Easy | 59.4% | 12.5% |
| 1837 | https://leetcode.com/problems/sum-of-digits-in-base-k | Sum of Digits in Base K | Easy | 78.5% | 12.5% |
| 3195 | https://leetcode.com/problems/find-the-minimum-area-to-cover-all-ones-i | Find the Minimum Area to Cover All Ones I | Medium | 78.2% | 12.5% |
| 3197 | https://leetcode.com/problems/find-the-minimum-area-to-cover-all-ones-ii | Find the Minimum Area to Cover All Ones II | Hard | 63.5% | 12.5% |
| 2156 | https://leetcode.com/problems/find-substring-with-given-hash-value | Find Substring With Given Hash Value | Hard | 25.9% | 12.5% |
| 1031 | https://leetcode.com/problems/maximum-sum-of-two-non-overlapping-subarrays | Maximum Sum of Two Non-Overlapping Subarrays | Medium | 60.7% | 12.5% |
| 3659 | https://leetcode.com/problems/partition-array-into-k-distinct-groups | Partition Array Into K-Distinct Groups | Medium | 47.0% | 12.5% |
| 3000 | https://leetcode.com/problems/maximum-area-of-longest-diagonal-rectangle | Maximum Area of Longest Diagonal Rectangle | Easy | 45.9% | 12.5% |
| 3412 | https://leetcode.com/problems/find-mirror-score-of-a-string | Find Mirror Score of a String | Medium | 35.4% | 12.5% |
| 937 | https://leetcode.com/problems/reorder-data-in-log-files | Reorder Data in Log Files | Medium | 56.9% | 12.5% |
| 3446 | https://leetcode.com/problems/sort-matrix-by-diagonals | Sort Matrix by Diagonals | Medium | 84.7% | 12.5% |
| 3194 | https://leetcode.com/problems/minimum-average-of-smallest-and-largest-elements | Minimum Average of Smallest and Largest Elements | Easy | 85.3% | 12.5% |
| 2996 | https://leetcode.com/problems/smallest-missing-integer-greater-than-sequential-prefix-sum | Smallest Missing Integer Greater Than Sequential Prefix Sum | Easy | 35.1% | 12.5% |
| 3320 | https://leetcode.com/problems/count-the-number-of-winning-sequences | Count The Number of Winning Sequences | Hard | 32.0% | 12.5% |
| 3021 | https://leetcode.com/problems/alice-and-bob-playing-flower-game | Alice and Bob Playing Flower Game | Medium | 60.1% | 12.5% |
| 1778 | https://leetcode.com/problems/shortest-path-in-a-hidden-grid | Shortest Path in a Hidden Grid | Medium | 44.5% | 12.5% |
| 868 | https://leetcode.com/problems/binary-gap | Binary Gap | Easy | 65.7% | 12.5% |
| 693 | https://leetcode.com/problems/binary-number-with-alternating-bits | Binary Number with Alternating Bits | Easy | 69.7% | 12.5% |
| 3516 | https://leetcode.com/problems/find-closest-person | Find Closest Person | Easy | 88.9% | 12.5% |
| 2956 | https://leetcode.com/problems/find-common-elements-between-two-arrays | Find Common Elements Between Two Arrays | Easy | 84.4% | 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% |
| 2749 | https://leetcode.com/problems/minimum-operations-to-make-the-integer-zero | Minimum Operations to Make the Integer Zero | Medium | 58.2% | 12.5% |
| 3671 | https://leetcode.com/problems/sum-of-beautiful-subsequences | Sum of Beautiful Subsequences | Hard | 31.2% | 12.5% |
| 2637 | https://leetcode.com/problems/promise-time-limit | Promise Time Limit | Medium | 83.1% | 12.5% |
| 1317 | https://leetcode.com/problems/convert-integer-to-the-sum-of-two-no-zero-integers | Convert Integer to the Sum of Two No-Zero Integers | Easy | 59.1% | 12.5% |
| 2327 | https://leetcode.com/problems/number-of-people-aware-of-a-secret | Number of People Aware of a Secret | Medium | 60.9% | 12.5% |
| 3411 | https://leetcode.com/problems/maximum-subarray-with-equal-products | Maximum Subarray With Equal Products | Easy | 46.4% | 12.5% |
| 1733 | https://leetcode.com/problems/minimum-number-of-people-to-teach | Minimum Number of People to Teach | Medium | 67.7% | 12.5% |
| 1116 | https://leetcode.com/problems/print-zero-even-odd | Print Zero Even Odd | Medium | 65.2% | 12.5% |
| 3676 | https://leetcode.com/problems/count-bowl-subarrays | Count Bowl Subarrays | Medium | 47.9% | 12.5% |
| 2887 | https://leetcode.com/problems/fill-missing-data | Fill Missing Data | Easy | 72.4% | 12.5% |
| 966 | https://leetcode.com/problems/vowel-spellchecker | Vowel Spellchecker | Medium | 61.4% | 12.5% |
| 2197 | https://leetcode.com/problems/replace-non-coprime-numbers-in-array | Replace Non-Coprime Numbers in Array | Hard | 57.7% | 12.5% |
| 1935 | https://leetcode.com/problems/maximum-number-of-words-you-can-type | Maximum Number of Words You Can Type | Easy | 82.9% | 12.5% |
| 2002 | https://leetcode.com/problems/maximum-product-of-the-length-of-two-palindromic-subsequences | Maximum Product of the Length of Two Palindromic Subsequences | Medium | 62.4% | 12.5% |
| 602 | https://leetcode.com/problems/friend-requests-ii-who-has-the-most-friends | Friend Requests II: Who Has the Most Friends | Medium | 62.2% | 12.5% |
| 3686 | https://leetcode.com/problems/number-of-stable-subsequences | Number of Stable Subsequences | Hard | 60.2% | 25.0% |
| 3238 | https://leetcode.com/problems/find-the-number-of-winning-players | Find the Number of Winning Players | Easy | 60.4% | 12.5% |
| 3685 | https://leetcode.com/problems/subsequence-sum-after-capping-elements | Subsequence Sum After Capping Elements | Medium | 25.1% | 12.5% |
| 3669 | https://leetcode.com/problems/balanced-k-factor-decomposition | Balanced K-Factor Decomposition | Medium | 40.0% | 12.5% |
| 1112 | https://leetcode.com/problems/highest-grade-for-each-student | Highest Grade For Each Student | Medium | 71.1% | 12.5% |
| 3484 | https://leetcode.com/problems/design-spreadsheet | Design Spreadsheet | Medium | 74.3% | 12.5% |
| 3508 | https://leetcode.com/problems/implement-router | Implement Router | Medium | 39.2% | 12.5% |
| 1912 | https://leetcode.com/problems/design-movie-rental-system | Design Movie Rental System | Hard | 62.6% | 12.5% |
| 2716 | https://leetcode.com/problems/minimize-string-length | Minimize String Length | Easy | 78.8% | 12.5% |
| 3289 | https://leetcode.com/problems/the-two-sneaky-numbers-of-digitville | The Two Sneaky Numbers of Digitville | Easy | 89.9% | 12.5% |
| 1263 | https://leetcode.com/problems/minimum-moves-to-move-a-box-to-their-target-location | Minimum Moves to Move a Box to Their Target Location | Hard | 49.5% | 12.5% |
| 3534 | https://leetcode.com/problems/path-existence-queries-in-a-graph-ii | Path Existence Queries in a Graph II | Hard | 26.2% | 12.5% |
| 3648 | https://leetcode.com/problems/minimum-sensors-to-cover-grid | Minimum Sensors to Cover Grid | Medium | 68.7% | 12.5% |
| 3665 | https://leetcode.com/problems/twisted-mirror-path-count | Twisted Mirror Path Count | Medium | 48.0% | 12.5% |
| 3650 | https://leetcode.com/problems/minimum-cost-path-with-edge-reversals | Minimum Cost Path with Edge Reversals | Medium | 61.8% | 25.0% |
| 2433 | https://leetcode.com/problems/find-the-original-array-of-prefix-xor | Find The Original Array of Prefix Xor | Medium | 88.3% | 12.5% |
| 2148 | https://leetcode.com/problems/count-elements-with-strictly-smaller-and-greater-elements | Count Elements With Strictly Smaller and Greater Elements | Easy | 59.8% | 12.5% |
| 3382 | https://leetcode.com/problems/maximum-area-rectangle-with-point-constraints-ii | Maximum Area Rectangle With Point Constraints II | Hard | 23.7% | 12.5% |
| 1486 | https://leetcode.com/problems/xor-operation-in-an-array | XOR Operation in an Array | Easy | 87.4% | 12.5% |
| 3100 | https://leetcode.com/problems/water-bottles-ii | Water Bottles II | Medium | 78.1% | 12.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% |
| 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% |
| 3504 | https://leetcode.com/problems/longest-palindrome-after-substring-concatenation-ii | Longest Palindrome After Substring Concatenation II | Hard | 17.6% | 12.5% |
| 3695 | https://leetcode.com/problems/maximize-alternating-sum-using-swaps | Maximize Alternating Sum Using Swaps | Hard | 64.1% | 12.5% |
| 3698 | https://leetcode.com/problems/split-array-with-minimum-difference | Split Array With Minimum Difference | Medium | 33.6% | 12.5% |
| 2651 | https://leetcode.com/problems/calculate-delayed-arrival-time | Calculate Delayed Arrival Time | Easy | 75.6% | 12.5% |
| 2300 | https://leetcode.com/problems/successful-pairs-of-spells-and-potions | Successful Pairs of Spells and Potions | Medium | 49.4% | 12.5% |
| 1335 | https://leetcode.com/problems/minimum-difficulty-of-a-job-schedule | Minimum Difficulty of a Job Schedule | Hard | 59.7% | 12.5% |
| 2939 | https://leetcode.com/problems/maximum-xor-product | Maximum Xor Product | Medium | 29.5% | 12.5% |
| 156 | https://leetcode.com/problems/binary-tree-upside-down | Binary Tree Upside Down | Medium | 65.3% | 12.5% |
| 2273 | https://leetcode.com/problems/find-resultant-array-after-removing-anagrams | Find Resultant Array After Removing Anagrams | Easy | 69.9% | 12.5% |
| 566 | https://leetcode.com/problems/reshape-the-matrix | Reshape the Matrix | Easy | 64.7% | 12.5% |
| 1723 | https://leetcode.com/problems/find-minimum-time-to-finish-all-jobs | Find Minimum Time to Finish All Jobs | Hard | 45.3% | 12.5% |
| 805 | https://leetcode.com/problems/split-array-with-same-average | Split Array With Same Average | Hard | 26.8% | 12.5% |
| 3715 | https://leetcode.com/problems/sum-of-perfect-square-ancestors | Sum of Perfect Square Ancestors | Hard | 42.4% | 12.5% |
| 1928 | https://leetcode.com/problems/minimum-cost-to-reach-destination-in-time | Minimum Cost to Reach Destination in Time | Hard | 41.1% | 12.5% |
| 3461 | https://leetcode.com/problems/check-if-digits-are-equal-in-string-after-operations-i | Check If Digits Are Equal in String After Operations I | Easy | 82.5% | 12.5% |
| 2048 | https://leetcode.com/problems/next-greater-numerically-balanced-number | Next Greater Numerically Balanced Number | Medium | 63.0% | 12.5% |
| 2529 | https://leetcode.com/problems/maximum-count-of-positive-integer-and-negative-integer | Maximum Count of Positive Integer and Negative Integer | Easy | 74.3% | 12.5% |
| 3354 | https://leetcode.com/problems/make-array-elements-equal-to-zero | Make Array Elements Equal to Zero | Easy | 68.3% | 12.5% |
| 3720 | https://leetcode.com/problems/lexicographically-smallest-permutation-greater-than-target | Lexicographically Smallest Permutation Greater Than Target | Medium | 26.5% | 12.5% |
| 723 | https://leetcode.com/problems/candy-crush | Candy Crush | Medium | 77.3% | 12.5% |
| 2056 | https://leetcode.com/problems/number-of-valid-move-combinations-on-chessboard | Number of Valid Move Combinations On Chessboard | Hard | 48.7% | 12.5% |
| 890 | https://leetcode.com/problems/find-and-replace-pattern | Find and Replace Pattern | Medium | 77.0% | 12.5% |
| 1895 | https://leetcode.com/problems/largest-magic-square | Largest Magic Square | Medium | 75.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% |
| 3469 | https://leetcode.com/problems/find-minimum-cost-to-remove-array-elements | Find Minimum Cost to Remove Array Elements | Medium | 21.3% | 12.5% |
| 3733 | https://leetcode.com/problems/minimum-time-to-complete-all-deliveries | Minimum Time to Complete All Deliveries | Medium | 34.3% | 12.5% |
| 2595 | https://leetcode.com/problems/number-of-even-and-odd-bits | Number of Even and Odd Bits | Easy | 73.3% | 12.5% |
| 3607 | https://leetcode.com/problems/power-grid-maintenance | Power Grid Maintenance | Medium | 56.3% | 12.5% |
| 2528 | https://leetcode.com/problems/maximize-the-minimum-powered-city | Maximize the Minimum Powered City | Hard | 61.8% | 12.5% |
| 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% |
| 1964 | https://leetcode.com/problems/find-the-longest-valid-obstacle-course-at-each-position | Find the Longest Valid Obstacle Course at Each Position | Hard | 62.5% | 12.5% |
| 3492 | https://leetcode.com/problems/maximum-containers-on-a-ship | Maximum Containers on a Ship | Easy | 75.2% | 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% |
| 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% |
| 3738 | https://leetcode.com/problems/longest-non-decreasing-subarray-after-replacing-at-most-one-element | Longest Non-Decreasing Subarray After Replacing at Most One Element | Medium | 21.4% | 25.0% |
| 3421 | https://leetcode.com/problems/find-students-who-improved | Find Students Who Improved | Medium | 47.9% | 12.5% |
| 600 | https://leetcode.com/problems/non-negative-integers-without-consecutive-ones | Non-negative Integers without Consecutive Ones | Hard | 41.7% | 12.5% |
| 915 | https://leetcode.com/problems/partition-array-into-disjoint-intervals | Partition Array into Disjoint Intervals | Medium | 49.4% | 12.5% |
| 2164 | https://leetcode.com/problems/sort-even-and-odd-indices-independently | Sort Even and Odd Indices Independently | Easy | 63.2% | 12.5% |
| 3747 | https://leetcode.com/problems/count-distinct-integers-after-removing-zeros | Count Distinct Integers After Removing Zeros | Medium | 22.3% | 12.5% |
| 1688 | https://leetcode.com/problems/count-of-matches-in-tournament | Count of Matches in Tournament | Easy | 86.3% | 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% |
| 2659 | https://leetcode.com/problems/make-array-empty | Make Array Empty | Hard | 26.6% | 12.5% |
| 2154 | https://leetcode.com/problems/keep-multiplying-found-values-by-two | Keep Multiplying Found Values by Two | Easy | 75.1% | 12.5% |
| 717 | https://leetcode.com/problems/1-bit-and-2-bit-characters | 1-bit and 2-bit Characters | Easy | 49.5% | 12.5% |
| 1036 | https://leetcode.com/problems/escape-a-large-maze | Escape a Large Maze | Hard | 36.3% | 12.5% |
| 1465 | https://leetcode.com/problems/maximum-area-of-a-piece-of-cake-after-horizontal-and-vertical-cuts | Maximum Area of a Piece of Cake After Horizontal and Vertical Cuts | Medium | 41.4% | 12.5% |
| 3471 | https://leetcode.com/problems/find-the-largest-almost-missing-integer | Find the Largest Almost Missing Integer | Easy | 37.0% | 12.5% |
| 2320 | https://leetcode.com/problems/count-number-of-ways-to-place-houses | Count Number of Ways to Place Houses | Medium | 43.8% | 12.5% |
| 757 | https://leetcode.com/problems/set-intersection-size-at-least-two | Set Intersection Size At Least Two | Hard | 57.9% | 12.5% |
| 3550 | https://leetcode.com/problems/smallest-index-with-digit-sum-equal-to-index | Smallest Index With Digit Sum Equal to Index | Easy | 80.1% | 12.5% |
| 1262 | https://leetcode.com/problems/greatest-sum-divisible-by-three | Greatest Sum Divisible by Three | Medium | 57.1% | 12.5% |
| 1018 | https://leetcode.com/problems/binary-prefix-divisible-by-5 | Binary Prefix Divisible By 5 | Easy | 53.5% | 12.5% |
| 1050 | https://leetcode.com/problems/actors-and-directors-who-cooperated-at-least-three-times | Actors and Directors Who Cooperated At Least Three Times | Easy | 70.9% | 12.5% |
| 1502 | https://leetcode.com/problems/can-make-arithmetic-progression-from-sequence | Can Make Arithmetic Progression From Sequence | Easy | 69.2% | 25.0% |
| 3756 | https://leetcode.com/problems/concatenate-non-zero-digits-and-multiply-by-sum-ii | Concatenate Non-Zero Digits and Multiply by Sum II | Medium | 24.0% | 12.5% |
| 1626 | https://leetcode.com/problems/best-team-with-no-conflicts | Best Team With No Conflicts | Medium | 50.6% | 12.5% |
| 3512 | https://leetcode.com/problems/minimum-operations-to-make-array-sum-divisible-by-k | Minimum Operations to Make Array Sum Divisible by K | Easy | 92.4% | 12.5% |
| 1949 | https://leetcode.com/problems/strong-friendship | Strong Friendship | Medium | 54.4% | 12.5% |
| 3432 | https://leetcode.com/problems/count-partitions-with-even-sum-difference | Count Partitions with Even Sum Difference | Easy | 85.2% | 12.5% |
| 2211 | https://leetcode.com/problems/count-collisions-on-a-road | Count Collisions on a Road | Medium | 58.1% | 12.5% |
| 669 | https://leetcode.com/problems/trim-a-binary-search-tree | Trim a Binary Search Tree | Medium | 66.6% | 12.5% |
| 1606 | https://leetcode.com/problems/find-servers-that-handled-most-number-of-requests | Find Servers That Handled Most Number of Requests | Hard | 45.2% | 12.5% |
| 3751 | https://leetcode.com/problems/total-waviness-of-numbers-in-range-i | Total Waviness of Numbers in Range I | Medium | 80.5% | 12.5% |
| 3770 | https://leetcode.com/problems/largest-prime-from-consecutive-prime-sum | Largest Prime from Consecutive Prime Sum | Medium | 38.9% | 12.5% |
| 3614 | https://leetcode.com/problems/process-string-with-special-operations-ii | Process String with Special Operations II | Hard | 16.8% | 12.5% |
| 1925 | https://leetcode.com/problems/count-square-sum-triples | Count Square Sum Triples | Easy | 77.1% | 12.5% |
| 3583 | https://leetcode.com/problems/count-special-triplets | Count Special Triplets | Medium | 47.1% | 12.5% |
| 804 | https://leetcode.com/problems/unique-morse-code-words | Unique Morse Code Words | Easy | 83.5% | 12.5% |
| 3577 | https://leetcode.com/problems/count-the-number-of-computer-unlocking-permutations | Count the Number of Computer Unlocking Permutations | Medium | 59.0% | 12.5% |
| 488 | https://leetcode.com/problems/zuma-game | Zuma Game | Hard | 30.2% | 12.5% |
| 3531 | https://leetcode.com/problems/count-covered-buildings | Count Covered Buildings | Medium | 58.8% | 12.5% |
| 3606 | https://leetcode.com/problems/coupon-code-validator | Coupon Code Validator | Easy | 65.0% | 12.5% |
| 2110 | https://leetcode.com/problems/number-of-smooth-descent-periods-of-a-stock | Number of Smooth Descent Periods of a Stock | Medium | 67.7% | 12.5% |
| 2778 | https://leetcode.com/problems/sum-of-squares-of-special-elements | Sum of Squares of Special Elements | Easy | 81.9% | 12.5% |
| 3562 | https://leetcode.com/problems/maximum-profit-from-trading-stocks-with-discounts | Maximum Profit from Trading Stocks with Discounts | Hard | 56.8% | 12.5% |
| 2496 | https://leetcode.com/problems/maximum-value-of-a-string-in-an-array | Maximum Value of a String in an Array | Easy | 74.1% | 12.5% |
| 1244 | https://leetcode.com/problems/design-a-leaderboard | Design A Leaderboard | Medium | 68.1% | 12.5% |
| 2195 | https://leetcode.com/problems/append-k-integers-with-minimal-sum | Append K Integers With Minimal Sum | Medium | 26.8% | 12.5% |
| 3074 | https://leetcode.com/problems/apple-redistribution-into-boxes | Apple Redistribution into Boxes | Easy | 78.4% | 12.5% |
| 3664 | https://leetcode.com/problems/two-letter-card-game | Two-Letter Card Game | Medium | 12.2% | 12.5% |
| 3075 | https://leetcode.com/problems/maximize-happiness-of-selected-children | Maximize Happiness of Selected Children | Medium | 58.7% | 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% |
| 991 | https://leetcode.com/problems/broken-calculator | Broken Calculator | Medium | 55.9% | 12.5% |
| 1084 | https://leetcode.com/problems/sales-analysis-iii | Sales Analysis III | Easy | 47.2% | 12.5% |
| 3499 | https://leetcode.com/problems/maximize-active-section-with-trade-i | Maximize Active Section with Trade I | Medium | 31.2% | 12.5% |
| 2625 | https://leetcode.com/problems/flatten-deeply-nested-array | Flatten Deeply Nested Array | Medium | 65.5% | 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% |
| 751 | https://leetcode.com/problems/ip-to-cidr | IP to CIDR | Medium | 53.7% | 12.5% |
| 3731 | https://leetcode.com/problems/find-missing-elements | Find Missing Elements | Easy | 82.8% | 12.5% |
| 3438 | https://leetcode.com/problems/find-valid-pair-of-adjacent-digits-in-string | Find Valid Pair of Adjacent Digits in String | Easy | 60.6% | 12.5% |
| 2630 | https://leetcode.com/problems/memoize-ii | Memoize II | Hard | 38.3% | 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% |
| 1603 | https://leetcode.com/problems/design-parking-system | Design Parking System | Easy | 87.1% | 12.5% |
| 3545 | https://leetcode.com/problems/minimum-deletions-for-at-most-k-distinct-characters | Minimum Deletions for At Most K Distinct Characters | Easy | 72.9% | 12.5% |
| 865 | https://leetcode.com/problems/smallest-subtree-with-all-the-deepest-nodes | Smallest Subtree with all the Deepest Nodes | Medium | 77.5% | 12.5% |
| 956 | https://leetcode.com/problems/tallest-billboard | Tallest Billboard | Hard | 51.8% | 12.5% |
| 712 | https://leetcode.com/problems/minimum-ascii-delete-sum-for-two-strings | Minimum ASCII Delete Sum for Two Strings | Medium | 70.9% | 12.5% |
| 978 | https://leetcode.com/problems/longest-turbulent-subarray | Longest Turbulent Subarray | Medium | 48.9% | 12.5% |
| 1329 | https://leetcode.com/problems/sort-the-matrix-diagonally | Sort the Matrix Diagonally | Medium | 83.2% | 12.5% |
| 2791 | https://leetcode.com/problems/count-paths-that-can-form-a-palindrome-in-a-tree | Count Paths That Can Form a Palindrome in a Tree | Hard | 48.3% | 12.5% |
| 3803 | https://leetcode.com/problems/count-residue-prefixes | Count Residue Prefixes | Easy | 65.3% | 12.5% |
| 1932 | https://leetcode.com/problems/merge-bsts-to-create-single-bst | Merge BSTs to Create Single BST | Hard | 37.9% | 12.5% |
| 3805 | https://leetcode.com/problems/count-caesar-cipher-pairs | Count Caesar Cipher Pairs | Medium | 50.8% | 25.0% |
| 1172 | https://leetcode.com/problems/dinner-plate-stacks | Dinner Plate Stacks | Hard | 33.4% | 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% |
| 3348 | https://leetcode.com/problems/smallest-divisible-digit-product-ii | Smallest Divisible Digit Product II | Hard | 14.4% | 12.5% |
| 2943 | https://leetcode.com/problems/maximize-area-of-square-hole-in-grid | Maximize Area of Square Hole in Grid | Medium | 61.9% | 12.5% |
| 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% |
| 2225 | https://leetcode.com/problems/find-players-with-zero-or-one-losses | Find Players With Zero or One Losses | Medium | 72.4% | 12.5% |
| 1162 | https://leetcode.com/problems/as-far-from-land-as-possible | As Far from Land as Possible | Medium | 52.2% | 12.5% |
| 3815 | https://leetcode.com/problems/design-auction-system | Design Auction System | Medium | 41.8% | 12.5% |
| 3314 | https://leetcode.com/problems/construct-the-minimum-bitwise-array-i | Construct the Minimum Bitwise Array I | Easy | 85.3% | 12.5% |
| 3302 | https://leetcode.com/problems/find-the-lexicographically-smallest-valid-sequence | Find the Lexicographically Smallest Valid Sequence | Medium | 21.6% | 12.5% |
| 1191 | https://leetcode.com/problems/k-concatenation-maximum-sum | K-Concatenation Maximum Sum | Medium | 25.2% | 12.5% |
| 3014 | https://leetcode.com/problems/minimum-number-of-pushes-to-type-word-i | Minimum Number of Pushes to Type Word I | Easy | 66.9% | 12.5% |
| 1801 | https://leetcode.com/problems/number-of-orders-in-the-backlog | Number of Orders in the Backlog | Medium | 53.6% | 12.5% |
| 3510 | https://leetcode.com/problems/minimum-pair-removal-to-sort-array-ii | Minimum Pair Removal to Sort Array II | Hard | 39.2% | 12.5% |
| 1877 | https://leetcode.com/problems/minimize-maximum-pair-sum-in-array | Minimize Maximum Pair Sum in Array | Medium | 83.3% | 12.5% |
| 2622 | https://leetcode.com/problems/cache-with-time-limit | Cache With Time Limit | Medium | 76.0% | 12.5% |
| 2789 | https://leetcode.com/problems/largest-element-in-an-array-after-merge-operations | Largest Element in an Array after Merge Operations | Medium | 47.6% | 12.5% |
| 1641 | https://leetcode.com/problems/count-sorted-vowel-strings | Count Sorted Vowel Strings | Medium | 79.2% | 12.5% |
| 3821 | https://leetcode.com/problems/find-nth-smallest-integer-with-k-one-bits | Find Nth Smallest Integer With K One Bits | Hard | 33.9% | 12.5% |
| 2132 | https://leetcode.com/problems/stamping-the-grid | Stamping the Grid | Hard | 34.9% | 12.5% |
| 3651 | https://leetcode.com/problems/minimum-cost-path-with-teleportations | Minimum Cost Path with Teleportations | Hard | 45.8% | 12.5% |
| 3099 | https://leetcode.com/problems/harshad-number | Harshad Number | Easy | 83.5% | 12.5% |
| 2977 | https://leetcode.com/problems/minimum-cost-to-convert-string-ii | Minimum Cost to Convert String II | Hard | 59.7% | 12.5% |
| 3010 | https://leetcode.com/problems/divide-an-array-into-subarrays-with-minimum-cost-i | Divide an Array Into Subarrays With Minimum Cost I | Easy | 80.5% | 25.0% |
| 3637 | https://leetcode.com/problems/trionic-array-i | Trionic Array I | Easy | 49.5% | 12.5% |
| 3599 | https://leetcode.com/problems/partition-array-to-minimize-xor | Partition Array to Minimize XOR | Medium | 41.0% | 12.5% |
| 3013 | https://leetcode.com/problems/divide-an-array-into-subarrays-with-minimum-cost-ii | Divide an Array Into Subarrays With Minimum Cost II | Hard | 54.8% | 12.5% |
| 908 | https://leetcode.com/problems/smallest-range-i | Smallest Range I | Easy | 73.3% | 12.5% |
| 3498 | https://leetcode.com/problems/reverse-degree-of-a-string | Reverse Degree of a String | Easy | 88.5% | 12.5% |
| 3640 | https://leetcode.com/problems/trionic-array-ii | Trionic Array II | Hard | 47.3% | 12.5% |
| 3824 | https://leetcode.com/problems/minimum-k-to-reduce-array-within-limit | Minimum K to Reduce Array Within Limit | Medium | 41.1% | 12.5% |
| 3379 | https://leetcode.com/problems/transformed-array | Transformed Array | Easy | 70.4% | 12.5% |
| 3634 | https://leetcode.com/problems/minimum-removals-to-balance-array | Minimum Removals to Balance Array | Medium | 47.9% | 12.5% |
| 2968 | https://leetcode.com/problems/apply-operations-to-maximize-frequency-score | Apply Operations to Maximize Frequency Score | Hard | 38.5% | 12.5% |
| 1321 | https://leetcode.com/problems/restaurant-growth | Restaurant Growth | Medium | 58.2% | 12.5% |
| 3719 | https://leetcode.com/problems/longest-balanced-subarray-i | Longest Balanced Subarray I | Medium | 65.6% | 12.5% |
| 3721 | https://leetcode.com/problems/longest-balanced-subarray-ii | Longest Balanced Subarray II | Hard | 33.8% | 25.0% |
| 1380 | https://leetcode.com/problems/lucky-numbers-in-a-matrix | Lucky Numbers in a Matrix | Easy | 80.0% | 12.5% |
| 3713 | https://leetcode.com/problems/longest-balanced-substring-i | Longest Balanced Substring I | Medium | 69.7% | 12.5% |
| 3714 | https://leetcode.com/problems/longest-balanced-substring-ii | Longest Balanced Substring II | Medium | 42.1% | 12.5% |
| 2269 | https://leetcode.com/problems/find-the-k-beauty-of-a-number | Find the K-Beauty of a Number | Easy | 63.0% | 12.5% |
| 2391 | https://leetcode.com/problems/minimum-amount-of-time-to-collect-garbage | Minimum Amount of Time to Collect Garbage | Medium | 85.1% | 12.5% |
| 1796 | https://leetcode.com/problems/second-largest-digit-in-a-string | Second Largest Digit in a String | Easy | 53.8% | 12.5% |
| 3475 | https://leetcode.com/problems/dna-pattern-recognition | DNA Pattern Recognition | Medium | 84.9% | 12.5% |
| 601 | https://leetcode.com/problems/human-traffic-of-stadium | Human Traffic of Stadium | Hard | 50.8% | 12.5% |
| 3586 | https://leetcode.com/problems/find-covid-recovery-patients | Find COVID Recovery Patients | Medium | 41.0% | 12.5% |
| 2470 | https://leetcode.com/problems/number-of-subarrays-with-lcm-equal-to-k | Number of Subarrays With LCM Equal to K | Medium | 43.3% | 12.5% |
| 3743 | https://leetcode.com/problems/maximize-cyclic-partition-score | Maximize Cyclic Partition Score | Hard | 12.3% | 12.5% |