| 1 | https://leetcode.com/problems/two-sum | Two Sum | Easy | 57.1% | 62.5% |
| 2 | https://leetcode.com/problems/add-two-numbers | Add Two Numbers | Medium | 47.9% | 37.5% |
| 3 | https://leetcode.com/problems/longest-substring-without-repeating-characters | Longest Substring Without Repeating Characters | Medium | 38.5% | 37.5% |
| 4 | https://leetcode.com/problems/median-of-two-sorted-arrays | Median of Two Sorted Arrays | Hard | 45.9% | 25.0% |
| 5 | https://leetcode.com/problems/longest-palindromic-substring | Longest Palindromic Substring | Medium | 37.3% | 25.0% |
| 7 | https://leetcode.com/problems/reverse-integer | Reverse Integer | Medium | 31.5% | 37.5% |
| 8 | https://leetcode.com/problems/string-to-integer-atoi | String to Integer (atoi) | Medium | 20.6% | 50.0% |
| 9 | https://leetcode.com/problems/palindrome-number | Palindrome Number | Easy | 60.2% | 25.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% | 37.5% |
| 13 | https://leetcode.com/problems/roman-to-integer | Roman to Integer | Easy | 66.2% | 50.0% |
| 14 | https://leetcode.com/problems/longest-common-prefix | Longest Common Prefix | Easy | 47.1% | 37.5% |
| 15 | https://leetcode.com/problems/3sum | 3Sum | Medium | 38.6% | 25.0% |
| 17 | https://leetcode.com/problems/letter-combinations-of-a-phone-number | Letter Combinations of a Phone Number | Medium | 65.5% | 62.5% |
| 20 | https://leetcode.com/problems/valid-parentheses | Valid Parentheses | Easy | 43.7% | 37.5% |
| 22 | https://leetcode.com/problems/generate-parentheses | Generate Parentheses | Medium | 78.2% | 50.0% |
| 23 | https://leetcode.com/problems/merge-k-sorted-lists | Merge k Sorted Lists | Hard | 58.8% | 62.5% |
| 24 | https://leetcode.com/problems/swap-nodes-in-pairs | Swap Nodes in Pairs | Medium | 68.9% | 50.0% |
| 26 | https://leetcode.com/problems/remove-duplicates-from-sorted-array | Remove Duplicates from Sorted Array | Easy | 62.2% | 25.0% |
| 27 | https://leetcode.com/problems/remove-element | Remove Element | Easy | 61.3% | 25.0% |
| 31 | https://leetcode.com/problems/next-permutation | Next Permutation | Medium | 44.7% | 50.0% |
| 32 | https://leetcode.com/problems/longest-valid-parentheses | Longest Valid Parentheses | Hard | 38.0% | 25.0% |
| 33 | https://leetcode.com/problems/search-in-rotated-sorted-array | Search in Rotated Sorted Array | Medium | 44.1% | 62.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% | 37.5% |
| 36 | https://leetcode.com/problems/valid-sudoku | Valid Sudoku | Medium | 64.1% | 62.5% |
| 37 | https://leetcode.com/problems/sudoku-solver | Sudoku Solver | Hard | 65.4% | 62.5% |
| 39 | https://leetcode.com/problems/combination-sum | Combination Sum | Medium | 76.1% | 50.0% |
| 42 | https://leetcode.com/problems/trapping-rain-water | Trapping Rain Water | Hard | 66.8% | 37.5% |
| 46 | https://leetcode.com/problems/permutations | Permutations | Medium | 81.6% | 37.5% |
| 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% | 62.5% |
| 53 | https://leetcode.com/problems/maximum-subarray | Maximum Subarray | Medium | 53.0% | 37.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% | 37.5% |
| 57 | https://leetcode.com/problems/insert-interval | Insert Interval | Medium | 44.7% | 37.5% |
| 64 | https://leetcode.com/problems/minimum-path-sum | Minimum Path Sum | Medium | 67.8% | 37.5% |
| 68 | https://leetcode.com/problems/text-justification | Text Justification | Hard | 50.4% | 75.0% |
| 69 | https://leetcode.com/problems/sqrtx | Sqrt(x) | Easy | 41.4% | 37.5% |
| 70 | https://leetcode.com/problems/climbing-stairs | Climbing Stairs | Easy | 53.9% | 25.0% |
| 73 | https://leetcode.com/problems/set-matrix-zeroes | Set Matrix Zeroes | Medium | 62.4% | 25.0% |
| 76 | https://leetcode.com/problems/minimum-window-substring | Minimum Window Substring | Hard | 46.9% | 62.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% | 75.0% |
| 80 | https://leetcode.com/problems/remove-duplicates-from-sorted-array-ii | Remove Duplicates from Sorted Array II | Medium | 64.3% | 25.0% |
| 81 | https://leetcode.com/problems/search-in-rotated-sorted-array-ii | Search in Rotated Sorted Array II | Medium | 39.7% | 25.0% |
| 84 | https://leetcode.com/problems/largest-rectangle-in-histogram | Largest Rectangle in Histogram | Hard | 49.3% | 50.0% |
| 91 | https://leetcode.com/problems/decode-ways | Decode Ways | Medium | 37.6% | 62.5% |
| 98 | https://leetcode.com/problems/validate-binary-search-tree | Validate Binary Search Tree | Medium | 35.3% | 25.0% |
| 104 | https://leetcode.com/problems/maximum-depth-of-binary-tree | Maximum Depth of Binary Tree | Easy | 77.9% | 62.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% |
| 124 | https://leetcode.com/problems/binary-tree-maximum-path-sum | Binary Tree Maximum Path Sum | Hard | 42.0% | 37.5% |
| 125 | https://leetcode.com/problems/valid-palindrome | Valid Palindrome | Easy | 52.8% | 50.0% |
| 127 | https://leetcode.com/problems/word-ladder | Word Ladder | Hard | 44.9% | 37.5% |
| 128 | https://leetcode.com/problems/longest-consecutive-sequence | Longest Consecutive Sequence | Medium | 47.0% | 37.5% |
| 133 | https://leetcode.com/problems/clone-graph | Clone Graph | Medium | 64.7% | 50.0% |
| 135 | https://leetcode.com/problems/candy | Candy | Hard | 47.9% | 37.5% |
| 138 | https://leetcode.com/problems/copy-list-with-random-pointer | Copy List with Random Pointer | Medium | 62.4% | 50.0% |
| 139 | https://leetcode.com/problems/word-break | Word Break | Medium | 49.1% | 62.5% |
| 140 | https://leetcode.com/problems/word-break-ii | Word Break II | Hard | 55.1% | 50.0% |
| 141 | https://leetcode.com/problems/linked-list-cycle | Linked List Cycle | Easy | 53.9% | 25.0% |
| 146 | https://leetcode.com/problems/lru-cache | LRU Cache | Medium | 46.8% | 75.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% |
| 161 | https://leetcode.com/problems/one-edit-distance | One Edit Distance | Medium | 34.5% | 50.0% |
| 162 | https://leetcode.com/problems/find-peak-element | Find Peak Element | Medium | 46.8% | 37.5% |
| 169 | https://leetcode.com/problems/majority-element | Majority Element | Easy | 66.1% | 25.0% |
| 171 | https://leetcode.com/problems/excel-sheet-column-number | Excel Sheet Column Number | Easy | 67.2% | 50.0% |
| 174 | https://leetcode.com/problems/dungeon-game | Dungeon Game | Hard | 40.8% | 50.0% |
| 186 | https://leetcode.com/problems/reverse-words-in-a-string-ii | Reverse Words in a String II | Medium | 56.6% | 50.0% |
| 198 | https://leetcode.com/problems/house-robber | House Robber | Medium | 52.9% | 50.0% |
| 199 | https://leetcode.com/problems/binary-tree-right-side-view | Binary Tree Right Side View | Medium | 69.5% | 50.0% |
| 200 | https://leetcode.com/problems/number-of-islands | Number of Islands | Medium | 63.8% | 87.5% |
| 202 | https://leetcode.com/problems/happy-number | Happy Number | Easy | 59.2% | 50.0% |
| 205 | https://leetcode.com/problems/isomorphic-strings | Isomorphic Strings | Easy | 48.0% | 25.0% |
| 206 | https://leetcode.com/problems/reverse-linked-list | Reverse Linked List | Easy | 80.2% | 50.0% |
| 207 | https://leetcode.com/problems/course-schedule | Course Schedule | Medium | 50.8% | 62.5% |
| 208 | https://leetcode.com/problems/implement-trie-prefix-tree | Implement Trie (Prefix Tree) | Medium | 69.2% | 50.0% |
| 210 | https://leetcode.com/problems/course-schedule-ii | Course Schedule II | Medium | 55.0% | 62.5% |
| 212 | https://leetcode.com/problems/word-search-ii | Word Search II | Hard | 38.1% | 75.0% |
| 214 | https://leetcode.com/problems/shortest-palindrome | Shortest Palindrome | Hard | 41.8% | 37.5% |
| 215 | https://leetcode.com/problems/kth-largest-element-in-an-array | Kth Largest Element in an Array | Medium | 68.8% | 37.5% |
| 217 | https://leetcode.com/problems/contains-duplicate | Contains Duplicate | Easy | 64.1% | 25.0% |
| 218 | https://leetcode.com/problems/the-skyline-problem | The Skyline Problem | Hard | 45.0% | 37.5% |
| 224 | https://leetcode.com/problems/basic-calculator | Basic Calculator | Hard | 46.5% | 62.5% |
| 230 | https://leetcode.com/problems/kth-smallest-element-in-a-bst | Kth Smallest Element in a BST | Medium | 76.5% | 87.5% |
| 238 | https://leetcode.com/problems/product-of-array-except-self | Product of Array Except Self | Medium | 68.6% | 75.0% |
| 239 | https://leetcode.com/problems/sliding-window-maximum | Sliding Window Maximum | Hard | 48.4% | 37.5% |
| 240 | https://leetcode.com/problems/search-a-2d-matrix-ii | Search a 2D Matrix II | Medium | 56.8% | 25.0% |
| 242 | https://leetcode.com/problems/valid-anagram | Valid Anagram | Easy | 67.8% | 62.5% |
| 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% | 50.0% |
| 253 | https://leetcode.com/problems/meeting-rooms-ii | Meeting Rooms II | Medium | 52.5% | 62.5% |
| 254 | https://leetcode.com/problems/factor-combinations | Factor Combinations | Medium | 50.5% | 50.0% |
| 262 | https://leetcode.com/problems/trips-and-users | Trips and Users | Hard | 37.7% | 50.0% |
| 266 | https://leetcode.com/problems/palindrome-permutation | Palindrome Permutation | Easy | 68.6% | 50.0% |
| 269 | https://leetcode.com/problems/alien-dictionary | Alien Dictionary | Hard | 37.1% | 87.5% |
| 274 | https://leetcode.com/problems/h-index | H-Index | Medium | 41.1% | 25.0% |
| 283 | https://leetcode.com/problems/move-zeroes | Move Zeroes | Easy | 63.5% | 37.5% |
| 286 | https://leetcode.com/problems/walls-and-gates | Walls and Gates | Medium | 63.8% | 50.0% |
| 290 | https://leetcode.com/problems/word-pattern | Word Pattern | Easy | 43.8% | 50.0% |
| 291 | https://leetcode.com/problems/word-pattern-ii | Word Pattern II | Medium | 48.8% | 50.0% |
| 295 | https://leetcode.com/problems/find-median-from-data-stream | Find Median from Data Stream | Hard | 54.2% | 50.0% |
| 297 | https://leetcode.com/problems/serialize-and-deserialize-binary-tree | Serialize and Deserialize Binary Tree | Hard | 60.3% | 62.5% |
| 300 | https://leetcode.com/problems/longest-increasing-subsequence | Longest Increasing Subsequence | Medium | 59.0% | 25.0% |
| 305 | https://leetcode.com/problems/number-of-islands-ii | Number of Islands II | Hard | 40.4% | 87.5% |
| 322 | https://leetcode.com/problems/coin-change | Coin Change | Medium | 47.9% | 50.0% |
| 329 | https://leetcode.com/problems/longest-increasing-path-in-a-matrix | Longest Increasing Path in a Matrix | Hard | 56.3% | 37.5% |
| 330 | https://leetcode.com/problems/patching-array | Patching Array | Hard | 54.1% | 37.5% |
| 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% | 62.5% |
| 347 | https://leetcode.com/problems/top-k-frequent-elements | Top K Frequent Elements | Medium | 65.8% | 62.5% |
| 354 | https://leetcode.com/problems/russian-doll-envelopes | Russian Doll Envelopes | Hard | 37.7% | 25.0% |
| 355 | https://leetcode.com/problems/design-twitter | Design Twitter | Medium | 44.2% | 25.0% |
| 362 | https://leetcode.com/problems/design-hit-counter | Design Hit Counter | Medium | 69.6% | 75.0% |
| 368 | https://leetcode.com/problems/largest-divisible-subset | Largest Divisible Subset | Medium | 49.4% | 25.0% |
| 373 | https://leetcode.com/problems/find-k-pairs-with-smallest-sums | Find K Pairs with Smallest Sums | Medium | 41.5% | 50.0% |
| 380 | https://leetcode.com/problems/insert-delete-getrandom-o1 | Insert Delete GetRandom O(1) | Medium | 55.3% | 75.0% |
| 383 | https://leetcode.com/problems/ransom-note | Ransom Note | Easy | 65.6% | 25.0% |
| 384 | https://leetcode.com/problems/shuffle-an-array | Shuffle an Array | Medium | 59.5% | 62.5% |
| 399 | https://leetcode.com/problems/evaluate-division | Evaluate Division | Medium | 64.0% | 75.0% |
| 410 | https://leetcode.com/problems/split-array-largest-sum | Split Array Largest Sum | Hard | 59.8% | 37.5% |
| 417 | https://leetcode.com/problems/pacific-atlantic-water-flow | Pacific Atlantic Water Flow | Medium | 60.6% | 37.5% |
| 424 | https://leetcode.com/problems/longest-repeating-character-replacement | Longest Repeating Character Replacement | Medium | 59.0% | 37.5% |
| 432 | https://leetcode.com/problems/all-oone-data-structure | All O`one Data Structure | Hard | 44.1% | 62.5% |
| 443 | https://leetcode.com/problems/string-compression | String Compression | Medium | 59.5% | 25.0% |
| 450 | https://leetcode.com/problems/delete-node-in-a-bst | Delete Node in a BST | Medium | 54.2% | 50.0% |
| 460 | https://leetcode.com/problems/lfu-cache | LFU Cache | Hard | 48.6% | 37.5% |
| 464 | https://leetcode.com/problems/can-i-win | Can I Win | Medium | 31.0% | 25.0% |
| 465 | https://leetcode.com/problems/optimal-account-balancing | Optimal Account Balancing | Hard | 50.3% | 50.0% |
| 473 | https://leetcode.com/problems/matchsticks-to-square | Matchsticks to Square | Medium | 41.6% | 25.0% |
| 486 | https://leetcode.com/problems/predict-the-winner | Predict the Winner | Medium | 56.1% | 25.0% |
| 490 | https://leetcode.com/problems/the-maze | The Maze | Medium | 60.3% | 62.5% |
| 496 | https://leetcode.com/problems/next-greater-element-i | Next Greater Element I | Easy | 75.7% | 37.5% |
| 503 | https://leetcode.com/problems/next-greater-element-ii | Next Greater Element II | Medium | 67.9% | 25.0% |
| 514 | https://leetcode.com/problems/freedom-trail | Freedom Trail | Hard | 59.2% | 25.0% |
| 516 | https://leetcode.com/problems/longest-palindromic-subsequence | Longest Palindromic Subsequence | Medium | 65.1% | 50.0% |
| 525 | https://leetcode.com/problems/contiguous-array | Contiguous Array | Medium | 50.8% | 25.0% |
| 535 | https://leetcode.com/problems/encode-and-decode-tinyurl | Encode and Decode TinyURL | Medium | 86.6% | 50.0% |
| 542 | https://leetcode.com/problems/01-matrix | 01 Matrix | Medium | 53.3% | 25.0% |
| 560 | https://leetcode.com/problems/subarray-sum-equals-k | Subarray Sum Equals K | Medium | 46.8% | 25.0% |
| 564 | https://leetcode.com/problems/find-the-closest-palindrome | Find the Closest Palindrome | Hard | 31.8% | 87.5% |
| 588 | https://leetcode.com/problems/design-in-memory-file-system | Design In-Memory File System | Hard | 48.4% | 62.5% |
| 621 | https://leetcode.com/problems/task-scheduler | Task Scheduler | Medium | 62.6% | 37.5% |
| 636 | https://leetcode.com/problems/exclusive-time-of-functions | Exclusive Time of Functions | Medium | 66.1% | 62.5% |
| 648 | https://leetcode.com/problems/replace-words | Replace Words | Medium | 68.6% | 50.0% |
| 658 | https://leetcode.com/problems/find-k-closest-elements | Find K Closest Elements | Medium | 49.4% | 25.0% |
| 662 | https://leetcode.com/problems/maximum-width-of-binary-tree | Maximum Width of Binary Tree | Medium | 45.2% | 25.0% |
| 678 | https://leetcode.com/problems/valid-parenthesis-string | Valid Parenthesis String | Medium | 39.8% | 25.0% |
| 690 | https://leetcode.com/problems/employee-importance | Employee Importance | Medium | 69.3% | 50.0% |
| 692 | https://leetcode.com/problems/top-k-frequent-words | Top K Frequent Words | Medium | 60.0% | 62.5% |
| 695 | https://leetcode.com/problems/max-area-of-island | Max Area of Island | Medium | 73.8% | 25.0% |
| 699 | https://leetcode.com/problems/falling-squares | Falling Squares | Hard | 47.3% | 50.0% |
| 723 | https://leetcode.com/problems/candy-crush | Candy Crush | Medium | 77.3% | 37.5% |
| 729 | https://leetcode.com/problems/my-calendar-i | My Calendar I | Medium | 58.2% | 75.0% |
| 733 | https://leetcode.com/problems/flood-fill | Flood Fill | Easy | 67.8% | 50.0% |
| 735 | https://leetcode.com/problems/asteroid-collision | Asteroid Collision | Medium | 47.1% | 50.0% |
| 741 | https://leetcode.com/problems/cherry-pickup | Cherry Pickup | Hard | 39.1% | 62.5% |
| 752 | https://leetcode.com/problems/open-the-lock | Open the Lock | Medium | 61.1% | 50.0% |
| 427 | https://leetcode.com/problems/construct-quad-tree | Construct Quad Tree | Medium | 78.1% | 87.5% |
| 773 | https://leetcode.com/problems/sliding-puzzle | Sliding Puzzle | Hard | 74.1% | 37.5% |
| 778 | https://leetcode.com/problems/swim-in-rising-water | Swim in Rising Water | Hard | 67.6% | 25.0% |
| 785 | https://leetcode.com/problems/is-graph-bipartite | Is Graph Bipartite? | Medium | 58.9% | 37.5% |
| 787 | https://leetcode.com/problems/cheapest-flights-within-k-stops | Cheapest Flights Within K Stops | Medium | 41.4% | 37.5% |
| 791 | https://leetcode.com/problems/custom-sort-string | Custom Sort String | Medium | 72.3% | 25.0% |
| 792 | https://leetcode.com/problems/number-of-matching-subsequences | Number of Matching Subsequences | Medium | 50.6% | 37.5% |
| 802 | https://leetcode.com/problems/find-eventual-safe-states | Find Eventual Safe States | Medium | 70.3% | 25.0% |
| 815 | https://leetcode.com/problems/bus-routes | Bus Routes | Hard | 47.1% | 100.0% |
| 827 | https://leetcode.com/problems/making-a-large-island | Making A Large Island | Hard | 56.3% | 62.5% |
| 855 | https://leetcode.com/problems/exam-room | Exam Room | Medium | 43.2% | 37.5% |
| 710 | https://leetcode.com/problems/random-pick-with-blacklist | Random Pick with Blacklist | Hard | 34.6% | 50.0% |
| 875 | https://leetcode.com/problems/koko-eating-bananas | Koko Eating Bananas | Medium | 49.7% | 50.0% |
| 528 | https://leetcode.com/problems/random-pick-with-weight | Random Pick with Weight | Medium | 48.9% | 75.0% |
| 886 | https://leetcode.com/problems/possible-bipartition | Possible Bipartition | Medium | 52.3% | 25.0% |
| 919 | https://leetcode.com/problems/complete-binary-tree-inserter | Complete Binary Tree Inserter | Medium | 65.0% | 25.0% |
| 934 | https://leetcode.com/problems/shortest-bridge | Shortest Bridge | Medium | 59.3% | 62.5% |
| 953 | https://leetcode.com/problems/verifying-an-alien-dictionary | Verifying an Alien Dictionary | Easy | 55.9% | 37.5% |
| 959 | https://leetcode.com/problems/regions-cut-by-slashes | Regions Cut By Slashes | Medium | 77.5% | 50.0% |
| 977 | https://leetcode.com/problems/squares-of-a-sorted-array | Squares of a Sorted Array | Easy | 73.6% | 87.5% |
| 981 | https://leetcode.com/problems/time-based-key-value-store | Time Based Key-Value Store | Medium | 49.7% | 62.5% |
| 983 | https://leetcode.com/problems/minimum-cost-for-tickets | Minimum Cost For Tickets | Medium | 67.4% | 37.5% |
| 986 | https://leetcode.com/problems/interval-list-intersections | Interval List Intersections | Medium | 72.9% | 37.5% |
| 992 | https://leetcode.com/problems/subarrays-with-k-different-integers | Subarrays with K Different Integers | Hard | 67.5% | 37.5% |
| 994 | https://leetcode.com/problems/rotting-oranges | Rotting Oranges | Medium | 58.1% | 50.0% |
| 1011 | https://leetcode.com/problems/capacity-to-ship-packages-within-d-days | Capacity To Ship Packages Within D Days | Medium | 73.5% | 25.0% |
| 1064 | https://leetcode.com/problems/fixed-point | Fixed Point | Easy | 63.8% | 50.0% |
| 1136 | https://leetcode.com/problems/parallel-courses | Parallel Courses | Medium | 62.0% | 50.0% |
| 1152 | https://leetcode.com/problems/analyze-user-website-visit-pattern | Analyze User Website Visit Pattern | Medium | 44.2% | 25.0% |
| 1039 | https://leetcode.com/problems/minimum-score-triangulation-of-polygon | Minimum Score Triangulation of Polygon | Medium | 67.4% | 50.0% |
| 1140 | https://leetcode.com/problems/stone-game-ii | Stone Game II | Medium | 72.9% | 25.0% |
| 1171 | https://leetcode.com/problems/remove-zero-sum-consecutive-nodes-from-linked-list | Remove Zero Sum Consecutive Nodes from Linked List | Medium | 53.1% | 50.0% |
| 1428 | https://leetcode.com/problems/leftmost-column-with-at-least-a-one | Leftmost Column with at Least a One | Medium | 55.1% | 62.5% |
| 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% | 25.0% |
| 1334 | https://leetcode.com/problems/find-the-city-with-the-smallest-number-of-neighbors-at-a-threshold-distance | Find the City With the Smallest Number of Neighbors at a Threshold Distance | Medium | 72.1% | 50.0% |
| 1385 | https://leetcode.com/problems/find-the-distance-value-between-two-arrays | Find the Distance Value Between Two Arrays | Easy | 71.4% | 50.0% |
| 1400 | https://leetcode.com/problems/construct-k-palindrome-strings | Construct K Palindrome Strings | Medium | 68.6% | 50.0% |
| 1389 | https://leetcode.com/problems/create-target-array-in-the-given-order | Create Target Array in the Given Order | Easy | 86.5% | 25.0% |
| 1378 | https://leetcode.com/problems/replace-employee-id-with-the-unique-identifier | Replace Employee ID With The Unique Identifier | Easy | 83.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% | 87.5% |
| 1462 | https://leetcode.com/problems/course-schedule-iv | Course Schedule IV | Medium | 59.7% | 50.0% |
| 1519 | https://leetcode.com/problems/number-of-nodes-in-the-sub-tree-with-the-same-label | Number of Nodes in the Sub-Tree With the Same Label | Medium | 55.3% | 50.0% |
| 1539 | https://leetcode.com/problems/kth-missing-positive-number | Kth Missing Positive Number | Easy | 63.2% | 25.0% |
| 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% | 50.0% |
| 1584 | https://leetcode.com/problems/min-cost-to-connect-all-points | Min Cost to Connect All Points | Medium | 70.3% | 37.5% |
| 1603 | https://leetcode.com/problems/design-parking-system | Design Parking System | Easy | 87.1% | 37.5% |
| 1642 | https://leetcode.com/problems/furthest-building-you-can-reach | Furthest Building You Can Reach | Medium | 50.7% | 25.0% |
| 1635 | https://leetcode.com/problems/hopper-company-queries-i | Hopper Company Queries I | Hard | 48.1% | 50.0% |
| 1645 | https://leetcode.com/problems/hopper-company-queries-ii | Hopper Company Queries II | Hard | 39.7% | 50.0% |
| 1651 | https://leetcode.com/problems/hopper-company-queries-iii | Hopper Company Queries III | Hard | 65.3% | 50.0% |
| 1719 | https://leetcode.com/problems/number-of-ways-to-reconstruct-a-tree | Number Of Ways To Reconstruct A Tree | Hard | 45.3% | 50.0% |
| 1705 | https://leetcode.com/problems/maximum-number-of-eaten-apples | Maximum Number of Eaten Apples | Medium | 42.7% | 50.0% |
| 1768 | https://leetcode.com/problems/merge-strings-alternately | Merge Strings Alternately | Easy | 82.1% | 62.5% |
| 1757 | https://leetcode.com/problems/recyclable-and-low-fat-products | Recyclable and Low Fat Products | Easy | 88.8% | 25.0% |
| 1814 | https://leetcode.com/problems/count-nice-pairs-in-an-array | Count Nice Pairs in an Array | Medium | 48.4% | 37.5% |
| 1829 | https://leetcode.com/problems/maximum-xor-for-each-query | Maximum XOR for Each Query | Medium | 84.8% | 50.0% |
| 1818 | https://leetcode.com/problems/minimum-absolute-sum-difference | Minimum Absolute Sum Difference | Medium | 32.2% | 50.0% |
| 1838 | https://leetcode.com/problems/frequency-of-the-most-frequent-element | Frequency of the Most Frequent Element | Medium | 44.6% | 25.0% |
| 1820 | https://leetcode.com/problems/maximum-number-of-accepted-invitations | Maximum Number of Accepted Invitations | Medium | 52.3% | 25.0% |
| 1856 | https://leetcode.com/problems/maximum-subarray-min-product | Maximum Subarray Min-Product | Medium | 40.0% | 50.0% |
| 1926 | https://leetcode.com/problems/nearest-exit-from-entrance-in-maze | Nearest Exit from Entrance in Maze | Medium | 48.3% | 50.0% |
| 2307 | https://leetcode.com/problems/check-for-contradictions-in-equations | Check for Contradictions in Equations | Hard | 43.8% | 50.0% |
| 1968 | https://leetcode.com/problems/array-with-elements-not-equal-to-average-of-neighbors | Array With Elements Not Equal to Average of Neighbors | Medium | 50.6% | 50.0% |
| 1961 | https://leetcode.com/problems/check-if-string-is-a-prefix-of-array | Check If String Is a Prefix of Array | Easy | 52.7% | 50.0% |
| 1967 | https://leetcode.com/problems/number-of-strings-that-appear-as-substrings-in-word | Number of Strings That Appear as Substrings in Word | Easy | 82.4% | 50.0% |
| 2008 | https://leetcode.com/problems/maximum-earnings-from-taxi | Maximum Earnings From Taxi | Medium | 46.2% | 37.5% |
| 2009 | https://leetcode.com/problems/minimum-number-of-operations-to-make-array-continuous | Minimum Number of Operations to Make Array Continuous | Hard | 52.1% | 62.5% |
| 2043 | https://leetcode.com/problems/simple-bank-system | Simple Bank System | Medium | 69.8% | 25.0% |
| 2073 | https://leetcode.com/problems/time-needed-to-buy-tickets | Time Needed to Buy Tickets | Easy | 72.1% | 37.5% |
| 2115 | https://leetcode.com/problems/find-all-possible-recipes-from-given-supplies | Find All Possible Recipes from Given Supplies | Medium | 56.8% | 37.5% |
| 2187 | https://leetcode.com/problems/minimum-time-to-complete-trips | Minimum Time to Complete Trips | Medium | 39.6% | 50.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% |
| 2196 | https://leetcode.com/problems/create-binary-tree-from-descriptions | Create Binary Tree From Descriptions | Medium | 81.7% | 50.0% |
| 2248 | https://leetcode.com/problems/intersection-of-multiple-arrays | Intersection of Multiple Arrays | Easy | 68.6% | 50.0% |
| 2251 | https://leetcode.com/problems/number-of-flowers-in-full-bloom | Number of Flowers in Full Bloom | Hard | 57.7% | 37.5% |
| 2261 | https://leetcode.com/problems/k-divisible-elements-subarrays | K Divisible Elements Subarrays | Medium | 54.8% | 50.0% |
| 2258 | https://leetcode.com/problems/escape-the-spreading-fire | Escape the Spreading Fire | Hard | 37.6% | 62.5% |
| 2243 | https://leetcode.com/problems/calculate-digit-sum-of-a-string | Calculate Digit Sum of a String | Easy | 67.6% | 50.0% |
| 2333 | https://leetcode.com/problems/minimum-sum-of-squared-difference | Minimum Sum of Squared Difference | Medium | 26.7% | 50.0% |
| 2282 | https://leetcode.com/problems/number-of-people-that-can-be-seen-in-a-grid | Number of People That Can Be Seen in a Grid | Medium | 47.4% | 50.0% |
| 2385 | https://leetcode.com/problems/amount-of-time-for-binary-tree-to-be-infected | Amount of Time for Binary Tree to Be Infected | Medium | 65.1% | 25.0% |
| 2402 | https://leetcode.com/problems/meeting-rooms-iii | Meeting Rooms III | Hard | 51.7% | 50.0% |
| 2365 | https://leetcode.com/problems/task-scheduler-ii | Task Scheduler II | Medium | 54.7% | 25.0% |
| 2444 | https://leetcode.com/problems/count-subarrays-with-fixed-bounds | Count Subarrays With Fixed Bounds | Hard | 69.3% | 62.5% |
| 2468 | https://leetcode.com/problems/split-message-based-on-limit | Split Message Based on Limit | Hard | 42.0% | 62.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% | 62.5% |
| 2508 | https://leetcode.com/problems/add-edges-to-make-degrees-of-all-nodes-even | Add Edges to Make Degrees of All Nodes Even | Hard | 35.2% | 50.0% |
| 2537 | https://leetcode.com/problems/count-the-number-of-good-subarrays | Count the Number of Good Subarrays | Medium | 65.9% | 37.5% |
| 2555 | https://leetcode.com/problems/maximize-win-from-two-segments | Maximize Win From Two Segments | Medium | 37.4% | 50.0% |
| 2551 | https://leetcode.com/problems/put-marbles-in-bags | Put Marbles in Bags | Hard | 72.2% | 25.0% |
| 2603 | https://leetcode.com/problems/collect-coins-in-a-tree | Collect Coins in a Tree | Hard | 39.6% | 37.5% |
| 2762 | https://leetcode.com/problems/continuous-subarrays | Continuous Subarrays | Medium | 57.9% | 25.0% |
| 2828 | https://leetcode.com/problems/check-if-a-string-is-an-acronym-of-words | Check if a String Is an Acronym of Words | Easy | 82.9% | 50.0% |
| 2848 | https://leetcode.com/problems/points-that-intersect-with-cars | Points That Intersect With Cars | Easy | 73.4% | 50.0% |
| 2858 | https://leetcode.com/problems/minimum-edge-reversals-so-every-node-is-reachable | Minimum Edge Reversals So Every Node Is Reachable | Hard | 57.2% | 62.5% |
| 2912 | https://leetcode.com/problems/number-of-ways-to-reach-destination-in-the-grid | Number of Ways to Reach Destination in the Grid | Hard | 58.4% | 50.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% | 37.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% | 37.5% |
| 3023 | https://leetcode.com/problems/find-pattern-in-infinite-stream-i | Find Pattern in Infinite Stream I | Medium | 56.6% | 50.0% |
| 3071 | https://leetcode.com/problems/minimum-operations-to-write-the-letter-y-on-a-grid | Minimum Operations to Write the Letter Y on a Grid | Medium | 64.3% | 62.5% |
| 3037 | https://leetcode.com/problems/find-pattern-in-infinite-stream-ii | Find Pattern in Infinite Stream II | Hard | 67.5% | 50.0% |
| 3073 | https://leetcode.com/problems/maximum-increasing-triplet-value | Maximum Increasing Triplet Value | Medium | 35.7% | 50.0% |
| 3078 | https://leetcode.com/problems/match-alphanumerical-pattern-in-matrix-i | Match Alphanumerical Pattern in Matrix I | Medium | 64.3% | 50.0% |
| 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% | 50.0% |
| 3192 | https://leetcode.com/problems/minimum-operations-to-make-binary-array-elements-equal-to-one-ii | Minimum Operations to Make Binary Array Elements Equal to One II | Medium | 65.0% | 50.0% |
| 213 | https://leetcode.com/problems/house-robber-ii | House Robber II | Medium | 44.6% | 25.0% |
| 2817 | https://leetcode.com/problems/minimum-absolute-difference-between-elements-with-constraint | Minimum Absolute Difference Between Elements With Constraint | Medium | 37.1% | 37.5% |
| 256 | https://leetcode.com/problems/paint-house | Paint House | Medium | 64.3% | 25.0% |
| 1202 | https://leetcode.com/problems/smallest-string-with-swaps | Smallest String With Swaps | Medium | 60.3% | 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% | 25.0% |
| 664 | https://leetcode.com/problems/strange-printer | Strange Printer | Hard | 60.9% | 25.0% |
| 1673 | https://leetcode.com/problems/find-the-most-competitive-subsequence | Find the Most Competitive Subsequence | Medium | 52.7% | 25.0% |
| 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% | 50.0% |
| 1472 | https://leetcode.com/problems/design-browser-history | Design Browser History | Medium | 78.2% | 37.5% |
| 404 | https://leetcode.com/problems/sum-of-left-leaves | Sum of Left Leaves | Easy | 62.4% | 25.0% |
| 126 | https://leetcode.com/problems/word-ladder-ii | Word Ladder II | Hard | 27.5% | 37.5% |
| 974 | https://leetcode.com/problems/subarray-sums-divisible-by-k | Subarray Sums Divisible by K | Medium | 56.0% | 37.5% |
| 1878 | https://leetcode.com/problems/get-biggest-three-rhombus-sums-in-a-grid | Get Biggest Three Rhombus Sums in a Grid | Medium | 50.1% | 25.0% |
| 3161 | https://leetcode.com/problems/block-placement-queries | Block Placement Queries | Hard | 18.4% | 62.5% |
| 252 | https://leetcode.com/problems/meeting-rooms | Meeting Rooms | Easy | 59.3% | 25.0% |
| 642 | https://leetcode.com/problems/design-search-autocomplete-system | Design Search Autocomplete System | Hard | 49.7% | 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% | 62.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% | 50.0% |
| 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% | 25.0% |
| 1229 | https://leetcode.com/problems/meeting-scheduler | Meeting Scheduler | Medium | 55.2% | 25.0% |
| 258 | https://leetcode.com/problems/add-digits | Add Digits | Easy | 68.6% | 37.5% |
| 1166 | https://leetcode.com/problems/design-file-system | Design File System | Medium | 65.1% | 37.5% |
| 1861 | https://leetcode.com/problems/rotating-the-box | Rotating the Box | Medium | 79.2% | 62.5% |
| 668 | https://leetcode.com/problems/kth-smallest-number-in-multiplication-table | Kth Smallest Number in Multiplication Table | Hard | 53.8% | 25.0% |
| 962 | https://leetcode.com/problems/maximum-width-ramp | Maximum Width Ramp | Medium | 55.8% | 25.0% |
| 545 | https://leetcode.com/problems/boundary-of-binary-tree | Boundary of Binary Tree | Medium | 47.9% | 50.0% |
| 834 | https://leetcode.com/problems/sum-of-distances-in-tree | Sum of Distances in Tree | Hard | 65.5% | 25.0% |
| 2502 | https://leetcode.com/problems/design-memory-allocator | Design Memory Allocator | Medium | 49.6% | 37.5% |
| 3387 | https://leetcode.com/problems/maximize-amount-after-two-days-of-conversions | Maximize Amount After Two Days of Conversions | Medium | 61.1% | 50.0% |
| 895 | https://leetcode.com/problems/maximum-frequency-stack | Maximum Frequency Stack | Hard | 66.6% | 25.0% |
| 3235 | https://leetcode.com/problems/check-if-the-rectangle-corner-is-reachable | Check if the Rectangle Corner Is Reachable | Hard | 25.3% | 25.0% |
| 2246 | https://leetcode.com/problems/longest-path-with-different-adjacent-characters | Longest Path With Different Adjacent Characters | Hard | 53.9% | 37.5% |
| 277 | https://leetcode.com/problems/find-the-celebrity | Find the Celebrity | Medium | 48.9% | 25.0% |
| 730 | https://leetcode.com/problems/count-different-palindromic-subsequences | Count Different Palindromic Subsequences | Hard | 47.5% | 25.0% |
| 885 | https://leetcode.com/problems/spiral-matrix-iii | Spiral Matrix III | Medium | 84.5% | 25.0% |
| 2296 | https://leetcode.com/problems/design-a-text-editor | Design a Text Editor | Hard | 49.9% | 25.0% |
| 365 | https://leetcode.com/problems/water-and-jug-problem | Water and Jug Problem | Medium | 44.8% | 37.5% |
| 722 | https://leetcode.com/problems/remove-comments | Remove Comments | Medium | 40.0% | 25.0% |
| 924 | https://leetcode.com/problems/minimize-malware-spread | Minimize Malware Spread | Hard | 42.9% | 25.0% |
| 928 | https://leetcode.com/problems/minimize-malware-spread-ii | Minimize Malware Spread II | Hard | 45.4% | 25.0% |
| 2467 | https://leetcode.com/problems/most-profitable-path-in-a-tree | Most Profitable Path in a Tree | Medium | 67.3% | 37.5% |
| 130 | https://leetcode.com/problems/surrounded-regions | Surrounded Regions | Medium | 44.7% | 25.0% |
| 2768 | https://leetcode.com/problems/number-of-black-blocks | Number of Black Blocks | Medium | 41.5% | 50.0% |
| 2021 | https://leetcode.com/problems/brightest-position-on-street | Brightest Position on Street | Medium | 60.6% | 37.5% |
| 3466 | https://leetcode.com/problems/maximum-coin-collection | Maximum Coin Collection | Medium | 52.8% | 50.0% |
| 2484 | https://leetcode.com/problems/count-palindromic-subsequences | Count Palindromic Subsequences | Hard | 41.0% | 25.0% |
| 788 | https://leetcode.com/problems/rotated-digits | Rotated Digits | Medium | 56.8% | 37.5% |
| 3045 | https://leetcode.com/problems/count-prefix-and-suffix-pairs-ii | Count Prefix and Suffix Pairs II | Hard | 28.0% | 25.0% |
| 1698 | https://leetcode.com/problems/number-of-distinct-substrings-in-a-string | Number of Distinct Substrings in a String | Medium | 64.8% | 25.0% |
| 173 | https://leetcode.com/problems/binary-search-tree-iterator | Binary Search Tree Iterator | Medium | 76.1% | 25.0% |
| 2672 | https://leetcode.com/problems/number-of-adjacent-elements-with-the-same-color | Number of Adjacent Elements With the Same Color | Medium | 58.1% | 37.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% | 25.0% |
| 2622 | https://leetcode.com/problems/cache-with-time-limit | Cache With Time Limit | Medium | 76.0% | 25.0% |
| 547 | https://leetcode.com/problems/number-of-provinces | Number of Provinces | Medium | 70.0% | 37.5% |
| 227 | https://leetcode.com/problems/basic-calculator-ii | Basic Calculator II | Medium | 46.6% | 37.5% |
| 679 | https://leetcode.com/problems/24-game | 24 Game | Hard | 59.3% | 25.0% |
| 1429 | https://leetcode.com/problems/first-unique-number | First Unique Number | Medium | 57.0% | 75.0% |
| 505 | https://leetcode.com/problems/the-maze-ii | The Maze II | Medium | 55.0% | 50.0% |
| 415 | https://leetcode.com/problems/add-strings | Add Strings | Easy | 52.1% | 25.0% |
| 2101 | https://leetcode.com/problems/detonate-the-maximum-bombs | Detonate the Maximum Bombs | Medium | 49.9% | 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% |
| 312 | https://leetcode.com/problems/burst-balloons | Burst Balloons | Hard | 62.9% | 37.5% |
| 2636 | https://leetcode.com/problems/promise-pool | Promise Pool | Medium | 79.5% | 25.0% |
| 3443 | https://leetcode.com/problems/maximum-manhattan-distance-after-k-changes | Maximum Manhattan Distance After K Changes | Medium | 54.2% | 25.0% |
| 1293 | https://leetcode.com/problems/shortest-path-in-a-grid-with-obstacles-elimination | Shortest Path in a Grid with Obstacles Elimination | Hard | 46.1% | 25.0% |
| 680 | https://leetcode.com/problems/valid-palindrome-ii | Valid Palindrome II | Easy | 44.0% | 25.0% |
| 1005 | https://leetcode.com/problems/maximize-sum-of-array-after-k-negations | Maximize Sum Of Array After K Negations | Easy | 53.5% | 25.0% |
| 1139 | https://leetcode.com/problems/largest-1-bordered-square | Largest 1-Bordered Square | Medium | 52.0% | 25.0% |
| 795 | https://leetcode.com/problems/number-of-subarrays-with-bounded-maximum | Number of Subarrays with Bounded Maximum | Medium | 54.7% | 25.0% |
| 1627 | https://leetcode.com/problems/graph-connectivity-with-threshold | Graph Connectivity With Threshold | Hard | 49.2% | 25.0% |
| 353 | https://leetcode.com/problems/design-snake-game | Design Snake Game | Medium | 40.0% | 25.0% |
| 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% |
| 1000 | https://leetcode.com/problems/minimum-cost-to-merge-stones | Minimum Cost to Merge Stones | Hard | 45.6% | 25.0% |
| 71 | https://leetcode.com/problems/simplify-path | Simplify Path | Medium | 50.0% | 25.0% |
| 3652 | https://leetcode.com/problems/best-time-to-buy-and-sell-stock-using-strategy | Best Time to Buy and Sell Stock using Strategy | Medium | 59.9% | 50.0% |
| 1091 | https://leetcode.com/problems/shortest-path-in-binary-matrix | Shortest Path in Binary Matrix | Medium | 51.1% | 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% | 25.0% |
| 247 | https://leetcode.com/problems/strobogrammatic-number-ii | Strobogrammatic Number II | Medium | 53.5% | 25.0% |
| 1463 | https://leetcode.com/problems/cherry-pickup-ii | Cherry Pickup II | Hard | 72.3% | 25.0% |
| 489 | https://leetcode.com/problems/robot-room-cleaner | Robot Room Cleaner | Hard | 77.9% | 25.0% |
| 2197 | https://leetcode.com/problems/replace-non-coprime-numbers-in-array | Replace Non-Coprime Numbers in Array | Hard | 57.7% | 37.5% |
| 497 | https://leetcode.com/problems/random-point-in-non-overlapping-rectangles | Random Point in Non-overlapping Rectangles | Medium | 39.4% | 25.0% |
| 25 | https://leetcode.com/problems/reverse-nodes-in-k-group | Reverse Nodes in k-Group | Hard | 65.3% | 25.0% |
| 3202 | https://leetcode.com/problems/find-the-maximum-length-of-valid-subsequence-ii | Find the Maximum Length of Valid Subsequence II | Medium | 57.2% | 25.0% |
| 397 | https://leetcode.com/problems/integer-replacement | Integer Replacement | Medium | 37.1% | 25.0% |
| 650 | https://leetcode.com/problems/2-keys-keyboard | 2 Keys Keyboard | Medium | 59.3% | 25.0% |
| 549 | https://leetcode.com/problems/binary-tree-longest-consecutive-sequence-ii | Binary Tree Longest Consecutive Sequence II | Medium | 50.0% | 25.0% |
| 643 | https://leetcode.com/problems/maximum-average-subarray-i | Maximum Average Subarray I | Easy | 47.0% | 25.0% |
| 474 | https://leetcode.com/problems/ones-and-zeroes | Ones and Zeroes | Medium | 53.0% | 25.0% |
| 1235 | https://leetcode.com/problems/maximum-profit-in-job-scheduling | Maximum Profit in Job Scheduling | Hard | 54.6% | 25.0% |
| 1475 | https://leetcode.com/problems/final-prices-with-a-special-discount-in-a-shop | Final Prices With a Special Discount in a Shop | Easy | 84.0% | 50.0% |
| 2571 | https://leetcode.com/problems/minimum-operations-to-reduce-an-integer-to-0 | Minimum Operations to Reduce an Integer to 0 | Medium | 61.0% | 37.5% |
| 2276 | https://leetcode.com/problems/count-integers-in-intervals | Count Integers in Intervals | Hard | 35.6% | 25.0% |
| 601 | https://leetcode.com/problems/human-traffic-of-stadium | Human Traffic of Stadium | Hard | 50.8% | 25.0% |
| 686 | https://leetcode.com/problems/repeated-string-match | Repeated String Match | Medium | 38.3% | 25.0% |
| 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% |
| 731 | https://leetcode.com/problems/my-calendar-ii | My Calendar II | Medium | 62.9% | 25.0% |
| 381 | https://leetcode.com/problems/insert-delete-getrandom-o1-duplicates-allowed | Insert Delete GetRandom O(1) - Duplicates allowed | Hard | 36.4% | 25.0% |
| 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% | 50.0% |
| 1101 | https://leetcode.com/problems/the-earliest-moment-when-everyone-become-friends | The Earliest Moment When Everyone Become Friends | Medium | 65.9% | 37.5% |
| 2812 | https://leetcode.com/problems/find-the-safest-path-in-a-grid | Find the Safest Path in a Grid | Medium | 48.6% | 25.0% |
| 270 | https://leetcode.com/problems/closest-binary-search-tree-value | Closest Binary Search Tree Value | Easy | 49.3% | 25.0% |
| 721 | https://leetcode.com/problems/accounts-merge | Accounts Merge | Medium | 60.9% | 25.0% |
| 2163 | https://leetcode.com/problems/minimum-difference-in-sums-after-removal-of-elements | Minimum Difference in Sums After Removal of Elements | Hard | 69.9% | 25.0% |
| 204 | https://leetcode.com/problems/count-primes | Count Primes | Medium | 35.7% | 25.0% |
| 817 | https://leetcode.com/problems/linked-list-components | Linked List Components | Medium | 57.7% | 25.0% |
| 696 | https://leetcode.com/problems/count-binary-substrings | Count Binary Substrings | Easy | 70.2% | 25.0% |
| 361 | https://leetcode.com/problems/bomb-enemy | Bomb Enemy | Medium | 52.8% | 25.0% |
| 2092 | https://leetcode.com/problems/find-all-people-with-secret | Find All People With Secret | Hard | 48.4% | 25.0% |
| 1094 | https://leetcode.com/problems/car-pooling | Car Pooling | Medium | 56.2% | 25.0% |
| 1552 | https://leetcode.com/problems/magnetic-force-between-two-balls | Magnetic Force Between Two Balls | Medium | 71.9% | 25.0% |
| 2561 | https://leetcode.com/problems/rearranging-fruits | Rearranging Fruits | Hard | 57.5% | 25.0% |
| 502 | https://leetcode.com/problems/ipo | IPO | Hard | 53.3% | 25.0% |
| 2503 | https://leetcode.com/problems/maximum-number-of-points-from-grid-queries | Maximum Number of Points From Grid Queries | Hard | 59.3% | 25.0% |
| 1244 | https://leetcode.com/problems/design-a-leaderboard | Design A Leaderboard | Medium | 68.1% | 25.0% |
| 3629 | https://leetcode.com/problems/minimum-jumps-to-reach-end-via-prime-teleportation | Minimum Jumps to Reach End via Prime Teleportation | Medium | 31.8% | 25.0% |
| 2076 | https://leetcode.com/problems/process-restricted-friend-requests | Process Restricted Friend Requests | Hard | 59.4% | 25.0% |
| 864 | https://leetcode.com/problems/shortest-path-to-get-all-keys | Shortest Path to Get All Keys | Hard | 54.3% | 25.0% |