All companiesGoogle
610 Easy1213 Medium502 Hard2325 total
| No. | Problem | Difficulty | Frequency |
|---|---|---|---|
| 1 | Two Sum | Easy | |
| 2 | Add Two Numbers | Medium | |
| 3 | Longest Substring Without Repeating Characters | Medium | |
| 4 | Median of Two Sorted Arrays | Hard | |
| 14 | Longest Common Prefix | Easy | |
| 42 | Trapping Rain Water | Hard | |
| 128 | Longest Consecutive Sequence | Medium | |
| 1768 | Merge Strings Alternately | Easy | |
| 2667 | Create Hello World Function | Easy | |
| 5 | Longest Palindromic Substring | Medium | |
| 9 | Palindrome Number | Easy | |
| 15 | 3Sum | Medium | |
| 88 | Merge Sorted Array | Easy | |
| 121 | Best Time to Buy and Sell Stock | Easy | |
| 18 | 4Sum | Medium | |
| 20 | Valid Parentheses | Easy | |
| 33 | Search in Rotated Sorted Array | Medium | |
| 53 | Maximum Subarray | Medium | |
| 55 | Jump Game | Medium | |
| 118 | Pascal's Triangle | Easy | |
| 136 | Single Number | Easy | |
| 206 | Reverse Linked List | Easy | |
| 1526 | Minimum Number of Increments on Subarrays to Form a Target Array | Hard | |
| 1757 | Recyclable and Low Fat Products | Easy | |
| 1929 | Concatenation of Array | Easy | |
| 7 | Reverse Integer | Medium | |
| 11 | Container With Most Water | Medium | |
| 13 | Roman to Integer | Easy | |
| 17 | Letter Combinations of a Phone Number | Medium | |
| 21 | Merge Two Sorted Lists | Easy | |
| 22 | Generate Parentheses | Medium | |
| 26 | Remove Duplicates from Sorted Array | Easy | |
| 27 | Remove Element | Easy | |
| 31 | Next Permutation | Medium | |
| 51 | N-Queens | Hard | |
| 54 | Spiral Matrix | Medium | |
| 56 | Merge Intervals | Medium | |
| 70 | Climbing Stairs | Easy | |
| 84 | Largest Rectangle in Histogram | Hard | |
| 146 | LRU Cache | Medium | |
| 162 | Find Peak Element | Medium | |
| 169 | Majority Element | Easy | |
| 189 | Rotate Array | Medium | |
| 200 | Number of Islands | Medium | |
| 253 | Meeting Rooms II | Medium | |
| 283 | Move Zeroes | Easy | |
| 2235 | Add Two Integers | Easy | |
| 347 | Top K Frequent Elements | Medium | |
| 394 | Decode String | Medium | |
| 410 | Split Array Largest Sum | Hard | |
| 560 | Subarray Sum Equals K | Medium | |
| 875 | Koko Eating Bananas | Medium | |
| 8 | String to Integer (atoi) | Medium | |
| 16 | 3Sum Closest | Medium | |
| 28 | Find the Index of the First Occurrence in a String | Easy | |
| 41 | First Missing Positive | Hard | |
| 44 | Wildcard Matching | Hard | |
| 45 | Jump Game II | Medium | |
| 48 | Rotate Image | Medium | |
| 49 | Group Anagrams | Medium | |
| 57 | Insert Interval | Medium | |
| 67 | Add Binary | Easy | |
| 68 | Text Justification | Hard | |
| 85 | Maximal Rectangle | Hard | |
| 90 | Subsets II | Medium | |
| 100 | Same Tree | Easy | |
| 152 | Maximum Product Subarray | Medium | |
| 176 | Second Highest Salary | Medium | |
| 205 | Isomorphic Strings | Easy | |
| 219 | Contains Duplicate II | Easy | |
| 242 | Valid Anagram | Easy | |
| 268 | Missing Number | Easy | |
| 287 | Find the Duplicate Number | Medium | |
| 295 | Find Median from Data Stream | Hard | |
| 359 | Logger Rate Limiter | Easy | |
| 402 | Remove K Digits | Medium | |
| 416 | Partition Equal Subset Sum | Medium | |
| 448 | Find All Numbers Disappeared in an Array | Easy | |
| 704 | Binary Search | Easy | |
| 904 | Fruit Into Baskets | Medium | |
| 994 | Rotting Oranges | Medium | |
| 1101 | The Earliest Moment When Everyone Become Friends | Medium | |
| 6 | Zigzag Conversion | Medium | |
| 10 | Regular Expression Matching | Hard | |
| 19 | Remove Nth Node From End of List | Medium | |
| 23 | Merge k Sorted Lists | Hard | |
| 25 | Reverse Nodes in k-Group | Hard | |
| 34 | Find First and Last Position of Element in Sorted Array | Medium | |
| 35 | Search Insert Position | Easy | |
| 36 | Valid Sudoku | Medium | |
| 37 | Sudoku Solver | Hard | |
| 39 | Combination Sum | Medium | |
| 46 | Permutations | Medium | |
| 50 | Pow(x, n) | Medium | |
| 58 | Length of Last Word | Easy | |
| 61 | Rotate List | Medium | |
| 62 | Unique Paths | Medium | |
| 66 | Plus One | Easy | |
| 69 | Sqrt(x) | Easy | |
| 72 | Edit Distance | Medium | |
| 73 | Set Matrix Zeroes | Medium | |
| 75 | Sort Colors | Medium | |
| 78 | Subsets | Medium | |
| 122 | Best Time to Buy and Sell Stock II | Medium | |
| 124 | Binary Tree Maximum Path Sum | Hard | |
| 125 | Valid Palindrome | Easy | |
| 131 | Palindrome Partitioning | Medium | |
| 135 | Candy | Hard | |
| 139 | Word Break | Medium | |
| 141 | Linked List Cycle | Easy | |
| 151 | Reverse Words in a String | Medium | |
| 155 | Min Stack | Medium | |
| 167 | Two Sum II - Input Array Is Sorted | Medium | |
| 175 | Combine Two Tables | Easy | |
| 179 | Largest Number | Medium | |
| 198 | House Robber | Medium | |
| 202 | Happy Number | Easy | |
| 204 | Count Primes | Medium | |
| 207 | Course Schedule | Medium | |
| 215 | Kth Largest Element in an Array | Medium | |
| 217 | Contains Duplicate | Easy | |
| 221 | Maximal Square | Medium | |
| 224 | Basic Calculator | Hard | |
| 231 | Power of Two | Easy | |
| 234 | Palindrome Linked List | Easy | |
| 238 | Product of Array Except Self | Medium | |
| 239 | Sliding Window Maximum | Hard | |
| 300 | Longest Increasing Subsequence | Medium | |
| 322 | Coin Change | Medium | |
| 345 | Reverse Vowels of a String | Easy | |
| 349 | Intersection of Two Arrays | Easy | |
| 354 | Russian Doll Envelopes | Hard | |
| 380 | Insert Delete GetRandom O(1) | Medium | |
| 424 | Longest Repeating Character Replacement | Medium | |
| 485 | Max Consecutive Ones | Easy | |
| 493 | Reverse Pairs | Hard | |
| 503 | Next Greater Element II | Medium | |
| 540 | Single Element in a Sorted Array | Medium | |
| 543 | Diameter of Binary Tree | Easy | |
| 643 | Maximum Average Subarray I | Easy | |
| 739 | Daily Temperatures | Medium | |
| 843 | Guess the Word | Hard | |
| 852 | Peak Index in a Mountain Array | Medium | |
| 876 | Middle of the Linked List | Easy | |
| 528 | Random Pick with Weight | Medium | |
| 907 | Sum of Subarray Minimums | Medium | |
| 912 | Sort an Array | Medium | |
| 939 | Minimum Area Rectangle | Medium | |
| 509 | Fibonacci Number | Easy | |
| 1004 | Max Consecutive Ones III | Medium | |
| 1011 | Capacity To Ship Packages Within D Days | Medium | |
| 1148 | Article Views I | Easy | |
| 1944 | Number of Visible People in a Queue | Hard | |
| 1207 | Unique Number of Occurrences | Easy | |
| 1480 | Running Sum of 1d Array | Easy | |
| 1752 | Check if Array Is Sorted and Rotated | Easy | |
| 2995 | Viewers Turned Streamers | Hard | |
| 3355 | Zero Array Transformation I | Medium | |
| 3453 | Separate Squares I | Medium | |
| 3625 | Count Number of Trapezoids II | Hard | |
| 3623 | Count Number of Trapezoids I | Medium | |
| 12 | Integer to Roman | Medium | |
| 64 | Minimum Path Sum | Medium | |
| 74 | Search a 2D Matrix | Medium | |
| 77 | Combinations | Medium | |
| 101 | Symmetric Tree | Easy | |
| 114 | Flatten Binary Tree to Linked List | Medium | |
| 133 | Clone Graph | Medium | |
| 138 | Copy List with Random Pointer | Medium | |
| 166 | Fraction to Recurring Decimal | Medium | |
| 199 | Binary Tree Right Side View | Medium | |
| 212 | Word Search II | Hard | |
| 214 | Shortest Palindrome | Hard | |
| 218 | The Skyline Problem | Hard | |
| 225 | Implement Stack using Queues | Easy | |
| 230 | Kth Smallest Element in a BST | Medium | |
| 249 | Group Shifted Strings | Medium | |
| 257 | Binary Tree Paths | Easy | |
| 305 | Number of Islands II | Hard | |
| 309 | Best Time to Buy and Sell Stock with Cooldown | Medium | |
| 315 | Count of Smaller Numbers After Self | Hard | |
| 326 | Power of Three | Easy | |
| 332 | Reconstruct Itinerary | Hard | |
| 344 | Reverse String | Easy | |
| 346 | Moving Average from Data Stream | Easy | |
| 351 | Android Unlock Patterns | Medium | |
| 368 | Largest Divisible Subset | Medium | |
| 377 | Combination Sum IV | Medium | |
| 382 | Linked List Random Node | Medium | |
| 387 | First Unique Character in a String | Easy | |
| 389 | Find the Difference | Easy | |
| 399 | Evaluate Division | Medium | |
| 407 | Trapping Rain Water II | Hard | |
| 415 | Add Strings | Easy | |
| 444 | Sequence Reconstruction | Medium | |
| 494 | Target Sum | Medium | |
| 496 | Next Greater Element I | Easy | |
| 541 | Reverse String II | Easy | |
| 581 | Shortest Unsorted Continuous Subarray | Medium | |
| 636 | Exclusive Time of Functions | Medium | |
| 645 | Set Mismatch | Easy | |
| 670 | Maximum Swap | Medium | |
| 679 | 24 Game | Hard | |
| 680 | Valid Palindrome II | Easy | |
| 686 | Repeated String Match | Medium | |
| 692 | Top K Frequent Words | Medium | |
| 743 | Network Delay Time | Medium | |
| 746 | Min Cost Climbing Stairs | Easy | |
| 787 | Cheapest Flights Within K Stops | Medium | |
| 796 | Rotate String | Easy | |
| 799 | Champagne Tower | Medium | |
| 815 | Bus Routes | Hard | |
| 834 | Sum of Distances in Tree | Hard | |
| 841 | Keys and Rooms | Medium | |
| 847 | Shortest Path Visiting All Nodes | Hard | |
| 930 | Binary Subarrays With Sum | Medium | |
| 975 | Odd Even Jump | Hard | |
| 1143 | Longest Common Subsequence | Medium | |
| 1331 | Rank Transform of an Array | Easy | |
| 2226 | Maximum Candies Allocated to K Children | Medium | |
| 1254 | Number of Closed Islands | Medium | |
| 1368 | Minimum Cost to Make at Least One Valid Path in a Grid | Hard | |
| 1438 | Longest Continuous Subarray With Absolute Diff Less Than or Equal to Limit | Medium | |
| 1672 | Richest Customer Wealth | Easy | |
| 1769 | Minimum Number of Operations to Move All Balls to Each Box | Medium | |
| 2013 | Detect Squares | Medium | |
| 2035 | Partition Array Into Two Arrays to Minimize Sum Difference | Hard | |
| 2101 | Detonate the Maximum Bombs | Medium | |
| 2115 | Find All Possible Recipes from Given Supplies | Medium | |
| 2188 | Minimum Time to Finish the Race | Hard | |
| 2203 | Minimum Weighted Subgraph With the Required Paths | Hard | |
| 2337 | Move Pieces to Obtain a String | Medium | |
| 2332 | The Latest Time to Catch a Bus | Medium | |
| 2349 | Design a Number Container System | Medium | |
| 2458 | Height of Binary Tree After Subtree Removal Queries | Hard | |
| 2663 | Lexicographically Smallest Beautiful String | Hard | |
| 2620 | Counter | Easy | |
| 2812 | Find the Safest Path in a Grid | Medium | |
| 2981 | Find Longest Special Substring That Occurs Thrice I | Medium | |
| 3169 | Count Days Without Meetings | Medium | |
| 3217 | Delete Nodes From Linked List Present in Array | Medium | |
| 1922 | Count Good Numbers | Medium | |
| 24 | Swap Nodes in Pairs | Medium | |
| 29 | Divide Two Integers | Medium | |
| 30 | Substring with Concatenation of All Words | Hard | |
| 32 | Longest Valid Parentheses | Hard | |
| 38 | Count and Say | Medium | |
| 40 | Combination Sum II | Medium | |
| 43 | Multiply Strings | Medium | |
| 60 | Permutation Sequence | Hard | |
| 71 | Simplify Path | Medium | |
| 76 | Minimum Window Substring | Hard | |
| 79 | Word Search | Medium | |
| 80 | Remove Duplicates from Sorted Array II | Medium | |
| 81 | Search in Rotated Sorted Array II | Medium | |
| 83 | Remove Duplicates from Sorted List | Easy | |
| 86 | Partition List | Medium | |
| 92 | Reverse Linked List II | Medium | |
| 94 | Binary Tree Inorder Traversal | Easy | |
| 98 | Validate Binary Search Tree | Medium | |
| 99 | Recover Binary Search Tree | Medium | |
| 102 | Binary Tree Level Order Traversal | Medium | |
| 103 | Binary Tree Zigzag Level Order Traversal | Medium | |
| 104 | Maximum Depth of Binary Tree | Easy | |
| 105 | Construct Binary Tree from Preorder and Inorder Traversal | Medium | |
| 108 | Convert Sorted Array to Binary Search Tree | Easy | |
| 110 | Balanced Binary Tree | Easy | |
| 120 | Triangle | Medium | |
| 127 | Word Ladder | Hard | |
| 130 | Surrounded Regions | Medium | |
| 134 | Gas Station | Medium | |
| 137 | Single Number II | Medium | |
| 142 | Linked List Cycle II | Medium | |
| 143 | Reorder List | Medium | |
| 148 | Sort List | Medium | |
| 150 | Evaluate Reverse Polish Notation | Medium | |
| 153 | Find Minimum in Rotated Sorted Array | Medium | |
| 160 | Intersection of Two Linked Lists | Easy | |
| 168 | Excel Sheet Column Title | Easy | |
| 180 | Consecutive Numbers | Medium | |
| 181 | Employees Earning More Than Their Managers | Easy | |
| 197 | Rising Temperature | Easy | |
| 208 | Implement Trie (Prefix Tree) | Medium | |
| 209 | Minimum Size Subarray Sum | Medium | |
| 210 | Course Schedule II | Medium | |
| 213 | House Robber II | Medium | |
| 2149 | Rearrange Array Elements by Sign | Medium | |
| 226 | Invert Binary Tree | Easy | |
| 228 | Summary Ranges | Easy | |
| 229 | Majority Element II | Medium | |
| 232 | Implement Queue using Stacks | Easy | |
| 236 | Lowest Common Ancestor of a Binary Tree | Medium | |
| 237 | Delete Node in a Linked List | Medium | |
| 240 | Search a 2D Matrix II | Medium | |
| 258 | Add Digits | Easy | |
| 269 | Alien Dictionary | Hard | |
| 271 | Encode and Decode Strings | Medium | |
| 273 | Integer to English Words | Hard | |
| 274 | H-Index | Medium | |
| 278 | First Bad Version | Easy | |
| 279 | Perfect Squares | Medium | |
| 282 | Expression Add Operators | Hard | |
| 297 | Serialize and Deserialize Binary Tree | Hard | |
| 303 | Range Sum Query - Immutable | Easy | |
| 312 | Burst Balloons | Hard | |
| 316 | Remove Duplicate Letters | Medium | |
| 328 | Odd Even Linked List | Medium | |
| 329 | Longest Increasing Path in a Matrix | Hard | |
| 362 | Design Hit Counter | Medium | |
| 371 | Sum of Two Integers | Medium | |
| 373 | Find K Pairs with Smallest Sums | Medium | |
| 383 | Ransom Note | Easy | |
| 392 | Is Subsequence | Easy | |
| 400 | Nth Digit | Medium | |
| 409 | Longest Palindrome | Easy | |
| 412 | Fizz Buzz | Easy | |
| 417 | Pacific Atlantic Water Flow | Medium | |
| 421 | Maximum XOR of Two Numbers in an Array | Medium | |
| 2402 | Meeting Rooms III | Hard | |
| 438 | Find All Anagrams in a String | Medium | |
| 442 | Find All Duplicates in an Array | Medium | |
| 443 | String Compression | Medium | |
| 451 | Sort Characters By Frequency | Medium | |
| 455 | Assign Cookies | Easy | |
| 459 | Repeated Substring Pattern | Easy | |
| 460 | LFU Cache | Hard | |
| 486 | Predict the Winner | Medium | |
| 498 | Diagonal Traverse | Medium | |
| 518 | Coin Change II | Medium | |
| 525 | Contiguous Array | Medium | |
| 542 | 01 Matrix | Medium | |
| 547 | Number of Provinces | Medium | |
| 567 | Permutation in String | Medium | |
| 570 | Managers with at Least 5 Direct Reports | Medium | |
| 577 | Employee Bonus | Easy | |
| 584 | Find Customer Referee | Easy | |
| 595 | Big Countries | Easy | |
| 605 | Can Place Flowers | Easy | |
| 621 | Task Scheduler | Medium | |
| 647 | Palindromic Substrings | Medium | |
| 652 | Find Duplicate Subtrees | Medium | |
| 658 | Find K Closest Elements | Medium | |
| 684 | Redundant Connection | Medium | |
| 695 | Max Area of Island | Medium | |
| 715 | Range Module | Hard | |
| 721 | Accounts Merge | Medium | |
| 735 | Asteroid Collision | Medium | |
| 767 | Reorganize String | Medium | |
| 703 | Kth Largest Element in a Stream | Easy | |
| 777 | Swap Adjacent in LR String | Medium | |
| 778 | Swim in Rising Water | Hard | |
| 790 | Domino and Tromino Tiling | Medium | |
| 792 | Number of Matching Subsequences | Medium | |
| 802 | Find Eventual Safe States | Medium | |
| 2762 | Continuous Subarrays | Medium | |
| 808 | Soup Servings | Medium | |
| 818 | Race Car | Hard | |
| 832 | Flipping an Image | Easy | |
| 833 | Find And Replace in String | Medium | |
| 844 | Backspace String Compare | Easy | |
| 853 | Car Fleet | Medium | |
| 867 | Transpose Matrix | Easy | |
| 901 | Online Stock Span | Medium | |
| 962 | Maximum Width Ramp | Medium | |
| 963 | Minimum Area Rectangle II | Medium | |
| 2877 | Create a DataFrame from List | Easy | |
| 977 | Squares of a Sorted Array | Easy | |
| 987 | Vertical Order Traversal of a Binary Tree | Hard | |
| 992 | Subarrays with K Different Integers | Hard | |
| 1021 | Remove Outermost Parentheses | Easy | |
| 1071 | Greatest Common Divisor of Strings | Easy | |
| 1091 | Shortest Path in Binary Matrix | Medium | |
| 1110 | Delete Nodes And Return Forest | Medium | |
| 1146 | Snapshot Array | Medium | |
| 3110 | Score of a String | Easy | |
| 1251 | Average Selling Price | Easy | |
| 1277 | Count Square Submatrices with All Ones | Medium | |
| 1293 | Shortest Path in a Grid with Obstacles Elimination | Hard | |
| 1280 | Students and Examinations | Easy | |
| 1381 | Design a Stack With Increment Operation | Medium | |
| 1378 | Replace Employee ID With The Unique Identifier | Easy | |
| 1423 | Maximum Points You Can Obtain from Cards | Medium | |
| 1470 | Shuffle the Array | Easy | |
| 1482 | Minimum Number of Days to Make m Bouquets | Medium | |
| 1539 | Kth Missing Positive Number | Easy | |
| 1581 | Customer Who Visited but Did Not Make Any Transactions | Easy | |
| 1631 | Path With Minimum Effort | Medium | |
| 1661 | Average Time of Process per Machine | Easy | |
| 1825 | Finding MK Average | Hard | |
| 1834 | Single-Threaded CPU | Medium | |
| 1838 | Frequency of the Most Frequent Element | Medium | |
| 263 | Ugly Number | Easy | |
| 724 | Find Pivot Index | Easy | |
| 3318 | Find X-Sum of All K-Long Subarrays I | Easy | |
| 3024 | Type of Triangle | Easy | |
| 2965 | Find Missing and Repeated Values | Easy | |
| 3356 | Zero Array Transformation II | Medium | |
| 3481 | Apply Substitutions | Medium | |
| 3532 | Path Existence Queries in a Graph I | Medium | |
| 3646 | Next Special Palindrome Number | Hard | |
| 1502 | Can Make Arithmetic Progression From Sequence | Easy | |
| 52 | N-Queens II | Hard | |
| 59 | Spiral Matrix II | Medium | |
| 82 | Remove Duplicates from Sorted List II | Medium | |
| 87 | Scramble String | Hard | |
| 111 | Minimum Depth of Binary Tree | Easy | |
| 116 | Populating Next Right Pointers in Each Node | Medium | |
| 145 | Binary Tree Postorder Traversal | Easy | |
| 154 | Find Minimum in Rotated Sorted Array II | Hard | |
| 158 | Read N Characters Given read4 II - Call Multiple Times | Hard | |
| 159 | Longest Substring with At Most Two Distinct Characters | Medium | |
| 163 | Missing Ranges | Easy | |
| 172 | Factorial Trailing Zeroes | Medium | |
| 178 | Rank Scores | Medium | |
| 188 | Best Time to Buy and Sell Stock IV | Hard | |
| 227 | Basic Calculator II | Medium | |
| 233 | Number of Digit One | Hard | |
| 235 | Lowest Common Ancestor of a Binary Search Tree | Medium | |
| 246 | Strobogrammatic Number | Easy | |
| 251 | Flatten 2D Vector | Medium | |
| 259 | 3Sum Smaller | Medium | |
| 261 | Graph Valid Tree | Medium | |
| 266 | Palindrome Permutation | Easy | |
| 272 | Closest Binary Search Tree Value II | Hard | |
| 276 | Paint Fence | Medium | |
| 280 | Wiggle Sort | Medium | |
| 281 | Zigzag Iterator | Medium | |
| 284 | Peeking Iterator | Medium | |
| 286 | Walls and Gates | Medium | |
| 288 | Unique Word Abbreviation | Medium | |
| 289 | Game of Life | Medium | |
| 290 | Word Pattern | Easy | |
| 293 | Flip Game | Easy | |
| 294 | Flip Game II | Medium | |
| 313 | Super Ugly Number | Medium | |
| 314 | Binary Tree Vertical Order Traversal | Medium | |
| 317 | Shortest Distance from All Buildings | Hard | |
| 319 | Bulb Switcher | Medium | |
| 320 | Generalized Abbreviation | Medium | |
| 321 | Create Maximum Number | Hard | |
| 323 | Number of Connected Components in an Undirected Graph | Medium | |
| 324 | Wiggle Sort II | Medium | |
| 327 | Count of Range Sum | Hard | |
| 331 | Verify Preorder Serialization of a Binary Tree | Medium | |
| 337 | House Robber III | Medium | |
| 340 | Longest Substring with At Most K Distinct Characters | Medium | |
| 342 | Power of Four | Easy | |
| 348 | Design Tic-Tac-Toe | Medium | |
| 353 | Design Snake Game | Medium | |
| 356 | Line Reflection | Medium | |
| 357 | Count Numbers with Unique Digits | Medium | |
| 358 | Rearrange String k Distance Apart | Hard | |
| 360 | Sort Transformed Array | Medium | |
| 361 | Bomb Enemy | Medium | |
| 363 | Max Sum of Rectangle No Larger Than K | Hard | |
| 366 | Find Leaves of Binary Tree | Medium | |
| 369 | Plus One Linked List | Medium | |
| 370 | Range Addition | Medium | |
| 374 | Guess Number Higher or Lower | Easy | |
| 378 | Kth Smallest Element in a Sorted Matrix | Medium | |
| 391 | Perfect Rectangle | Hard | |
| 393 | UTF-8 Validation | Medium | |
| 397 | Integer Replacement | Medium | |
| 401 | Binary Watch | Easy | |
| 403 | Frog Jump | Hard | |
| 408 | Valid Word Abbreviation | Easy | |
| 411 | Minimum Unique Word Abbreviation | Hard | |
| 418 | Sentence Screen Fitting | Medium | |
| 422 | Valid Word Square | Easy | |
| 425 | Word Squares | Hard | |
| 437 | Path Sum III | Medium | |
| 465 | Optimal Account Balancing | Hard | |
| 469 | Convex Polygon | Medium | |
| 471 | Encode String with Shortest Length | Hard | |
| 474 | Ones and Zeroes | Medium | |
| 480 | Sliding Window Median | Hard | |
| 481 | Magical String | Medium | |
| 483 | Smallest Good Base | Hard | |
| 484 | Find Permutation | Medium | |
| 487 | Max Consecutive Ones II | Medium | |
| 490 | The Maze | Medium | |
| 501 | Find Mode in Binary Search Tree | Easy | |
| 505 | The Maze II | Medium | |
| 2031 | Count Subarrays With More Ones Than Zeros | Medium | |
| 1059 | All Paths from Source Lead to Destination | Medium | |
| 514 | Freedom Trail | Hard | |
| 520 | Detect Capital | Easy | |
| 521 | Longest Uncommon Subsequence I | Easy | |
| 524 | Longest Word in Dictionary through Deleting | Medium | |
| 527 | Word Abbreviation | Hard | |
| 530 | Minimum Absolute Difference in BST | Easy | |
| 531 | Lonely Pixel I | Medium | |
| 533 | Lonely Pixel II | Medium | |
| 535 | Encode and Decode TinyURL | Medium | |
| 544 | Output Contest Matches | Medium | |
| 545 | Boundary of Binary Tree | Medium | |
| 549 | Binary Tree Longest Consecutive Sequence II | Medium | |
| 551 | Student Attendance Record I | Easy | |
| 552 | Student Attendance Record II | Hard | |
| 562 | Longest Line of Consecutive One in Matrix | Medium | |
| 568 | Maximum Vacation Days | Hard | |
| 569 | Median Employee Salary | Hard | |
| 572 | Subtree of Another Tree | Easy | |
| 583 | Delete Operation for Two Strings | Medium | |
| 604 | Design Compressed String Iterator | Easy | |
| 633 | Sum of Square Numbers | Medium | |
| 638 | Shopping Offers | Medium | |
| 644 | Maximum Average Subarray II | Hard | |
| 651 | 4 Keys Keyboard | Medium | |
| 656 | Coin Path | Hard | |
| 657 | Robot Return to Origin | Easy | |
| 665 | Non-decreasing Array | Medium | |
| 667 | Beautiful Arrangement II | Medium | |
| 668 | Kth Smallest Number in Multiplication Table | Hard | |
| 673 | Number of Longest Increasing Subsequence | Medium | |
| 676 | Implement Magic Dictionary | Medium | |
| 678 | Valid Parenthesis String | Medium | |
| 682 | Baseball Game | Easy | |
| 683 | K Empty Slots | Hard | |
| 687 | Longest Univalue Path | Medium | |
| 689 | Maximum Sum of 3 Non-Overlapping Subarrays | Hard | |
| 698 | Partition to K Equal Sum Subsets | Medium | |
| 713 | Subarray Product Less Than K | Medium | |
| 719 | Find K-th Smallest Pair Distance | Hard | |
| 727 | Minimum Window Subsequence | Hard | |
| 731 | My Calendar II | Medium | |
| 732 | My Calendar III | Hard | |
| 734 | Sentence Similarity | Easy | |
| 737 | Sentence Similarity II | Medium | |
| 747 | Largest Number At Least Twice of Others | Easy | |
| 748 | Shortest Completing Word | Easy | |
| 753 | Cracking the Safe | Hard | |
| 756 | Pyramid Transition Matrix | Medium | |
| 758 | Bold Words in String | Medium | |
| 760 | Find Anagram Mappings | Easy | |
| 430 | Flatten a Multilevel Doubly Linked List | Medium | |
| 768 | Max Chunks To Make Sorted II | Hard | |
| 769 | Max Chunks To Make Sorted | Medium | |
| 701 | Insert into a Binary Search Tree | Medium | |
| 772 | Basic Calculator III | Hard | |
| 702 | Search in a Sorted Array of Unknown Size | Medium | |
| 774 | Minimize Max Distance to Gas Station | Hard | |
| 779 | K-th Symbol in Grammar | Medium | |
| 782 | Transform to Chessboard | Hard | |
| 783 | Minimum Distance Between BST Nodes | Easy | |
| 788 | Rotated Digits | Medium | |
| 789 | Escape The Ghosts | Medium | |
| 800 | Similar RGB Color | Easy | |
| 803 | Bricks Falling When Hit | Hard | |
| 809 | Expressive Words | Medium | |
| 812 | Largest Triangle Area | Easy | |
| 813 | Largest Sum of Averages | Medium | |
| 816 | Ambiguous Coordinates | Medium | |
| 817 | Linked List Components | Medium | |
| 708 | Insert into a Sorted Circular Linked List | Medium | |
| 830 | Positions of Large Groups | Easy | |
| 835 | Image Overlap | Medium | |
| 489 | Robot Room Cleaner | Hard | |
| 838 | Push Dominoes | Medium | |
| 839 | Similar String Groups | Hard | |
| 840 | Magic Squares In Grid | Medium | |
| 845 | Longest Mountain in Array | Medium | |
| 849 | Maximize Distance to Closest Person | Medium | |
| 854 | K-Similar Strings | Hard | |
| 855 | Exam Room | Medium | |
| 857 | Minimum Cost to Hire K Workers | Hard | |
| 863 | All Nodes Distance K in Binary Tree | Medium | |
| 710 | Random Pick with Blacklist | Hard | |
| 519 | Random Flip Matrix | Medium | |
| 881 | Boats to Save People | Medium | |
| 889 | Construct Binary Tree from Preorder and Postorder Traversal | Medium | |
| 894 | All Possible Full Binary Trees | Medium | |
| 906 | Super Palindromes | Hard | |
| 911 | Online Election | Medium | |
| 913 | Cat and Mouse | Hard | |
| 914 | X of a Kind in a Deck of Cards | Easy | |
| 916 | Word Subsets | Medium | |
| 919 | Complete Binary Tree Inserter | Medium | |
| 921 | Minimum Add to Make Parentheses Valid | Medium | |
| 926 | Flip String to Monotone Increasing | Medium | |
| 929 | Unique Email Addresses | Easy | |
| 931 | Minimum Falling Path Sum | Medium | |
| 932 | Beautiful Array | Medium | |
| 935 | Knight Dialer | Medium | |
| 942 | DI String Match | Easy | |
| 944 | Delete Columns to Make Sorted | Easy | |
| 947 | Most Stones Removed with Same Row or Column | Medium | |
| 948 | Bag of Tokens | Medium | |
| 951 | Flip Equivalent Binary Trees | Medium | |
| 952 | Largest Component Size by Common Factor | Hard | |
| 954 | Array of Doubled Pairs | Medium | |
| 955 | Delete Columns to Make Sorted II | Medium | |
| 960 | Delete Columns to Make Sorted III | Hard | |
| 997 | Find the Town Judge | Easy | |
| 1007 | Minimum Domino Rotations For Equal Row | Medium | |
| 1055 | Shortest Way to Form String | Medium | |
| 1057 | Campus Bikes | Medium | |
| 1012 | Numbers With Repeated Digits | Hard | |
| 1014 | Best Sightseeing Pair | Medium | |
| 1015 | Smallest Integer Divisible by K | Medium | |
| 1016 | Binary String With Substrings Representing 1 To N | Medium | |
| 1066 | Campus Bikes II | Medium | |
| 1056 | Confusing Number | Easy | |
| 1087 | Brace Expansion | Medium | |
| 1088 | Confusing Number II | Hard | |
| 1023 | Camelcase Matching | Medium | |
| 1024 | Video Stitching | Medium | |
| 1025 | Divisor Game | Easy | |
| 1027 | Longest Arithmetic Subsequence | Medium | |
| 1032 | Stream of Characters | Hard | |
| 1037 | Valid Boomerang | Easy | |
| 1161 | Maximum Level Sum of a Binary Tree | Medium | |
| 1121 | Divide Array Into Increasing Sequences | Hard | |
| 1043 | Partition Array for Maximum Sum | Medium | |
| 1044 | Longest Duplicate Substring | Hard | |
| 1165 | Single-Row Keyboard | Easy | |
| 1153 | String Transforms Into Another String | Hard | |
| 1167 | Minimum Cost to Connect Sticks | Medium | |
| 1048 | Longest String Chain | Medium | |
| 1182 | Shortest Distance to Target Color | Medium | |
| 1197 | Minimum Knight Moves | Medium | |
| 1168 | Optimize Water Distribution in a Village | Hard | |
| 1068 | Product Sales Analysis I | Easy | |
| 1078 | Occurrences After Bigram | Easy | |
| 1081 | Smallest Subsequence of Distinct Characters | Medium | |
| 1079 | Letter Tile Possibilities | Medium | |
| 1199 | Minimum Time to Build Blocks | Hard | |
| 1090 | Largest Values From Labels | Medium | |
| 1245 | Tree Diameter | Medium | |
| 1095 | Find in Mountain Array | Hard | |
| 1096 | Brace Expansion II | Hard | |
| 1231 | Divide Chocolate | Hard | |
| 1105 | Filling Bookcase Shelves | Medium | |
| 1272 | Remove Interval | Medium | |
| 1114 | Print in Order | Easy | |
| 1619 | Mean of Array After Removing Some Elements | Easy | |
| 1286 | Iterator for Combination | Medium | |
| 1287 | Element Appearing More Than 25% In Sorted Array | Easy | |
| 1289 | Minimum Falling Path Sum II | Hard | |
| 1300 | Sum of Mutated Array Closest to Target | Medium | |
| 1138 | Alphabet Board Path | Medium | |
| 1313 | Decompress Run-Length Encoded List | Easy | |
| 1314 | Matrix Block Sum | Medium | |
| 1316 | Distinct Echo Substrings | Hard | |
| 1144 | Decrease Elements To Make Array Zigzag | Medium | |
| 1145 | Binary Tree Coloring Game | Medium | |
| 1147 | Longest Chunked Palindrome Decomposition | Hard | |
| 1302 | Deepest Leaves Sum | Medium | |
| 1632 | Rank Transform of a Matrix | Hard | |
| 1170 | Compare Strings by Frequency of the Smallest Character | Medium | |
| 1184 | Distance Between Bus Stops | Easy | |
| 1483 | Kth Ancestor of a Tree Node | Hard | |
| 2079 | Watering Plants | Medium | |
| 1706 | Where Will the Ball Fall | Medium | |
| 1206 | Design Skiplist | Hard | |
| 1233 | Remove Sub-Folders from the Filesystem | Medium | |
| 1240 | Tiling a Rectangle with the Fewest Squares | Hard | |
| 1726 | Tuple with Same Product | Medium | |
| 1249 | Minimum Remove to Make Valid Parentheses | Medium | |
| 1618 | Maximum Font to Fit a Sentence in a Screen | Medium | |
| 1261 | Find Elements in a Contaminated Binary Tree | Medium | |
| 2215 | Find the Difference of Two Arrays | Easy | |
| 2218 | Maximum Value of K Coins From Piles | Hard | |
| 2304 | Minimum Path Cost in a Grid | Medium | |
| 1267 | Count Servers that Communicate | Medium | |
| 1269 | Number of Ways to Stay in the Same Place After Some Steps | Hard | |
| 1270 | All People Report to the Given Manager | Medium | |
| 1283 | Find the Smallest Divisor Given a Threshold | Medium | |
| 1292 | Maximum Side Length of a Square with Sum Less than or Equal to Threshold | Medium | |
| 1320 | Minimum Distance to Type a Word Using Two Fingers | Hard | |
| 1342 | Number of Steps to Reduce a Number to Zero | Easy | |
| 1345 | Jump Game IV | Hard | |
| 1358 | Number of Substrings Containing All Three Characters | Medium | |
| 1346 | Check If N and Its Double Exist | Easy | |
| 1351 | Count Negative Numbers in a Sorted Matrix | Easy | |
| 1352 | Product of the Last K Numbers | Medium | |
| 1366 | Rank Teams by Votes | Medium | |
| 1387 | Sort Integers by The Power Value | Medium | |
| 1388 | Pizza With 3n Slices | Hard | |
| 1401 | Circle and Rectangle Overlapping | Medium | |
| 1392 | Longest Happy Prefix | Hard | |
| 1414 | Find the Minimum Number of Fibonacci Numbers Whose Sum Is K | Medium | |
| 1406 | Stone Game III | Hard | |
| 1422 | Maximum Score After Splitting a String | Easy | |
| 1424 | Diagonal Traverse II | Medium | |
| 1447 | Simplified Fractions | Medium | |
| 1449 | Form Largest Integer With Digits That Add up to Target | Hard | |
| 1441 | Build an Array With Stack Operations | Medium | |
| 1444 | Number of Ways of Cutting a Pizza | Hard | |
| 1461 | Check If a String Contains All Binary Codes of Size K | Medium | |
| 1452 | People Whose List of Favorite Companies Is Not a Subset of Another List | Medium | |
| 1477 | Find Two Non-overlapping Sub-arrays Each With Target Sum | Medium | |
| 1471 | The k Strongest Values in an Array | Medium | |
| 1493 | Longest Subarray of 1's After Deleting One Element | Medium | |
| 1494 | Parallel Courses II | Hard | |
| 1508 | Range Sum of Sorted Subarray Sums | Medium | |
| 1498 | Number of Subsequences That Satisfy the Given Sum Condition | Medium | |
| 1499 | Max Value of Equation | Hard | |
| 1503 | Last Moment Before All Ants Fall Out of a Plank | Medium | |
| 1504 | Count Submatrices With All Ones | Medium | |
| 1525 | Number of Good Ways to Split a String | Medium | |
| 1513 | Number of Substrings With Only 1s | Medium | |
| 1546 | Maximum Number of Non-Overlapping Subarrays With Sum Equals Target | Medium | |
| 1506 | Find Root of N-Ary Tree | Medium | |
| 1530 | Number of Good Leaf Nodes Pairs | Medium | |
| 1516 | Move Sub-Tree of N-Ary Tree | Hard | |
| 1557 | Minimum Number of Vertices to Reach All Nodes | Medium | |
| 1544 | Make The String Great | Easy | |
| 1553 | Minimum Number of Days to Eat N Oranges | Hard | |
| 1538 | Guess the Majority in a Hidden Array | Medium | |
| 1562 | Find Latest Group of Size M | Medium | |
| 1548 | The Most Similar Path in a Graph | Hard | |
| 1569 | Number of Ways to Reorder Array to Get Same BST | Hard | |
| 1591 | Strange Printer II | Hard | |
| 1564 | Put Boxes Into the Warehouse I | Medium | |
| 1584 | Min Cost to Connect All Points | Medium | |
| 1585 | Check If String Is Transformable With Substring Sort Operations | Hard | |
| 1592 | Rearrange Spaces Between Words | Easy | |
| 1593 | Split a String Into the Max Number of Unique Substrings | Medium | |
| 1594 | Maximum Non Negative Product in a Matrix | Medium | |
| 1595 | Minimum Cost to Connect Two Groups of Points | Hard | |
| 1580 | Put Boxes Into the Warehouse II | Medium | |
| 1600 | Throne Inheritance | Medium | |
| 1728 | Cat and Mouse II | Hard | |
| 1622 | Fancy Sequence | Hard | |
| 1608 | Special Array With X Elements Greater Than or Equal X | Easy | |
| 1602 | Find Nearest Right Node in Binary Tree | Medium | |
| 1612 | Check If Two Expression Trees are Equivalent | Medium | |
| 1630 | Arithmetic Subarrays | Medium | |
| 1655 | Distribute Repeating Integers | Hard | |
| 1658 | Minimum Operations to Reduce X to Zero | Medium | |
| 1673 | Find the Most Competitive Subsequence | Medium | |
| 1660 | Correct a Binary Tree | Medium | |
| 1679 | Max Number of K-Sum Pairs | Medium | |
| 1703 | Minimum Adjacent Swaps for K Consecutive Ones | Hard | |
| 1666 | Change the Root of a Binary Tree | Medium | |
| 1697 | Checking Existence of Edge Length Limited Paths | Hard | |
| 1707 | Maximum XOR With an Element From Array | Hard | |
| 1692 | Count Ways to Distribute Candies | Hard | |
| 1713 | Minimum Operations to Make a Subsequence | Hard | |
| 1732 | Find the Highest Altitude | Easy | |
| 1722 | Minimize Hamming Distance After Swap Operations | Medium | |
| 1727 | Largest Submatrix With Rearrangements | Medium | |
| 1708 | Largest Subarray Length K | Easy | |
| 1736 | Latest Time by Replacing Hidden Digits | Easy | |
| 1737 | Change Minimum Characters to Satisfy One of Three Conditions | Medium | |
| 1738 | Find Kth Largest XOR Coordinate Value | Medium | |
| 1724 | Checking Existence of Edge Length Limited Paths II | Hard | |
| 1766 | Tree of Coprimes | Hard | |
| 1765 | Map of Highest Peak | Medium | |
| 1753 | Maximum Score From Removing Stones | Medium | |
| 1770 | Maximum Score from Performing Multiplication Operations | Hard | |
| 1774 | Closest Dessert Cost | Medium | |
| 1756 | Design Most Recently Used Queue | Medium | |
| 1786 | Number of Restricted Paths From First to Last Node | Medium | |
| 1767 | Find the Subtasks That Did Not Execute | Hard | |
| 1793 | Maximum Score of a Good Subarray | Hard | |
| 1813 | Sentence Similarity III | Medium | |
| 1815 | Maximum Number of Groups Getting Fresh Donuts | Hard | |
| 1807 | Evaluate the Bracket Pairs of a String | Medium | |
| 1806 | Minimum Number of Operations to Reinitialize a Permutation | Medium | |
| 1828 | Queries on Number of Points Inside a Circle | Medium | |
| 1794 | Count Pairs of Equal Substrings With Minimum Difference | Medium | |
| 1810 | Minimum Path Cost in a Hidden Grid | Medium | |
| 1821 | Find Customers With Positive Revenue this Year | Easy | |
| 1850 | Minimum Adjacent Swaps to Reach the Kth Smallest Number | Medium | |
| 1857 | Largest Color Value in a Directed Graph | Hard | |
| 1866 | Number of Ways to Rearrange Sticks With K Sticks Visible | Hard | |
| 1870 | Minimum Speed to Arrive on Time | Medium | |
| 1871 | Jump Game VII | Medium | |
| 1896 | Minimum Cost to Change the Final Value of Expression | Hard | |
| 1858 | Longest Word With All Prefixes | Medium | |
| 1883 | Minimum Skips to Arrive at Meeting On Time | Hard | |
| 1888 | Minimum Number of Flips to Make the Binary String Alternating | Medium | |
| 1899 | Merge Triplets to Form Target Triplet | Medium | |
| 1900 | The Earliest and Latest Rounds Where Players Compete | Hard | |
| 1874 | Minimize Product Sum of Two Arrays | Medium | |
| 1906 | Minimum Absolute Difference Queries | Medium | |
| 1915 | Number of Wonderful Substrings | Medium | |
| 1891 | Cutting Ribbons | Medium | |
| 1901 | Find a Peak Element II | Medium | |
| 1920 | Build Array from Permutation | Easy | |
| 1921 | Eliminate Maximum Number of Monsters | Medium | |
| 1943 | Describe the Painting | Medium | |
| 1930 | Unique Length-3 Palindromic Subsequences | Medium | |
| 1931 | Painting a Grid With Three Different Colors | Hard | |
| 1918 | Kth Smallest Subarray Sum | Medium | |
| 1940 | Longest Common Subsequence Between Sorted Arrays | Medium | |
| 1924 | Erect the Fence II | Hard | |
| 1970 | Last Day Where You Can Still Cross | Hard | |
| 1993 | Operations on Tree | Medium | |
| 1966 | Binary Searchable Numbers in an Unsorted Array | Medium | |
| 1987 | Number of Unique Good Subsequences | Hard | |
| 2007 | Find Original Array From Doubled Array | Medium | |
| 1996 | The Number of Weak Characters in the Game | Medium | |
| 2022 | Convert 1D Array Into 2D Array | Easy | |
| 2011 | Final Value of Variable After Performing Operations | Easy | |
| 2018 | Check if Word Can Be Placed In Crossword | Medium | |
| 2034 | Stock Price Fluctuation | Medium | |
| 2050 | Parallel Courses III | Hard | |
| 2059 | Minimum Operations to Convert Number | Medium | |
| 2088 | Count Fertile Pyramids in a Land | Hard | |
| 2076 | Process Restricted Friend Requests | Hard | |
| 2089 | Find Target Indices After Sorting Array | Easy | |
| 2092 | Find All People With Secret | Hard | |
| 2077 | Paths in Maze That Lead to Same Room | Medium | |
| 2114 | Maximum Number of Words Found in Sentences | Easy | |
| 2105 | Watering Plants II | Medium | |
| 2122 | Recover the Original Array | Hard | |
| 2126 | Destroying Asteroids | Medium | |
| 2135 | Count Words Obtained After Adding a Letter | Medium | |
| 2155 | All Divisions With the Highest Score of a Binary Array | Medium | |
| 2162 | Minimum Cost to Set Cooking Time | Medium | |
| 2128 | Remove All Ones With Row and Column Flips | Medium | |
| 2150 | Find All Lonely Numbers in the Array | Medium | |
| 2178 | Maximum Split of Positive Even Integers | Medium | |
| 2167 | Minimum Time to Remove All Cars Containing Illegal Goods | Hard | |
| 2172 | Maximum AND Sum of Array | Hard | |
| 2185 | Counting Words With a Given Prefix | Easy | |
| 2196 | Create Binary Tree From Descriptions | Medium | |
| 2209 | Minimum White Tiles After Covering With Carpets | Hard | |
| 2190 | Most Frequent Number Following Key In an Array | Easy | |
| 2174 | Remove All Ones With Row and Column Flips II | Medium | |
| 2200 | Find All K-Distant Indices in an Array | Easy | |
| 2255 | Count Prefixes of a Given String | Easy | |
| 2224 | Minimum Number of Operations to Convert Time | Easy | |
| 2267 | Check if There Is a Valid Parentheses String Path | Hard | |
| 2241 | Design an ATM Machine | Medium | |
| 2242 | Maximum Score of a Node Sequence | Hard | |
| 2271 | Maximum White Tiles Covered by a Carpet | Medium | |
| 2280 | Minimum Lines to Represent a Line Chart | Medium | |
| 2283 | Check if Number Has Equal Digit Count and Digit Value | Easy | |
| 2284 | Sender With Largest Word Count | Medium | |
| 2286 | Booking Concert Tickets in Groups | Hard | |
| 2237 | Count Positions on Street With Required Brightness | Medium | |
| 2296 | Design a Text Editor | Hard | |
| 2311 | Longest Binary Subsequence Less Than or Equal to K | Medium | |
| 2254 | Design Video Sharing Platform | Hard | |
| 2313 | Minimum Flips in Binary Tree to Get Result | Hard | |
| 2315 | Count Asterisks | Easy | |
| 2334 | Subarray With Elements Greater Than Varying Threshold | Hard | |
| 2351 | First Letter to Appear Twice | Easy | |
| 2348 | Number of Zero-Filled Subarrays | Medium | |
| 2350 | Shortest Impossible Sequence of Rolls | Hard | |
| 2363 | Merge Similar Items | Easy | |
| 2392 | Build a Matrix With Conditions | Hard | |
| 2345 | Finding the Number of Visible Mountains | Medium | |
| 2459 | Sort Array by Moving Items to Empty Space | Hard | |
| 2416 | Sum of Prefix Scores of Strings | Hard | |
| 2421 | Number of Good Paths | Hard | |
| 2371 | Minimize Maximum Value in a Grid | Hard | |
| 2424 | Longest Uploaded Prefix | Medium | |
| 2426 | Number of Pairs Satisfying Inequality | Hard | |
| 2435 | Paths in Matrix Whose Sum Is Divisible by K | Hard | |
| 2442 | Count Number of Distinct Integers After Reverse Operations | Medium | |
| 2446 | Determine if Two Events Have Conflict | Easy | |
| 2452 | Words Within Two Edits of Dictionary | Medium | |
| 2476 | Closest Nodes Queries in a Binary Search Tree | Medium | |
| 2478 | Number of Beautiful Partitions | Hard | |
| 2488 | Count Subarrays With Median K | Hard | |
| 2498 | Frog Jump II | Medium | |
| 2531 | Make Number of Distinct Characters Equal | Medium | |
| 2534 | Time Taken to Cross the Door | Hard | |
| 2536 | Increment Submatrices by One | Medium | |
| 2556 | Disconnect Path in a Binary Matrix by at Most One Flip | Medium | |
| 2510 | Check if There is a Path With Equal Number of 0's And 1's | Medium | |
| 2563 | Count the Number of Fair Pairs | Medium | |
| 2570 | Merge Two 2D Arrays by Summing Values | Easy | |
| 2601 | Prime Subtraction Operation | Medium | |
| 2621 | Sleep | Easy | |
| 2619 | Array Prototype Last | Easy | |
| 2698 | Find the Punishment Number of an Integer | Medium | |
| 2704 | To Be Or Not To Be | Easy | |
| 2689 | Extract Kth Character From The Rope Tree | Easy | |
| 2763 | Sum of Imbalance Numbers of All Subarrays | Hard | |
| 2728 | Count Houses in a Circular Street | Easy | |
| 2779 | Maximum Beauty of an Array After Applying Operation | Medium | |
| 2857 | Count Pairs of Points With Distance k | Medium | |
| 2817 | Minimum Absolute Difference Between Elements With Constraint | Medium | |
| 2851 | String Transformation | Hard | |
| 2849 | Determine if a Cell Is Reachable at a Given Time | Medium | |
| 2842 | Count K-Subsequences of a String With Maximum Beauty | Hard | |
| 2872 | Maximum Number of K-Divisible Components | Hard | |
| 2919 | Minimum Increment Operations to Make Array Beautiful | Medium | |
| 2923 | Find Champion I | Easy | |
| 2924 | Find Champion II | Medium | |
| 2925 | Maximum Score After Applying Operations on a Tree | Medium | |
| 2963 | Count the Number of Good Partitions | Hard | |
| 2936 | Number of Equal Numbers Blocks | Medium | |
| 2967 | Minimum Cost to Make Array Equalindromic | Medium | |
| 3007 | Maximum Number That Sum of the Prices Is Less Than or Equal to K | Medium | |
| 2966 | Divide Array Into Arrays With Max Difference | Medium | |
| 2982 | Find Longest Special Substring That Occurs Thrice II | Medium | |
| 3027 | Find the Number of Ways to Place People II | Hard | |
| 3025 | Find the Number of Ways to Place People I | Medium | |
| 3041 | Maximize Consecutive Elements in an Array After Modification | Hard | |
| 3044 | Most Frequent Prime | Medium | |
| 3047 | Find the Largest Area of Square Inside Two Rectangles | Medium | |
| 3114 | Latest Time You Can Obtain After Replacing Characters | Easy | |
| 3117 | Minimum Sum of Values by Dividing Array | Hard | |
| 3093 | Longest Common Suffix Queries | Hard | |
| 3137 | Minimum Number of Operations to Make Word K-Periodic | Medium | |
| 3153 | Sum of Digit Differences of All Pairs | Medium | |
| 3202 | Find the Maximum Length of Valid Subsequence II | Medium | |
| 1937 | Maximum Number of Points with Cost | Medium | |
| 1934 | Confirmation Rate | Medium | |
| 47 | Permutations II | Medium | |
| 63 | Unique Paths II | Medium | |
| 1971 | Find if Path Exists in Graph | Easy | |
| 1978 | Employees Whose Manager Left the Company | Easy | |
| 2025 | Maximum Number of Ways to Partition an Array | Hard | |
| 91 | Decode Ways | Medium | |
| 93 | Restore IP Addresses | Medium | |
| 95 | Unique Binary Search Trees II | Medium | |
| 96 | Unique Binary Search Trees | Medium | |
| 97 | Interleaving String | Medium | |
| 106 | Construct Binary Tree from Inorder and Postorder Traversal | Medium | |
| 109 | Convert Sorted List to Binary Search Tree | Medium | |
| 112 | Path Sum | Easy | |
| 113 | Path Sum II | Medium | |
| 115 | Distinct Subsequences | Hard | |
| 119 | Pascal's Triangle II | Easy | |
| 123 | Best Time to Buy and Sell Stock III | Hard | |
| 126 | Word Ladder II | Hard | |
| 129 | Sum Root to Leaf Numbers | Medium | |
| 2057 | Smallest Index With Equal Value | Easy | |
| 140 | Word Break II | Hard | |
| 144 | Binary Tree Preorder Traversal | Easy | |
| 149 | Max Points on a Line | Hard | |
| 2095 | Delete the Middle Node of a Linked List | Medium | |
| 173 | Binary Search Tree Iterator | Medium | |
| 174 | Dungeon Game | Hard | |
| 2103 | Rings and Rods | Easy | |
| 182 | Duplicate Emails | Easy | |
| 2104 | Sum of Subarray Ranges | Medium | |
| 187 | Repeated DNA Sequences | Medium | |
| 190 | Reverse Bits | Easy | |
| 191 | Number of 1 Bits | Easy | |
| 193 | Valid Phone Numbers | Easy | |
| 196 | Delete Duplicate Emails | Easy | |
| 203 | Remove Linked List Elements | Easy | |
| 211 | Design Add and Search Words Data Structure | Medium | |
| 222 | Count Complete Tree Nodes | Easy | |
| 241 | Different Ways to Add Parentheses | Medium | |
| 247 | Strobogrammatic Number II | Medium | |
| 2158 | Amount of New Area Painted Each Day | Hard | |
| 252 | Meeting Rooms | Easy | |
| 270 | Closest Binary Search Tree Value | Easy | |
| 2184 | Number of Ways to Build Sturdy Brick Wall | Medium | |
| 2251 | Number of Flowers in Full Bloom | Hard | |
| 2260 | Minimum Consecutive Cards to Pick Up | Medium | |
| 298 | Binary Tree Longest Consecutive Sequence | Medium | |
| 299 | Bulls and Cows | Medium | |
| 302 | Smallest Rectangle Enclosing Black Pixels | Hard | |
| 308 | Range Sum Query 2D - Mutable | Medium | |
| 310 | Minimum Height Trees | Medium | |
| 318 | Maximum Product of Word Lengths | Medium | |
| 2290 | Minimum Obstacle Removal to Reach Corner | Hard | |
| 330 | Patching Array | Hard | |
| 334 | Increasing Triplet Subsequence | Medium | |
| 336 | Palindrome Pairs | Hard | |
| 2236 | Root Equals Sum of Children | Easy | |
| 338 | Counting Bits | Easy | |
| 341 | Flatten Nested List Iterator | Medium | |
| 343 | Integer Break | Medium | |
| 2302 | Count Subarrays With Score Less Than K | Hard | |
| 350 | Intersection of Two Arrays II | Easy | |
| 365 | Water and Jug Problem | Medium | |
| 367 | Valid Perfect Square | Easy | |
| 2331 | Evaluate Boolean Binary Tree | Easy | |
| 375 | Guess Number Higher or Lower II | Medium | |
| 379 | Design Phone Directory | Medium | |
| 388 | Longest Absolute File Path | Medium | |
| 395 | Longest Substring with At Least K Repeating Characters | Medium | |
| 406 | Queue Reconstruction by Height | Medium | |
| 2373 | Largest Local Values in a Matrix | Easy | |
| 414 | Third Maximum Number | Easy | |
| 2401 | Longest Nice Subarray | Medium | |
| 435 | Non-overlapping Intervals | Medium | |
| 441 | Arranging Coins | Easy | |
| 447 | Number of Boomerangs | Medium | |
| 450 | Delete Node in a BST | Medium | |
| 456 | 132 Pattern | Medium | |
| 463 | Island Perimeter | Easy | |
| 475 | Heaters | Medium | |
| 2407 | Longest Increasing Subsequence II | Hard | |
| 2437 | Number of Valid Clock Times | Easy | |
| 482 | License Key Formatting | Easy | |
| 2461 | Maximum Sum of Distinct Subarrays With Length K | Medium | |
| 506 | Relative Ranks | Easy | |
| 516 | Longest Palindromic Subsequence | Medium | |
| 522 | Longest Uncommon Subsequence II | Medium | |
| 523 | Continuous Subarray Sum | Medium | |
| 526 | Beautiful Arrangement | Medium | |
| 539 | Minimum Time Difference | Medium | |
| 587 | Erect the Fence | Hard | |
| 610 | Triangle Judgement | Easy | |
| 616 | Add Bold Tag in String | Medium | |
| 620 | Not Boring Movies | Easy | |
| 642 | Design Search Autocomplete System | Hard | |
| 653 | Two Sum IV - Input is a BST | Easy | |
| 659 | Split Array into Consecutive Subsequences | Medium | |
| 662 | Maximum Width of Binary Tree | Medium | |
| 2616 | Minimize the Maximum Difference of Pairs | Medium | |
| 681 | Next Closest Time | Medium | |
| 685 | Redundant Connection II | Hard | |
| 2635 | Apply Transform Over Each Element in Array | Easy | |
| 726 | Number of Atoms | Hard | |
| 729 | My Calendar I | Medium | |
| 733 | Flood Fill | Easy | |
| 759 | Employee Free Time | Hard | |
| 2769 | Find the Maximum Achievable Number | Easy | |
| 765 | Couples Holding Hands | Hard | |
| 766 | Toeplitz Matrix | Easy | |
| 771 | Jewels and Stones | Easy | |
| 700 | Search in a Binary Search Tree | Easy | |
| 780 | Reaching Points | Hard | |
| 781 | Rabbits in Forest | Medium | |
| 785 | Is Graph Bipartite? | Medium | |
| 707 | Design Linked List | Medium | |
| 827 | Making A Large Island | Hard | |
| 622 | Design Circular Queue | Medium | |
| 837 | New 21 Game | Medium | |
| 846 | Hand of Straights | Medium | |
| 859 | Buddy Strings | Easy | |
| 862 | Shortest Subarray with Sum at Least K | Hard | |
| 864 | Shortest Path to Get All Keys | Hard | |
| 879 | Profitable Schemes | Hard | |
| 497 | Random Point in Non-overlapping Rectangles | Medium | |
| 887 | Super Egg Drop | Hard | |
| 896 | Monotonic Array | Easy | |
| 900 | RLE Iterator | Medium | |
| 905 | Sort Array By Parity | Easy | |
| 909 | Snakes and Ladders | Medium | |
| 917 | Reverse Only Letters | Easy | |
| 918 | Maximum Sum Circular Subarray | Medium | |
| 933 | Number of Recent Calls | Easy | |
| 934 | Shortest Bridge | Medium | |
| 938 | Range Sum of BST | Easy | |
| 941 | Valid Mountain Array | Easy | |
| 950 | Reveal Cards In Increasing Order | Medium | |
| 959 | Regions Cut By Slashes | Medium | |
| 973 | K Closest Points to Origin | Medium | |
| 974 | Subarray Sums Divisible by K | Medium | |
| 979 | Distribute Coins in Binary Tree | Medium | |
| 980 | Unique Paths III | Hard | |
| 981 | Time Based Key-Value Store | Medium | |
| 986 | Interval List Intersections | Medium | |
| 988 | Smallest String Starting From Leaf | Medium | |
| 1000 | Minimum Cost to Merge Stones | Hard | |
| 1008 | Construct Binary Search Tree from Preorder Traversal | Medium | |
| 1020 | Number of Enclaves | Medium | |
| 1136 | Parallel Courses | Medium | |
| 2863 | Maximum Length of Semi-Decreasing Subarrays | Medium | |
| 1046 | Last Stone Weight | Easy | |
| 1047 | Remove All Adjacent Duplicates In String | Easy | |
| 1089 | Duplicate Zeros | Easy | |
| 1092 | Shortest Common Supersequence | Hard | |
| 550 | Game Play Analysis IV | Medium | |
| 1094 | Car Pooling | Medium | |
| 1106 | Parsing A Boolean Expression | Hard | |
| 1108 | Defanging an IP Address | Easy | |
| 1137 | N-th Tribonacci Number | Easy | |
| 1141 | User Activity for the Past 30 Days I | Easy | |
| 1164 | Product Price at a Given Date | Medium | |
| 1174 | Immediate Food Delivery II | Medium | |
| 1192 | Critical Connections in a Network | Hard | |
| 1193 | Monthly Transactions I | Medium | |
| 1514 | Path with Maximum Probability | Medium | |
| 1218 | Longest Arithmetic Subsequence of Given Difference | Medium | |
| 1219 | Path with Maximum Gold | Medium | |
| 1211 | Queries Quality and Percentage | Easy | |
| 1235 | Maximum Profit in Job Scheduling | Hard | |
| 1237 | Find Positive Integer Solution for a Given Equation | Medium | |
| 1248 | Count Number of Nice Subarrays | Medium | |
| 1268 | Search Suggestions System | Medium | |
| 3174 | Clear Digits | Easy | |
| 1290 | Convert Binary Number in a Linked List to Integer | Easy | |
| 3196 | Maximize Total Cost of Alternating Subarrays | Medium | |
| 1296 | Divide Array in Sets of K Consecutive Numbers | Medium | |
| 2192 | All Ancestors of a Node in a Directed Acyclic Graph | Medium | |
| 3201 | Find the Maximum Length of Valid Subsequence I | Medium | |
| 1365 | How Many Numbers Are Smaller Than the Current Number | Easy | |
| 1376 | Time Needed to Inform All Employees | Medium | |
| 1377 | Frog Position After T Seconds | Hard | |
| 1431 | Kids With the Greatest Number of Candies | Easy | |
| 1463 | Cherry Pickup II | Hard | |
| 1492 | The kth Factor of n | Medium | |
| 1488 | Avoid Flood in The City | Medium | |
| 1509 | Minimum Difference Between Largest and Smallest Value in Three Moves | Medium | |
| 1512 | Number of Good Pairs | Easy | |
| 1528 | Shuffle String | Easy | |
| 1547 | Minimum Cost to Cut a Stick | Hard | |
| 1582 | Special Positions in a Binary Matrix | Easy | |
| 1605 | Find Valid Matrix Given Row and Column Sums | Medium | |
| 1616 | Split Two Strings to Make Palindrome | Medium | |
| 1642 | Furthest Building You Can Reach | Medium | |
| 1700 | Number of Students Unable to Eat Lunch | Easy | |
| 1667 | Fix Names in a Table | Easy | |
| 1716 | Calculate Money in Leetcode Bank | Easy | |
| 1717 | Maximum Score From Removing Substrings | Medium | |
| 1781 | Sum of Beauty of All Substrings | Medium | |
| 1776 | Car Fleet II | Hard | |
| 1844 | Replace All Digits with Characters | Easy | |
| 1851 | Minimum Interval to Include Each Query | Hard | |
| 1910 | Remove All Occurrences of a Substring | Medium | |
| 2633 | Convert Object to JSON String | Medium | |
| 1334 | Find the City With the Smallest Number of Neighbors at a Threshold Distance | Medium | |
| 3234 | Count the Number of Substrings With Dominant Ones | Medium | |
| 744 | Find Smallest Letter Greater Than Target | Easy | |
| 1731 | The Number of Employees Which Report to Each Employee | Easy | |
| 1653 | Minimum Deletions to Make String Balanced | Medium | |
| 1475 | Final Prices With a Special Discount in a Shop | Easy | |
| 292 | Nim Game | Easy | |
| 885 | Spiral Matrix III | Medium | |
| 3228 | Maximum Number of Operations to Move Ones to the End | Medium | |
| 2703 | Return Length of Arguments Passed | Easy | |
| 2955 | Number of Same-End Substrings | Medium | |
| 626 | Exchange Seats | Medium | |
| 3054 | Binary Tree Nodes | Medium | |
| 877 | Stone Game | Medium | |
| 3026 | Maximum Good Subarray Sum | Medium | |
| 1721 | Swapping Nodes in a Linked List | Medium | |
| 1109 | Corporate Flight Bookings | Medium | |
| 2985 | Calculate Compressed Mean | Easy | |
| 304 | Range Sum Query 2D - Immutable | Medium | |
| 3287 | Find the Maximum Sequence Value of Array | Hard | |
| 1518 | Water Bottles | Easy | |
| 1903 | Largest Odd Number in String | Easy | |
| 2991 | Top Three Wineries | Hard | |
| 2987 | Find Expensive Cities | Easy | |
| 2989 | Class Performance | Medium | |
| 2990 | Loan Types | Easy | |
| 386 | Lexicographical Numbers | Medium | |
| 440 | K-th Smallest in Lexicographical Order | Hard | |
| 3043 | Find the Length of the Longest Common Prefix | Medium | |
| 177 | Nth Highest Salary | Medium | |
| 432 | All O`one Data Structure | Hard | |
| 3020 | Find the Maximum Number of Elements in Subset | Medium | |
| 3008 | Find Beautiful Indices in the Given Array II | Hard | |
| 585 | Investments in 2016 | Medium | |
| 3028 | Ant on the Boundary | Easy | |
| 632 | Smallest Range Covering Elements from K Lists | Hard | |
| 1976 | Number of Ways to Arrive at Destination | Medium | |
| 3327 | Check if DFS Strings Are Palindromes | Hard | |
| 1075 | Project Employees I | Easy | |
| 445 | Add Two Numbers II | Medium | |
| 860 | Lemonade Change | Easy | |
| 2127 | Maximum Employees to Be Invited to a Meeting | Hard | |
| 3350 | Adjacent Increasing Subarrays Detection II | Medium | |
| 3346 | Maximum Frequency of an Element After Performing Operations I | Medium | |
| 1049 | Last Stone Weight II | Medium | |
| 3347 | Maximum Frequency of an Element After Performing Operations II | Hard | |
| 3349 | Adjacent Increasing Subarrays Detection I | Easy | |
| 3351 | Sum of Good Subsequences | Hard | |
| 3208 | Alternating Groups II | Medium | |
| 1633 | Percentage of Users Attended a Contest | Easy | |
| 1295 | Find Numbers with Even Number of Digits | Easy | |
| 1975 | Maximum Matrix Sum | Medium | |
| 3362 | Zero Array Transformation III | Medium | |
| 1683 | Invalid Tweets | Easy | |
| 2054 | Two Best Non-Overlapping Events | Medium | |
| 3380 | Maximum Area Rectangle With Point Constraints I | Medium | |
| 355 | Design Twitter | Medium | |
| 1200 | Minimum Absolute Difference | Easy | |
| 2094 | Finding 3-Digit Even Numbers | Easy | |
| 1304 | Find N Unique Integers Sum up to Zero | Easy | |
| 3404 | Count Special Subsequences | Medium | |
| 2560 | House Robber IV | Medium | |
| 2381 | Shifting Letters II | Medium | |
| 3408 | Design Task Manager | Medium | |
| 3394 | Check if Grid can be Cut into Sections | Medium | |
| 3397 | Maximum Number of Distinct Elements After Operations | Medium | |
| 507 | Perfect Number | Easy | |
| 728 | Self Dividing Numbers | Easy | |
| 2161 | Partition Array According to Given Pivot | Medium | |
| 2657 | Find the Prefix Common Array of Two Arrays | Medium | |
| 3420 | Count Non-Decreasing Subarrays After K Operations | Hard | |
| 1353 | Maximum Number of Events That Can Be Attended | Medium | |
| 3151 | Special Array I | Easy | |
| 3439 | Reschedule Meetings for Maximum Free Time I | Medium | |
| 3440 | Reschedule Meetings for Maximum Free Time II | Medium | |
| 2364 | Count Number of Bad Pairs | Medium | |
| 1415 | The k-th Lexicographical String of All Happy Strings of Length n | Medium | |
| 3454 | Separate Squares II | Hard | |
| 1749 | Maximum Absolute Sum of Any Subarray | Medium | |
| 594 | Longest Harmonious Subsequence | Easy | |
| 1780 | Check if Number is a Sum of Powers of Three | Medium | |
| 3472 | Longest Palindromic Subsequence After at Most K Operations | Medium | |
| 2594 | Minimum Time to Repair Cars | Medium | |
| 3494 | Find the Minimum Amount of Time to Brew Potions | Medium | |
| 3304 | Find the K-th Character in String Game I | Easy | |
| 2140 | Solving Questions With Brainpower | Medium | |
| 132 | Palindrome Partitioning II | Hard | |
| 1534 | Count Good Triplets | Easy | |
| 3507 | Minimum Pair Removal to Sort Array I | Easy | |
| 674 | Longest Continuous Increasing Subsequence | Easy | |
| 3250 | Find the Count of Monotonic Pairs I | Hard | |
| 2040 | Kth Smallest Product of Two Sorted Arrays | Hard | |
| 3529 | Count Cells in Overlapping Horizontal and Vertical Substrings | Medium | |
| 1128 | Number of Equivalent Domino Pairs | Easy | |
| 3537 | Fill a Special Grid | Medium | |
| 1102 | Path With Maximum Minimum Value | Medium | |
| 183 | Customers Who Never Order | Easy | |
| 3574 | Maximize Subarray GCD Score | Hard | |
| 3592 | Inverse Coin Change | Medium | |
| 3597 | Partition String | Medium | |
| 811 | Subdomain Visit Count | Medium | |
| 1695 | Maximum Erasure Value | Medium | |
| 184 | Department Highest Salary | Medium | |
| 2574 | Left and Right Sum Differences | Easy | |
| 3477 | Fruits Into Baskets II | Easy | |
| 869 | Reordered Power of 2 | Medium | |
| 3686 | Number of Stable Subsequences | Hard | |
| 3650 | Minimum Cost Path with Edge Reversals | Medium | |
| 3738 | Longest Non-Decreasing Subarray After Replacing at Most One Element | Medium | |
| 3805 | Count Caesar Cipher Pairs | Medium | |
| 3010 | Divide an Array Into Subarrays With Minimum Cost I | Easy | |
| 3721 | Longest Balanced Subarray II | Hard | |
| 65 | Valid Number | Hard | |
| 89 | Gray Code | Medium | |
| 107 | Binary Tree Level Order Traversal II | Medium | |
| 147 | Insertion Sort List | Medium | |
| 157 | Read N Characters Given Read4 | Easy | |
| 185 | Department Top Three Salaries | Hard | |
| 201 | Bitwise AND of Numbers Range | Medium | |
| 256 | Paint House | Medium | |
| 277 | Find the Celebrity | Medium | |
| 301 | Remove Invalid Parentheses | Hard | |
| 307 | Range Sum Query - Mutable | Medium | |
| 352 | Data Stream as Disjoint Intervals | Hard | |
| 384 | Shuffle an Array | Medium | |
| 404 | Sum of Left Leaves | Easy | |
| 419 | Battleships in a Board | Medium | |
| 436 | Find Right Interval | Medium | |
| 452 | Minimum Number of Arrows to Burst Balloons | Medium | |
| 454 | 4Sum II | Medium | |
| 495 | Teemo Attacking | Easy | |
| 502 | IPO | Hard | |
| 515 | Find Largest Value in Each Tree Row | Medium | |
| 529 | Minesweeper | Medium | |
| 554 | Brick Wall | Medium | |
| 556 | Next Greater Element III | Medium | |
| 557 | Reverse Words in a String III | Easy | |
| 564 | Find the Closest Palindrome | Hard | |
| 593 | Valid Square | Medium | |
| 608 | Tree Node | Medium | |
| 609 | Find Duplicate File in System | Medium | |
| 629 | K Inverse Pairs Array | Hard | |
| 650 | 2 Keys Keyboard | Medium | |
| 688 | Knight Probability in Chessboard | Medium | |
| 690 | Employee Importance | Medium | |
| 691 | Stickers to Spell Word | Hard | |
| 716 | Max Stack | Hard | |
| 722 | Remove Comments | Medium | |
| 427 | Construct Quad Tree | Medium | |
| 819 | Most Common Word | Easy | |
| 823 | Binary Trees With Factors | Medium | |
| 829 | Consecutive Numbers Sum | Hard | |
| 871 | Minimum Number of Refueling Stops | Hard | |
| 872 | Leaf-Similar Trees | Easy | |
| 897 | Increasing Order Search Tree | Easy | |
| 940 | Distinct Subsequences II | Hard | |
| 946 | Validate Stack Sequences | Medium | |
| 958 | Check Completeness of a Binary Tree | Medium | |
| 983 | Minimum Cost For Tickets | Medium | |
| 1005 | Maximize Sum Of Array After K Negations | Easy | |
| 1009 | Complement of Base 10 Integer | Easy | |
| 1062 | Longest Repeating Substring | Medium | |
| 1028 | Recover a Tree From Preorder Traversal | Hard | |
| 1039 | Minimum Score Triangulation of Polygon | Medium | |
| 1074 | Number of Submatrices That Sum to Target | Hard | |
| 1117 | Building H2O | Medium | |
| 1291 | Sequential Digits | Medium | |
| 1130 | Minimum Cost Tree From Leaf Values | Medium | |
| 1360 | Number of Days Between Two Dates | Easy | |
| 1425 | Constrained Subsequence Sum | Hard | |
| 1550 | Three Consecutive Odds | Easy | |
| 1266 | Minimum Time Visiting All Points | Easy | |
| 1326 | Minimum Number of Taps to Open to Water a Garden | Hard | |
| 1359 | Count All Valid Pickup and Delivery Options | Hard | |
| 1337 | The K Weakest Rows in a Matrix | Easy | |
| 1347 | Minimum Number of Steps to Make Two Strings Anagram | Medium | |
| 1367 | Linked List in Binary Tree | Medium | |
| 1397 | Find All Good Strings | Hard | |
| 1410 | HTML Entity Parser | Medium | |
| 1456 | Maximum Number of Vowels in a Substring of Given Length | Medium | |
| 1472 | Design Browser History | Medium | |
| 1489 | Find Critical and Pseudo-Critical Edges in Minimum Spanning Tree | Hard | |
| 1496 | Path Crossing | Easy | |
| 1517 | Find Users With Valid E-Mails | Easy | |
| 1552 | Magnetic Force Between Two Balls | Medium | |
| 1610 | Maximum Number of Visible Points | Hard | |
| 1639 | Number of Ways to Form a Target String Given a Dictionary | Hard | |
| 1647 | Minimum Deletions to Make Character Frequencies Unique | Medium | |
| 1662 | Check If Two String Arrays are Equivalent | Easy | |
| 1751 | Maximum Number of Events That Can Be Attended II | Hard | |
| 1759 | Count Number of Homogenous Substrings | Medium | |
| 1814 | Count Nice Pairs in an Array | Medium | |
| 1802 | Maximum Value at a Given Index in a Bounded Array | Medium | |
| 1824 | Minimum Sideway Jumps | Medium | |
| 1820 | Maximum Number of Accepted Invitations | Medium | |
| 1948 | Delete Duplicate Folders in System | Hard | |
| 1979 | Find Greatest Common Divisor of Array | Easy | |
| 1980 | Find Unique Binary String | Medium | |
| 1984 | Minimum Difference Between Highest and Lowest of K Scores | Easy | |
| 2006 | Count Number of Pairs With Absolute Difference K | Easy | |
| 2009 | Minimum Number of Operations to Make Array Continuous | Hard | |
| 2024 | Maximize the Confusion of an Exam | Medium | |
| 2016 | Maximum Difference Between Increasing Elements | Easy | |
| 2064 | Minimized Maximum of Products Distributed to Any Store | Medium | |
| 2116 | Check if a Parentheses String Can Be Valid | Medium | |
| 2131 | Longest Palindrome by Concatenating Two Letter Words | Medium | |
| 2258 | Escape the Spreading Fire | Hard | |
| 2265 | Count Nodes Equal to Average of Subtree | Medium | |
| 2239 | Find Closest Number to Zero | Easy | |
| 2316 | Count Unreachable Pairs of Nodes in an Undirected Graph | Medium | |
| 2369 | Check if There is a Valid Partition For The Array | Medium | |
| 2366 | Minimum Replacements to Sort the Array | Hard | |
| 2390 | Removing Stars From a String | Medium | |
| 2404 | Most Frequent Even Element | Easy | |
| 2444 | Count Subarrays With Fixed Bounds | Hard | |
| 2448 | Minimum Cost to Make Array Equal | Hard | |
| 2467 | Most Profitable Path in a Tree | Medium | |
| 2483 | Minimum Penalty for a Shop | Medium | |
| 2484 | Count Palindromic Subsequences | Hard | |
| 2540 | Minimum Common Value | Easy | |
| 2582 | Pass the Pillow | Easy | |
| 2589 | Minimum Time to Complete All Tasks | Hard | |
| 2597 | The Number of Beautiful Subsets | Medium | |
| 2610 | Convert an Array Into a 2D Array With Conditions | Medium | |
| 2645 | Minimum Additions to Make Valid String | Medium | |
| 2707 | Extra Characters in a String | Medium | |
| 2626 | Array Reduce Transformation | Easy | |
| 2723 | Add Two Promises | Easy | |
| 2843 | Count Symmetric Integers | Easy | |
| 2878 | Get the Size of a DataFrame | Easy | |
| 2958 | Length of Longest Subarray With at Most K Frequency | Medium | |
| 3128 | Right Triangles | Medium | |
| 2058 | Find the Minimum and Maximum Number of Nodes Between Critical Points | Medium | |
| 2073 | Time Needed to Buy Tickets | Easy | |
| 165 | Compare Version Numbers | Medium | |
| 2096 | Step-By-Step Directions From a Binary Tree Node to Another | Medium | |
| 2130 | Maximum Twin Sum of a Linked List | Medium | |
| 2141 | Maximum Running Time of N Computers | Hard | |
| 220 | Contains Duplicate III | Hard | |
| 223 | Rectangle Area | Medium | |
| 260 | Single Number III | Medium | |
| 264 | Ugly Number II | Medium | |
| 2259 | Remove Digit From Number to Maximize Result | Easy | |
| 2264 | Largest 3-Same-Digit Number in String | Easy | |
| 2276 | Count Integers in Intervals | Hard | |
| 2352 | Equal Row and Column Pairs | Medium | |
| 2353 | Design a Food Rating System | Medium | |
| 390 | Elimination Game | Medium | |
| 2360 | Longest Cycle in a Graph | Hard | |
| 2367 | Number of Arithmetic Triplets | Easy | |
| 405 | Convert a Number to Hexadecimal | Easy | |
| 413 | Arithmetic Slices | Medium | |
| 2385 | Amount of Time for Binary Tree to Be Infected | Medium | |
| 420 | Strong Password Checker | Hard | |
| 2396 | Strictly Palindromic Number | Medium | |
| 2405 | Optimal Partition of String | Medium | |
| 446 | Arithmetic Slices II - Subsequence | Hard | |
| 2356 | Number of Unique Subjects Taught by Each Teacher | Easy | |
| 458 | Poor Pigs | Hard | |
| 2427 | Number of Common Factors | Easy | |
| 2441 | Largest Positive Integer That Exists With Its Negative | Easy | |
| 2423 | Remove Letter To Equalize Frequency | Easy | |
| 500 | Keyboard Row | Easy | |
| 504 | Base 7 | Easy | |
| 513 | Find Bottom Left Tree Value | Medium | |
| 2486 | Append Characters to String to Make Subsequence | Medium | |
| 532 | K-diff Pairs in an Array | Medium | |
| 561 | Array Partition | Easy | |
| 2520 | Count the Digits That Divide a Number | Easy | |
| 588 | Design In-Memory File System | Hard | |
| 2542 | Maximum Subsequence Score | Medium | |
| 611 | Valid Triangle Number | Medium | |
| 617 | Merge Two Binary Trees | Easy | |
| 623 | Add One Row to Tree | Medium | |
| 646 | Maximum Length of Pair Chain | Medium | |
| 648 | Replace Words | Medium | |
| 655 | Print Binary Tree | Medium | |
| 664 | Strange Printer | Hard | |
| 2629 | Function Composition | Easy | |
| 2618 | Check if Object Instance of Class | Medium | |
| 718 | Maximum Length of Repeated Subarray | Medium | |
| 2700 | Differences Between Two Objects | Medium | |
| 740 | Delete and Earn | Medium | |
| 741 | Cherry Pickup | Hard | |
| 2665 | Counter II | Easy | |
| 2666 | Allow One Function Call | Easy | |
| 752 | Open the Lock | Medium | |
| 2742 | Painting the Walls | Hard | |
| 429 | N-ary Tree Level Order Traversal | Medium | |
| 428 | Serialize and Deserialize N-ary Tree | Hard | |
| 2751 | Robot Collisions | Hard | |
| 705 | Design HashSet | Easy | |
| 706 | Design HashMap | Easy | |
| 2816 | Double a Number Represented as a Linked List | Medium | |
| 806 | Number of Lines To Write String | Easy | |
| 807 | Max Increase to Keep City Skyline | Medium | |
| 2785 | Sort Vowels in a String | Medium | |
| 826 | Most Profit Assigning Work | Medium | |
| 2824 | Count Pairs Whose Sum is Less than Target | Easy | |
| 850 | Rectangle Area II | Hard | |
| 861 | Score After Flipping Matrix | Medium | |
| 470 | Implement Rand10() Using Rand7() | Medium | |
| 878 | Nth Magical Number | Hard | |
| 886 | Possible Bipartition | Medium | |
| 888 | Fair Candy Swap | Easy | |
| 922 | Sort Array By Parity II | Easy | |
| 925 | Long Pressed Name | Easy | |
| 943 | Find the Shortest Superstring | Hard | |
| 945 | Minimum Increment to Make Array Unique | Medium | |
| 953 | Verifying an Alien Dictionary | Easy | |
| 968 | Binary Tree Cameras | Hard | |
| 990 | Satisfiability of Equality Equations | Medium | |
| 995 | Minimum Number of K Consecutive Bit Flips | Hard | |
| 1002 | Find Common Characters | Easy | |
| 1166 | Design File System | Medium | |
| 1051 | Height Checker | Easy | |
| 1070 | Product Sales Analysis III | Medium | |
| 1122 | Relative Sort Array | Easy | |
| 3068 | Find the Maximum Sum of Node Values | Hard | |
| 1155 | Number of Dice Rolls With Target Sum | Medium | |
| 1171 | Remove Zero Sum Consecutive Nodes from Linked List | Medium | |
| 1361 | Validate Binary Tree Nodes | Medium | |
| 1382 | Balance a Binary Search Tree | Medium | |
| 1204 | Last Person to Fit in the Bus | Medium | |
| 1250 | Check If It Is a Good Array | Hard | |
| 1255 | Maximum Score Words Formed by Letters | Hard | |
| 3211 | Generate Binary Strings Without Adjacent Zeros | Medium | |
| 1281 | Subtract the Product and Sum of Digits of an Integer | Easy | |
| 3193 | Count the Number of Inversions | Hard | |
| 1307 | Verbal Arithmetic Puzzle | Hard | |
| 1319 | Number of Operations to Make Network Connected | Medium | |
| 1325 | Delete Leaves With a Given Value | Medium | |
| 1373 | Maximum Sum BST in Binary Tree | Hard | |
| 1383 | Maximum Performance of a Team | Hard | |
| 1404 | Number of Steps to Reduce a Number in Binary Representation to One | Medium | |
| 1448 | Count Good Nodes in Binary Tree | Medium | |
| 1442 | Count Triplets That Can Form Two Arrays of Equal XOR | Medium | |
| 1476 | Subrectangle Queries | Medium | |
| 1481 | Least Number of Unique Integers after K Removals | Medium | |
| 1497 | Check If Array Pairs Are Divisible by k | Medium | |
| 1572 | Matrix Diagonal Sum | Easy | |
| 1579 | Remove Max Number of Edges to Keep Graph Fully Traversable | Hard | |
| 1587 | Bank Account Summary II | Easy | |
| 1614 | Maximum Nesting Depth of the Parentheses | Easy | |
| 1636 | Sort Array by Increasing Frequency | Easy | |
| 1637 | Widest Vertical Area Between Two Points Containing No Points | Easy | |
| 1657 | Determine if Two Strings Are Close | Medium | |
| 1696 | Jump Game VI | Medium | |
| 1789 | Primary Department for Each Employee | Easy | |
| 1823 | Find the Winner of the Circular Game | Medium | |
| 1845 | Seat Reservation Manager | Medium | |
| 1832 | Check if the Sentence Is Pangram | Easy | |
| 1859 | Sorting the Sentence | Easy | |
| 1854 | Maximum Population Year | Easy | |
| 1863 | Sum of All Subset XOR Totals | Easy | |
| 1884 | Egg Drop With 2 Eggs and N Floors | Medium | |
| 1926 | Nearest Exit from Entrance in Maze | Medium | |
| 993 | Cousins in Binary Tree | Easy | |
| 709 | To Lower Case | Easy | |
| 1763 | Longest Nice Substring | Easy | |
| 2976 | Minimum Cost to Convert String I | Medium | |
| 3235 | Check if the Rectangle Corner Is Reachable | Hard | |
| 1395 | Count Number of Teams | Medium | |
| 2045 | Second Minimum Time to Reach Destination | Hard | |
| 641 | Design Circular Deque | Medium | |
| 1420 | Build Array Where You Can Find The Maximum Exactly K Comparisons | Hard | |
| 2678 | Number of Senior Citizens | Easy | |
| 2134 | Minimum Swaps to Group All 1's Together II | Medium | |
| 3206 | Alternating Groups I | Easy | |
| 2864 | Maximum Odd Binary Number | Easy | |
| 2053 | Kth Distinct String in an Array | Easy | |
| 745 | Prefix and Suffix Search | Hard | |
| 171 | Excel Sheet Column Number | Easy | |
| 2220 | Minimum Bit Flips to Convert Number | Easy | |
| 1568 | Minimum Number of Days to Disconnect Island | Hard | |
| 1729 | Find Followers Count | Easy | |
| 1299 | Replace Elements with Greatest Element on Right Side | Easy | |
| 453 | Minimum Moves to Equal Array Elements | Medium | |
| 1209 | Remove All Adjacent Duplicates in String II | Medium | |
| 624 | Maximum Distance in Arrays | Medium | |
| 3229 | Minimum Operations to Make Array Equal to Target | Hard | |
| 462 | Minimum Moves to Equal Array Elements II | Medium | |
| 306 | Additive Number | Medium | |
| 3260 | Find the Largest Palindrome Divisible by K | Hard | |
| 1045 | Customers Who Bought All Products | Medium | |
| 1140 | Stone Game II | Medium | |
| 1247 | Minimum Swaps to Make Strings Equal | Medium | |
| 754 | Reach a Number | Medium | |
| 770 | Basic Calculator IV | Hard | |
| 592 | Fraction Addition and Subtraction | Medium | |
| 476 | Number Complement | Easy | |
| 3005 | Count Elements With Maximum Frequency | Easy | |
| 586 | Customer Placing the Largest Number of Orders | Easy | |
| 649 | Dota2 Senate | Medium | |
| 590 | N-ary Tree Postorder Traversal | Easy | |
| 589 | N-ary Tree Preorder Traversal | Easy | |
| 1905 | Count Sub Islands | Medium | |
| 2699 | Modify Graph Edge Weights | Hard | |
| 725 | Split Linked List in Parts | Medium | |
| 3277 | Maximum XOR Score Subarray Queries | Hard | |
| 1894 | Find the Student that Will Replace the Chalk | Medium | |
| 2027 | Minimum Moves to Convert String | Easy | |
| 1945 | Sum of Digits of String After Convert | Easy | |
| 3190 | Find Minimum Operations to Make All Elements Divisible by Three | Easy | |
| 2028 | Find Missing Observations | Medium | |
| 2418 | Sort the People | Easy | |
| 117 | Populating Next Right Pointers in Each Node II | Medium | |
| 2326 | Spiral Matrix IV | Medium | |
| 3282 | Reach End of Array With Max Score | Medium | |
| 2807 | Insert Greatest Common Divisors in Linked List | Medium | |
| 1684 | Count the Number of Consistent Strings | Easy | |
| 694 | Number of Distinct Islands | Medium | |
| 1310 | XOR Queries of a Subarray | Medium | |
| 3120 | Count the Number of Special Characters I | Easy | |
| 2419 | Longest Subarray With Maximum Bitwise AND | Medium | |
| 1371 | Find the Longest Substring Containing Vowels in Even Counts | Medium | |
| 884 | Uncommon Words from Two Sentences | Easy | |
| 1743 | Restore the Array From Adjacent Pairs | Medium | |
| 2487 | Remove Nodes From Linked List | Medium | |
| 2000 | Reverse Prefix of Word | Easy | |
| 3275 | K-th Nearest Obstacle Queries | Medium | |
| 2493 | Divide Nodes Into the Maximum Number of Groups | Hard | |
| 763 | Partition Labels | Medium | |
| 517 | Super Washing Machines | Hard | |
| 1275 | Find Winner on a Tic Tac Toe Game | Easy | |
| 433 | Minimum Genetic Mutation | Medium | |
| 1484 | Group Sold Products By The Date | Easy | |
| 3147 | Taking Maximum Energy From the Mystic Dungeon | Medium | |
| 1010 | Pairs of Songs With Total Durations Divisible by 60 | Medium | |
| 3286 | Find a Safe Walk Through a Grid | Medium | |
| 2521 | Distinct Prime Factors of Product of Array | Medium | |
| 1691 | Maximum Height by Stacking Cuboids | Hard | |
| 2800 | Shortest String That Contains Three Strings | Medium | |
| 1186 | Maximum Subarray Sum with One Deletion | Medium | |
| 1590 | Make Sum Divisible by P | Medium | |
| 3165 | Maximum Sum of Subsequence With Non-adjacent Elements | Hard | |
| 2336 | Smallest Number in Infinite Set | Medium | |
| 810 | Chalkboard XOR Game | Hard | |
| 3312 | Sorted GCD Pair Queries | Hard | |
| 2577 | Minimum Time to Visit a Cell In a Grid | Hard | |
| 2696 | Minimum String Length After Removing Substrings | Easy | |
| 1963 | Minimum Number of Swaps to Make the String Balanced | Medium | |
| 3248 | Snake in Matrix | Easy | |
| 856 | Score of Parentheses | Medium | |
| 883 | Projection Area of 3D Shapes | Easy | |
| 1942 | The Number of the Smallest Unoccupied Chair | Medium | |
| 2406 | Divide Intervals Into Minimum Number of Groups | Medium | |
| 1348 | Tweet Counts Per Frequency | Medium | |
| 546 | Remove Boxes | Hard | |
| 2530 | Maximal Score After Applying K Operations | Medium | |
| 2263 | Make Array Non-decreasing or Non-increasing | Hard | |
| 1229 | Meeting Scheduler | Medium | |
| 2938 | Separate Black and White Balls | Medium | |
| 1203 | Sort Items by Groups Respecting Dependencies | Hard | |
| 1405 | Longest Happy String | Medium | |
| 3283 | Maximum Number of Moves to Kill All Pawns | Hard | |
| 3319 | K-th Largest Perfect Subtree Size in Binary Tree | Medium | |
| 1545 | Find Kth Bit in Nth Binary String | Medium | |
| 2044 | Count Number of Maximum Bitwise-OR Subsets | Medium | |
| 1356 | Sort Integers by The Number of 1 Bits | Easy | |
| 1029 | Two City Scheduling | Medium | |
| 2641 | Cousins in Binary Tree II | Medium | |
| 1531 | String Compression II | Hard | |
| 3326 | Minimum Division Operations to Make Array Non Decreasing | Medium | |
| 2501 | Longest Square Streak in an Array | Medium | |
| 1389 | Create Target Array in the Given Order | Easy | |
| 1671 | Minimum Number of Removals to Make Mountain Array | Hard | |
| 296 | Best Meeting Point | Hard | |
| 2684 | Maximum Number of Moves in a Grid | Medium | |
| 3337 | Total Characters in String After Transformations II | Hard | |
| 2463 | Minimum Total Distance Traveled | Hard | |
| 3341 | Find Minimum Time to Reach Last Room I | Medium | |
| 3163 | String Compression III | Medium | |
| 3325 | Count Substrings With K-Frequency Characters I | Medium | |
| 164 | Maximum Gap | Medium | |
| 2914 | Minimum Number of Changes to Make Binary String Beautiful | Medium | |
| 1886 | Determine Whether Matrix Can Be Obtained By Rotation | Easy | |
| 3011 | Find if Array Can Be Sorted | Medium | |
| 2210 | Count Hills and Valleys in an Array | Easy | |
| 1957 | Delete Characters to Make Fancy String | Easy | |
| 2275 | Largest Combination With Bitwise AND Greater Than Zero | Medium | |
| 3224 | Minimum Array Changes to Make Differences Equal | Medium | |
| 2413 | Smallest Even Multiple | Easy | |
| 1570 | Dot Product of Two Sparse Vectors | Medium | |
| 3133 | Minimum Array End | Medium | |
| 325 | Maximum Size Subarray Sum Equals k | Medium | |
| 2571 | Minimum Operations to Reduce an Integer to 0 | Medium | |
| 3097 | Shortest Subarray With OR at Least K II | Medium | |
| 2583 | Kth Largest Sum in a Binary Tree | Medium | |
| 2070 | Most Beautiful Item for Each Query | Medium | |
| 1650 | Lowest Common Ancestor of a Binary Tree III | Medium | |
| 1185 | Day of the Week | Easy | |
| 3254 | Find the Power of K-Size Subarrays I | Medium | |
| 364 | Nested List Weight Sum II | Medium | |
| 1652 | Defuse the Bomb | Easy | |
| 2516 | Take K of Each Character From Left and Right | Medium | |
| 1072 | Flip Columns For Maximum Number of Equal Rows | Medium | |
| 2257 | Count Unguarded Cells in the Grid | Medium | |
| 1019 | Next Greater Node In Linked List | Medium | |
| 866 | Prime Palindrome | Medium | |
| 1861 | Rotating the Box | Medium | |
| 628 | Maximum Product of Three Numbers | Easy | |
| 773 | Sliding Puzzle | Hard | |
| 3243 | Shortest Distance After Road Addition Queries I | Medium | |
| 1991 | Find the Middle Index in Array | Easy | |
| 423 | Reconstruct Original Digits from English | Medium | |
| 821 | Shortest Distance to a Character | Easy | |
| 3371 | Identify the Largest Outlier in an Array | Medium | |
| 2109 | Adding Spaces to a String | Medium | |
| 1455 | Check If a Word Occurs As a Prefix of Any Word in a Sentence | Easy | |
| 1413 | Minimum Value to Get Positive Step by Step Sum | Easy | |
| 216 | Combination Sum III | Medium | |
| 1038 | Binary Search Tree to Greater Sum Tree | Medium | |
| 898 | Bitwise ORs of Subarrays | Medium | |
| 1760 | Minimum Limit of Balls in a Bag | Medium | |
| 1202 | Smallest String With Swaps | Medium | |
| 311 | Sparse Matrix Multiplication | Medium | |
| 2558 | Take Gifts From the Richest Pile | Easy | |
| 2886 | Change Data Type | Easy | |
| 2724 | Sort By | Easy | |
| 2593 | Find Score of an Array After Marking All Elements | Medium | |
| 1792 | Maximum Average Pass Ratio | Medium | |
| 2497 | Maximum Star Sum of a Graph | Medium | |
| 1704 | Determine if String Halves Are Alike | Easy | |
| 3316 | Find Maximum Removals From Source String | Medium | |
| 2182 | Construct String With Repeat Limit | Medium | |
| 596 | Classes With at Least 5 Students | Easy | |
| 2415 | Reverse Odd Levels of Binary Tree | Medium | |
| 3309 | Maximum Possible Number by Binary Concatenation | Medium | |
| 2940 | Find Building Where Alice and Bob Can Meet | Hard | |
| 2221 | Find Triangular Sum of an Array | Medium | |
| 2471 | Minimum Number of Operations to Sort a Binary Tree by Level | Medium | |
| 3203 | Find Minimum Diameter After Merging Two Trees | Hard | |
| 192 | Word Frequency | Medium | |
| 1312 | Minimum Insertion Steps to Make a String Palindrome | Hard | |
| 3270 | Find the Key of the Numbers | Easy | |
| 434 | Number of Segments in a String | Easy | |
| 2469 | Convert the Temperature | Easy | |
| 2466 | Count Ways To Build Good Strings | Medium | |
| 2270 | Number of Ways to Split Array | Medium | |
| 1559 | Detect Cycles in 2D Grid | Medium | |
| 1712 | Ways to Split Array Into Three Subarrays | Medium | |
| 1791 | Find Center of Star Graph | Easy | |
| 3387 | Maximize Amount After Two Days of Conversions | Medium | |
| 3413 | Maximum Coins From K Consecutive Bags | Medium | |
| 3410 | Maximize Subarray Sum After Removing All Occurrences of One Element | Hard | |
| 1034 | Coloring A Border | Medium | |
| 1252 | Cells with Odd Values in a Matrix | Easy | |
| 1154 | Day of the Year | Easy | |
| 1408 | String Matching in an Array | Easy | |
| 3042 | Count Prefix and Suffix Pairs I | Easy | |
| 2537 | Count the Number of Good Subarrays | Medium | |
| 2643 | Row With Maximum Ones | Easy | |
| 1400 | Construct K Palindrome Strings | Medium | |
| 3419 | Minimize the Maximum Edge Weight of Graph | Medium | |
| 538 | Convert BST to Greater Tree | Medium | |
| 2429 | Minimize XOR | Medium | |
| 2425 | Bitwise XOR of All Pairings | Medium | |
| 2683 | Neighboring Bitwise XOR | Medium | |
| 1152 | Analyze User Website Visit Pattern | Medium | |
| 372 | Super Pow | Medium | |
| 3426 | Manhattan Distances of All Arrangements of Pieces | Hard | |
| 2661 | First Completely Painted Row or Column | Medium | |
| 2815 | Max Pair Sum in an Array | Easy | |
| 2017 | Grid Game | Medium | |
| 1773 | Count Items Matching a Rule | Easy | |
| 2181 | Merge Nodes in Between Zeros | Medium | |
| 250 | Count Univalue Subtrees | Medium | |
| 2948 | Make Lexicographically Smallest Array by Swapping Elements | Medium | |
| 1156 | Swap For Longest Repeated Character Substring | Medium | |
| 637 | Average of Levels in Binary Tree | Easy | |
| 1385 | Find the Distance Value Between Two Arrays | Easy | |
| 1462 | Course Schedule IV | Medium | |
| 1035 | Uncrossed Lines | Medium | |
| 2845 | Count of Interesting Subarrays | Medium | |
| 2658 | Maximum Number of Fish in a Grid | Medium | |
| 2100 | Find Good Days to Rob the Bank | Medium | |
| 3434 | Maximum Frequency After Subarray Operation | Medium | |
| 3409 | Longest Subsequence With Decreasing Adjacent Difference | Medium | |
| 3105 | Longest Strictly Increasing or Strictly Decreasing Subarray | Easy | |
| 1464 | Maximum Product of Two Elements in an Array | Easy | |
| 1800 | Maximum Ascending Subarray Sum | Easy | |
| 1790 | Check if One String Swap Can Make Strings Equal | Easy | |
| 3160 | Find the Number of Distinct Colors Among the Balls | Medium | |
| 3389 | Minimum Operations to Make Character Frequencies Equal | Hard | |
| 3258 | Count Substrings That Satisfy K-Constraint I | Easy | |
| 1827 | Minimum Operations to Make the Array Increasing | Easy | |
| 697 | Degree of an Array | Easy | |
| 2342 | Max Sum of a Pair With Equal Sum of Digits | Medium | |
| 2187 | Minimum Time to Complete Trips | Medium | |
| 3280 | Convert Date to Binary | Easy | |
| 1855 | Maximum Distance Between a Pair of Values | Medium | |
| 1340 | Jump Game V | Hard | |
| 3066 | Minimum Operations to Exceed Threshold Value II | Medium | |
| 619 | Biggest Single Number | Easy | |
| 842 | Split Array into Fibonacci Sequence | Medium | |
| 1718 | Construct the Lexicographically Largest Valid Sequence | Medium | |
| 1678 | Goal Parser Interpretation | Easy | |
| 3186 | Maximum Total Damage With Spell Casting | Medium | |
| 965 | Univalued Binary Tree | Easy | |
| 2375 | Construct Smallest Number From DI String | Medium | |
| 2880 | Select Data | Easy | |
| 1221 | Split a String in Balanced Strings | Easy | |
| 1748 | Sum of Unique Elements | Easy | |
| 2974 | Minimum Number Game | Easy | |
| 3459 | Length of Longest V-Shaped Diagonal Segment | Hard | |
| 1574 | Shortest Subarray to be Removed to Make Array Sorted | Medium | |
| 2596 | Check Knight Tour Configuration | Medium | |
| 2879 | Display the First Three Rows | Easy | |
| 1524 | Number of Sub-arrays With Odd Sum | Medium | |
| 696 | Count Binary Substrings | Easy | |
| 461 | Hamming Distance | Easy | |
| 2078 | Two Furthest Houses With Different Colors | Easy | |
| 1341 | Movie Rating | Medium | |
| 2615 | Sum of Distances | Medium | |
| 1856 | Maximum Subarray Min-Product | Medium | |
| 873 | Length of Longest Fibonacci Subsequence | Medium | |
| 339 | Nested List Weight Sum | Medium | |
| 631 | Design Excel Sum Formula | Hard | |
| 2492 | Minimum Score of a Path Between Two Cities | Medium | |
| 2894 | Divisible and Non-divisible Sums Difference | Easy | |
| 2460 | Apply Operations to an Array | Easy | |
| 1941 | Check if All Characters Have Equal Number of Occurrences | Easy | |
| 3158 | Find the XOR of Numbers Which Appear Twice | Easy | |
| 711 | Number of Distinct Islands II | Hard | |
| 2579 | Count Total Number of Colored Cells | Medium | |
| 3285 | Find Indices of Stable Mountains | Easy | |
| 2888 | Reshape Data: Concatenate | Easy | |
| 2523 | Closest Prime Numbers in Range | Medium | |
| 2335 | Minimum Amount of Time to Fill Cups | Easy | |
| 2379 | Minimum Recolors to Get K Consecutive Black Blocks | Easy | |
| 3468 | Find the Number of Copy Arrays | Medium | |
| 1911 | Maximum Alternating Subsequence Sum | Medium | |
| 736 | Parse Lisp Expression | Hard | |
| 2262 | Total Appeal of A String | Hard | |
| 381 | Insert Delete GetRandom O(1) - Duplicates allowed | Hard | |
| 2771 | Longest Non-decreasing Subarray From Two Arrays | Medium | |
| 1541 | Minimum Insertions to Balance a Parentheses String | Medium | |
| 2559 | Count Vowel Strings in Ranges | Medium | |
| 2043 | Simple Bank System | Medium | |
| 2477 | Minimum Fuel Cost to Report to the Capital | Medium | |
| 3271 | Hash Divided String | Medium | |
| 2206 | Divide Array Into Equal Pairs | Easy | |
| 3191 | Minimum Operations to Make Binary Array Elements Equal to One I | Medium | |
| 2648 | Generate Fibonacci Sequence | Easy | |
| 3398 | Smallest Substring With Identical Characters I | Hard | |
| 3108 | Minimum Cost Walk in Weighted Graph | Hard | |
| 2685 | Count the Number of Complete Components | Medium | |
| 1669 | Merge In Between Linked Lists | Medium | |
| 2119 | A Number After a Double Reversal | Easy | |
| 1668 | Maximum Repeating Substring | Easy | |
| 2578 | Split With Minimum Sum | Easy | |
| 761 | Special Binary String | Hard | |
| 2033 | Minimum Operations to Make a Uni-Value Grid | Medium | |
| 3185 | Count Pairs That Form a Complete Day II | Medium | |
| 2731 | Movement of Robots | Medium | |
| 1407 | Top Travellers | Easy | |
| 1873 | Calculate Special Bonus | Easy | |
| 2780 | Minimum Index of a Valid Split | Medium | |
| 749 | Contain Virus | Hard | |
| 3303 | Find the Occurrence of First Almost Equal Substring | Hard | |
| 2503 | Maximum Number of Points From Grid Queries | Hard | |
| 1710 | Maximum Units on a Truck | Easy | |
| 3149 | Find the Minimum Cost Array Permutation | Hard | |
| 967 | Numbers With Same Consecutive Differences | Medium | |
| 2818 | Apply Operations to Maximize Score | Hard | |
| 2575 | Find the Divisibility Array of a String | Medium | |
| 3240 | Minimum Number of Flips to Make Binary Grid Palindromic II | Medium | |
| 2572 | Count the Number of Square-Free Subsets | Medium | |
| 2481 | Minimum Cuts to Divide a Circle | Easy | |
| 2069 | Walking Robot Simulation II | Medium | |
| 1952 | Three Divisors | Easy | |
| 2551 | Put Marbles in Bags | Hard | |
| 2873 | Maximum Value of an Ordered Triplet I | Easy | |
| 195 | Tenth Line | Easy | |
| 2573 | Find the String with LCP | Hard | |
| 3489 | Zero Array Transformation IV | Medium | |
| 2727 | Is Object Empty | Easy | |
| 2634 | Filter Elements from Array | Easy | |
| 2874 | Maximum Value of an Ordered Triplet II | Medium | |
| 1123 | Lowest Common Ancestor of Deepest Leaves | Medium | |
| 858 | Mirror Reflection | Medium | |
| 449 | Serialize and Deserialize BST | Medium | |
| 848 | Shifting Letters | Medium | |
| 3396 | Minimum Number of Operations to Make Elements in Array Distinct | Easy | |
| 2227 | Encrypt and Decrypt Strings | Hard | |
| 3375 | Minimum Operations to Make Array Values Equal to K | Easy | |
| 2999 | Count the Number of Powerful Integers | Hard | |
| 3264 | Final Array State After K Multiplication Operations I | Easy | |
| 3272 | Find the Count of Good Integers | Hard | |
| 285 | Inorder Successor in BST | Medium | |
| 2319 | Check if Matrix Is X-Matrix | Easy | |
| 2179 | Count Good Triplets in an Array | Hard | |
| 2277 | Closest Node to Path in Tree | Hard | |
| 2138 | Divide a String Into Groups of Size k | Easy | |
| 1179 | Reformat Department Table | Easy | |
| 2176 | Count Equal and Divisible Pairs in an Array | Easy | |
| 2787 | Ways to Express an Integer as Sum of Powers | Medium | |
| 1882 | Process Tasks Using Servers | Medium | |
| 1527 | Patients With a Condition | Easy | |
| 3486 | Longest Special Path II | Hard | |
| 3523 | Make Array Non-decreasing | Medium | |
| 2062 | Count Vowel Substrings of a String | Easy | |
| 2145 | Count the Hidden Sequences | Medium | |
| 924 | Minimize Malware Spread | Hard | |
| 2338 | Count the Number of Ideal Arrays | Hard | |
| 791 | Custom Sort String | Medium | |
| 2799 | Count Complete Subarrays in an Array | Medium | |
| 1399 | Count Largest Group | Easy | |
| 1762 | Buildings With an Ocean View | Medium | |
| 3424 | Minimum Cost to Make Arrays Identical | Medium | |
| 3370 | Smallest Number With All Set Bits | Easy | |
| 3392 | Count Subarrays of Length Three With a Condition | Easy | |
| 2614 | Prime In Diagonal | Easy | |
| 999 | Available Captures for Rook | Easy | |
| 1060 | Missing Element in Sorted Array | Medium | |
| 2781 | Length of the Longest Valid Substring | Hard | |
| 2962 | Count Subarrays Where Max Element Appears at Least K Times | Medium | |
| 2071 | Maximum Number of Tasks You Can Assign | Hard | |
| 1537 | Get the Maximum Score | Hard | |
| 492 | Construct the Rectangle | Easy | |
| 3538 | Merge Operations for Minimum Travel Time | Hard | |
| 3342 | Find Minimum Time to Reach Last Room II | Medium | |
| 1690 | Stone Game VII | Medium | |
| 3343 | Count Number of Balanced Permutations | Hard | |
| 2918 | Minimum Equal Sum of Two Arrays After Replacing Zeros | Medium | |
| 2850 | Minimum Moves to Spread Stones Over Grid | Medium | |
| 3381 | Maximum Subarray Sum With Length Divisible by K | Medium | |
| 3541 | Find Most Frequent Vowel and Consonant | Easy | |
| 3335 | Total Characters in String After Transformations I | Medium | |
| 797 | All Paths From Source to Target | Medium | |
| 1242 | Web Crawler Multithreaded | Medium | |
| 795 | Number of Subarrays with Bounded Maximum | Medium | |
| 510 | Inorder Successor in BST II | Medium | |
| 3551 | Minimum Swaps to Sort by Digit Sum | Medium | |
| 1992 | Find All Groups of Farmland | Medium | |
| 1041 | Robot Bounded In Circle | Medium | |
| 1374 | Generate a String With Characters That Have Odd Counts | Easy | |
| 464 | Can I Win | Medium | |
| 976 | Largest Perimeter Triangle | Easy | |
| 2942 | Find Words Containing Character | Easy | |
| 3536 | Maximum Product of Two Digits | Easy | |
| 2500 | Delete Greatest Value in Each Row | Easy | |
| 1396 | Design Underground System | Medium | |
| 1890 | The Latest Login in 2020 | Easy | |
| 3372 | Maximize the Number of Target Nodes After Connecting Trees I | Medium | |
| 984 | String Without AAA or BBB | Medium | |
| 972 | Equal Rational Numbers | Hard | |
| 3373 | Maximize the Number of Target Nodes After Connecting Trees II | Hard | |
| 1563 | Stone Game V | Hard | |
| 2359 | Find Closest Node to Given Two Nodes | Medium | |
| 2929 | Distribute Candies Among Children II | Medium | |
| 1523 | Count Odd Numbers in an Interval Range | Easy | |
| 1298 | Maximum Candies You Can Get from Boxes | Hard | |
| 3361 | Shift Distance Between Two Strings | Medium | |
| 1061 | Lexicographically Smallest Equivalent String | Medium | |
| 3403 | Find the Lexicographically Largest String From the Box I | Medium | |
| 1239 | Maximum Length of a Concatenated String with Unique Characters | Medium | |
| 923 | 3Sum With Multiplicity | Medium | |
| 3452 | Sum of Good Numbers | Easy | |
| 3170 | Lexicographically Minimum String After Removing Stars | Medium | |
| 720 | Longest Word in Dictionary | Medium | |
| 2169 | Count Operations to Obtain Zero | Easy | |
| 396 | Rotate Function | Medium | |
| 3445 | Maximum Difference Between Even and Odd Frequency II | Hard | |
| 3442 | Maximum Difference Between Even and Odd Frequency I | Easy | |
| 3573 | Best Time to Buy and Sell Stock V | Medium | |
| 1787 | Make the XOR of All Segments Equal to Zero | Hard | |
| 499 | The Maze III | Hard | |
| 3423 | Maximum Difference Between Adjacent Elements in a Circular Array | Easy | |
| 1649 | Create Sorted Array through Instructions | Hard | |
| 2566 | Maximum Difference by Remapping a Digit | Easy | |
| 1432 | Max Difference You Can Get From Changing an Integer | Medium | |
| 1995 | Count Special Quadruplets | Easy | |
| 2081 | Sum of k-Mirror Numbers | Hard | |
| 3483 | Unique 3-Digit Even Numbers | Easy | |
| 1349 | Maximum Students Taking Exam | Hard | |
| 822 | Card Flipping Game | Medium | |
| 2485 | Find the Pivot Integer | Easy | |
| 3405 | Count the Number of Arrays with K Matching Adjacent Elements | Hard | |
| 1779 | Find Nearest Point That Has the Same X or Y Coordinate | Easy | |
| 3585 | Find Weighted Median Node in Tree | Hard | |
| 244 | Shortest Word Distance II | Medium | |
| 996 | Number of Squareful Arrays | Hard | |
| 2294 | Partition Array Such That Maximum Difference Is K | Medium | |
| 3085 | Minimum Deletions to Make String K-Special | Medium | |
| 3593 | Minimum Increments to Equalize Leaf Paths | Medium | |
| 3588 | Find Maximum Area of a Triangle | Medium | |
| 2389 | Longest Subsequence With Limited Sum | Easy | |
| 3049 | Earliest Second to Mark Indices II | Hard | |
| 1755 | Closest Subsequence Sum | Hard | |
| 1685 | Sum of Absolute Differences in a Sorted Array | Medium | |
| 1588 | Sum of All Odd Length Subarrays | Easy | |
| 1402 | Reducing Dishes | Hard | |
| 2014 | Longest Subsequence Repeated k Times | Hard | |
| 2233 | Maximum Product After K Increments | Medium | |
| 2099 | Find Subsequence of Length K With the Largest Sum | Easy | |
| 262 | Trips and Users | Hard | |
| 491 | Non-decreasing Subsequences | Medium | |
| 467 | Unique Substrings in Wraparound String | Medium | |
| 468 | Validate IP Address | Medium | |
| 575 | Distribute Candies | Easy | |
| 3330 | Find the Original Typed String I | Easy | |
| 3333 | Find the Original Typed String II | Hard | |
| 3307 | Find the K-th Character in String Game II | Hard | |
| 3503 | Longest Palindrome After Substring Concatenation I | Medium | |
| 1394 | Find Lucky Integer in an Array | Easy | |
| 466 | Count The Repetitions | Hard | |
| 1865 | Finding Pairs With a Certain Sum | Medium | |
| 961 | N-Repeated Element in Size 2N Array | Easy | |
| 3046 | Split the Array | Easy | |
| 1985 | Find the Kth Largest Integer in the Array | Medium | |
| 473 | Matchsticks to Square | Medium | |
| 2410 | Maximum Matching of Players With Trainers | Medium | |
| 2386 | Find the K-Sum of an Array | Hard | |
| 3613 | Minimize Maximum Component Cost | Medium | |
| 3136 | Valid Word | Easy | |
| 1111 | Maximum Nesting Depth of Two Valid Parentheses Strings | Medium | |
| 989 | Add to Array-Form of Integer | Easy | |
| 2163 | Minimum Difference in Sums After Removal of Elements | Hard | |
| 1416 | Restore The Array | Hard | |
| 2677 | Chunk Array | Easy | |
| 730 | Count Different Palindromic Subsequences | Hard | |
| 2365 | Task Scheduler II | Medium | |
| 3417 | Zigzag Grid Traversal With Skip | Easy | |
| 2322 | Minimum Score After Removals on a Tree | Hard | |
| 3227 | Vowels Game in a String | Medium | |
| 1013 | Partition Array Into Three Parts With Equal Sum | Easy | |
| 3619 | Count Islands With Total Value Divisible by K | Medium | |
| 3578 | Count Partitions With Max-Min Difference at Most K | Medium | |
| 3487 | Maximum Unique Subarray Sum After Deletion | Easy | |
| 511 | Game Play Analysis I | Easy | |
| 3480 | Maximize Subarrays After Removing One Conflicting Pair | Hard | |
| 714 | Best Time to Buy and Sell Stock with Transaction Fee | Medium | |
| 2411 | Smallest Subarrays With Maximum Bitwise OR | Medium | |
| 3589 | Count Prime-Gap Balanced Subarrays | Medium | |
| 784 | Letter Case Permutation | Medium | |
| 194 | Transpose File | Medium | |
| 3630 | Partition Array for Maximum XOR and AND | Hard | |
| 2561 | Rearranging Fruits | Hard | |
| 2106 | Maximum Fruits Harvested After at Most K Steps | Hard | |
| 2231 | Largest Number After Digit Swaps by Parity | Easy | |
| 1466 | Reorder Routes to Make All Paths Lead to the City Zero | Medium | |
| 3479 | Fruits Into Baskets III | Medium | |
| 3363 | Find the Maximum Number of Fruits Collected | Hard | |
| 2603 | Collect Coins in a Tree | Hard | |
| 2325 | Decode the Message | Easy | |
| 1370 | Increasing Decreasing String | Easy | |
| 1478 | Allocate Mailboxes | Hard | |
| 895 | Maximum Frequency Stack | Hard | |
| 3645 | Maximum Total from Optimal Activation Order | Medium | |
| 1473 | Paint House III | Hard | |
| 2438 | Range Product Queries of Powers | Medium | |
| 3366 | Minimum Array Sum | Medium | |
| 3463 | Check If Digits Are Equal in String After Operations II | Hard | |
| 640 | Solve the Equation | Medium | |
| 1169 | Invalid Transactions | Medium | |
| 3636 | Threshold Majority Queries | Hard | |
| 2065 | Maximum Path Quality of a Graph | Hard | |
| 1323 | Maximum 69 Number | Easy | |
| 677 | Map Sum Pairs | Medium | |
| 599 | Minimum Index Sum of Two Lists | Easy | |
| 1837 | Sum of Digits in Base K | Easy | |
| 3195 | Find the Minimum Area to Cover All Ones I | Medium | |
| 3197 | Find the Minimum Area to Cover All Ones II | Hard | |
| 2156 | Find Substring With Given Hash Value | Hard | |
| 3659 | Partition Array Into K-Distinct Groups | Medium | |
| 3000 | Maximum Area of Longest Diagonal Rectangle | Easy | |
| 3412 | Find Mirror Score of a String | Medium | |
| 937 | Reorder Data in Log Files | Medium | |
| 3446 | Sort Matrix by Diagonals | Medium | |
| 3194 | Minimum Average of Smallest and Largest Elements | Easy | |
| 2996 | Smallest Missing Integer Greater Than Sequential Prefix Sum | Easy | |
| 3320 | Count The Number of Winning Sequences | Hard | |
| 3021 | Alice and Bob Playing Flower Game | Medium | |
| 1778 | Shortest Path in a Hidden Grid | Medium | |
| 868 | Binary Gap | Easy | |
| 693 | Binary Number with Alternating Bits | Easy | |
| 3516 | Find Closest Person | Easy | |
| 2956 | Find Common Elements Between Two Arrays | Easy | |
| 3495 | Minimum Operations to Make Array Elements Zero | Hard | |
| 2749 | Minimum Operations to Make the Integer Zero | Medium | |
| 3671 | Sum of Beautiful Subsequences | Hard | |
| 2637 | Promise Time Limit | Medium | |
| 1317 | Convert Integer to the Sum of Two No-Zero Integers | Easy | |
| 2327 | Number of People Aware of a Secret | Medium | |
| 3411 | Maximum Subarray With Equal Products | Easy | |
| 1733 | Minimum Number of People to Teach | Medium | |
| 1116 | Print Zero Even Odd | Medium | |
| 3676 | Count Bowl Subarrays | Medium | |
| 2887 | Fill Missing Data | Easy | |
| 966 | Vowel Spellchecker | Medium | |
| 2197 | Replace Non-Coprime Numbers in Array | Hard | |
| 1935 | Maximum Number of Words You Can Type | Easy | |
| 2002 | Maximum Product of the Length of Two Palindromic Subsequences | Medium | |
| 602 | Friend Requests II: Who Has the Most Friends | Medium | |
| 3238 | Find the Number of Winning Players | Easy | |
| 3685 | Subsequence Sum After Capping Elements | Medium | |
| 3669 | Balanced K-Factor Decomposition | Medium | |
| 1112 | Highest Grade For Each Student | Medium | |
| 3484 | Design Spreadsheet | Medium | |
| 3508 | Implement Router | Medium | |
| 2716 | Minimize String Length | Easy | |
| 3289 | The Two Sneaky Numbers of Digitville | Easy | |
| 1263 | Minimum Moves to Move a Box to Their Target Location | Hard | |
| 3534 | Path Existence Queries in a Graph II | Hard | |
| 3648 | Minimum Sensors to Cover Grid | Medium | |
| 3665 | Twisted Mirror Path Count | Medium | |
| 2433 | Find The Original Array of Prefix Xor | Medium | |
| 2148 | Count Elements With Strictly Smaller and Greater Elements | Easy | |
| 3382 | Maximum Area Rectangle With Point Constraints II | Hard | |
| 1486 | XOR Operation in an Array | Easy | |
| 3100 | Water Bottles II | Medium | |
| 1282 | Group the People Given the Group Size They Belong To | Medium | |
| 3006 | Find Beautiful Indices in the Given Array I | Medium | |
| 3504 | Longest Palindrome After Substring Concatenation II | Hard | |
| 3695 | Maximize Alternating Sum Using Swaps | Hard | |
| 3698 | Split Array With Minimum Difference | Medium | |
| 2651 | Calculate Delayed Arrival Time | Easy | |
| 2300 | Successful Pairs of Spells and Potions | Medium | |
| 1335 | Minimum Difficulty of a Job Schedule | Hard | |
| 2939 | Maximum Xor Product | Medium | |
| 156 | Binary Tree Upside Down | Medium | |
| 2273 | Find Resultant Array After Removing Anagrams | Easy | |
| 566 | Reshape the Matrix | Easy | |
| 1723 | Find Minimum Time to Finish All Jobs | Hard | |
| 805 | Split Array With Same Average | Hard | |
| 3715 | Sum of Perfect Square Ancestors | Hard | |
| 1928 | Minimum Cost to Reach Destination in Time | Hard | |
| 3461 | Check If Digits Are Equal in String After Operations I | Easy | |
| 2048 | Next Greater Numerically Balanced Number | Medium | |
| 2529 | Maximum Count of Positive Integer and Negative Integer | Easy | |
| 3354 | Make Array Elements Equal to Zero | Easy | |
| 3720 | Lexicographically Smallest Permutation Greater Than Target | Medium | |
| 723 | Candy Crush | Medium | |
| 2056 | Number of Valid Move Combinations On Chessboard | Hard | |
| 890 | Find and Replace Pattern | Medium | |
| 1895 | Largest Magic Square | Medium | |
| 3321 | Find X-Sum of All K-Long Subarrays II | Hard | |
| 3469 | Find Minimum Cost to Remove Array Elements | Medium | |
| 3733 | Minimum Time to Complete All Deliveries | Medium | |
| 2595 | Number of Even and Odd Bits | Easy | |
| 3607 | Power Grid Maintenance | Medium | |
| 2528 | Maximize the Minimum Powered City | Hard | |
| 1611 | Minimum One Bit Operations to Make Integers Zero | Hard | |
| 3492 | Maximum Containers on a Ship | Easy | |
| 3542 | Minimum Operations to Convert All Elements to Zero | Medium | |
| 2654 | Minimum Number of Operations to Make All Array Elements Equal to 1 | Medium | |
| 3421 | Find Students Who Improved | Medium | |
| 600 | Non-negative Integers without Consecutive Ones | Hard | |
| 915 | Partition Array into Disjoint Intervals | Medium | |
| 2164 | Sort Even and Odd Indices Independently | Easy | |
| 3747 | Count Distinct Integers After Removing Zeros | Medium | |
| 1688 | Count of Matches in Tournament | Easy | |
| 1437 | Check If All 1's Are at Least Length K Places Away | Easy | |
| 2659 | Make Array Empty | Hard | |
| 2154 | Keep Multiplying Found Values by Two | Easy | |
| 717 | 1-bit and 2-bit Characters | Easy | |
| 1036 | Escape a Large Maze | Hard | |
| 1465 | Maximum Area of a Piece of Cake After Horizontal and Vertical Cuts | Medium | |
| 3471 | Find the Largest Almost Missing Integer | Easy | |
| 2320 | Count Number of Ways to Place Houses | Medium | |
| 757 | Set Intersection Size At Least Two | Hard | |
| 3550 | Smallest Index With Digit Sum Equal to Index | Easy | |
| 1262 | Greatest Sum Divisible by Three | Medium | |
| 1018 | Binary Prefix Divisible By 5 | Easy | |
| 1050 | Actors and Directors Who Cooperated At Least Three Times | Easy | |
| 3756 | Concatenate Non-Zero Digits and Multiply by Sum II | Medium | |
| 1626 | Best Team With No Conflicts | Medium | |
| 3512 | Minimum Operations to Make Array Sum Divisible by K | Easy | |
| 1949 | Strong Friendship | Medium | |
| 3432 | Count Partitions with Even Sum Difference | Easy | |
| 2211 | Count Collisions on a Road | Medium | |
| 669 | Trim a Binary Search Tree | Medium | |
| 1606 | Find Servers That Handled Most Number of Requests | Hard | |
| 3751 | Total Waviness of Numbers in Range I | Medium | |
| 3770 | Largest Prime from Consecutive Prime Sum | Medium | |
| 3614 | Process String with Special Operations II | Hard | |
| 1925 | Count Square Sum Triples | Easy | |
| 3583 | Count Special Triplets | Medium | |
| 3577 | Count the Number of Computer Unlocking Permutations | Medium | |
| 488 | Zuma Game | Hard | |
| 3531 | Count Covered Buildings | Medium | |
| 3606 | Coupon Code Validator | Easy | |
| 2110 | Number of Smooth Descent Periods of a Stock | Medium | |
| 2778 | Sum of Squares of Special Elements | Easy | |
| 3562 | Maximum Profit from Trading Stocks with Discounts | Hard | |
| 2496 | Maximum Value of a String in an Array | Easy | |
| 1244 | Design A Leaderboard | Medium | |
| 2195 | Append K Integers With Minimal Sum | Medium | |
| 3074 | Apple Redistribution into Boxes | Easy | |
| 3664 | Two-Letter Card Game | Medium | |
| 3075 | Maximize Happiness of Selected Children | Medium | |
| 2535 | Difference Between Element Sum and Digit Sum of an Array | Easy | |
| 991 | Broken Calculator | Medium | |
| 1084 | Sales Analysis III | Easy | |
| 3499 | Maximize Active Section with Trade I | Medium | |
| 2625 | Flatten Deeply Nested Array | Medium | |
| 1411 | Number of Ways to Paint N × 3 Grid | Hard | |
| 1390 | Four Divisors | Medium | |
| 751 | IP to CIDR | Medium | |
| 3731 | Find Missing Elements | Easy | |
| 3438 | Find Valid Pair of Adjacent Digits in String | Easy | |
| 2630 | Memoize II | Hard | |
| 1339 | Maximum Product of Splitted Binary Tree | Medium | |
| 1458 | Max Dot Product of Two Subsequences | Hard | |
| 1603 | Design Parking System | Easy | |
| 3545 | Minimum Deletions for At Most K Distinct Characters | Easy | |
| 865 | Smallest Subtree with all the Deepest Nodes | Medium | |
| 956 | Tallest Billboard | Hard | |
| 712 | Minimum ASCII Delete Sum for Two Strings | Medium | |
| 978 | Longest Turbulent Subarray | Medium | |
| 1329 | Sort the Matrix Diagonally | Medium | |
| 2791 | Count Paths That Can Form a Palindrome in a Tree | Hard | |
| 3803 | Count Residue Prefixes | Easy | |
| 1932 | Merge BSTs to Create Single BST | Hard | |
| 1172 | Dinner Plate Stacks | Hard | |
| 2975 | Maximum Square Area by Removing Fences From a Field | Medium | |
| 3348 | Smallest Divisible Digit Product II | Hard | |
| 2943 | Maximize Area of Square Hole in Grid | Medium | |
| 1160 | Find Words That Can Be Formed by Characters | Easy | |
| 2225 | Find Players With Zero or One Losses | Medium | |
| 1162 | As Far from Land as Possible | Medium | |
| 3815 | Design Auction System | Medium | |
| 3314 | Construct the Minimum Bitwise Array I | Easy | |
| 1191 | K-Concatenation Maximum Sum | Medium | |
| 3014 | Minimum Number of Pushes to Type Word I | Easy | |
| 1801 | Number of Orders in the Backlog | Medium | |
| 3510 | Minimum Pair Removal to Sort Array II | Hard | |
| 1877 | Minimize Maximum Pair Sum in Array | Medium | |
| 2622 | Cache With Time Limit | Medium | |
| 2789 | Largest Element in an Array after Merge Operations | Medium | |
| 1641 | Count Sorted Vowel Strings | Medium | |
| 3821 | Find Nth Smallest Integer With K One Bits | Hard | |
| 3651 | Minimum Cost Path with Teleportations | Hard | |
| 2977 | Minimum Cost to Convert String II | Hard | |
| 3637 | Trionic Array I | Easy | |
| 3599 | Partition Array to Minimize XOR | Medium | |
| 3013 | Divide an Array Into Subarrays With Minimum Cost II | Hard | |
| 908 | Smallest Range I | Easy | |
| 3498 | Reverse Degree of a String | Easy | |
| 3640 | Trionic Array II | Hard | |
| 3824 | Minimum K to Reduce Array Within Limit | Medium | |
| 3379 | Transformed Array | Easy | |
| 3634 | Minimum Removals to Balance Array | Medium | |
| 2968 | Apply Operations to Maximize Frequency Score | Hard | |
| 1321 | Restaurant Growth | Medium | |
| 3719 | Longest Balanced Subarray I | Medium | |
| 3713 | Longest Balanced Substring I | Medium | |
| 3714 | Longest Balanced Substring II | Medium | |
| 2269 | Find the K-Beauty of a Number | Easy | |
| 2391 | Minimum Amount of Time to Collect Garbage | Medium | |
| 1796 | Second Largest Digit in a String | Easy | |
| 3475 | DNA Pattern Recognition | Medium | |
| 601 | Human Traffic of Stadium | Hard | |
| 3586 | Find COVID Recovery Patients | Medium | |
| 2470 | Number of Subarrays With LCM Equal to K | Medium | |
| 3743 | Maximize Cyclic Partition Score | Hard | |
| 3732 | Maximum Product of Three Elements After One Replacement | Medium | |
| 2768 | Number of Black Blocks | Medium | |
| 2344 | Minimum Deletions to Make Array Divisible | Hard | |
| 762 | Prime Number of Set Bits in Binary Representation | Easy | |
| 2090 | K Radius Subarray Averages | Medium | |
| 1022 | Sum of Root To Leaf Binary Numbers | Easy | |
| 3336 | Find the Number of Subsequences With Equal GCD | Hard | |
| 1309 | Decrypt String from Alphabet to Integer Mapping | Easy | |
| 3666 | Minimum Operations to Equalize Binary String | Hard | |
| 1158 | Market Analysis I | Medium | |
| 1680 | Concatenation of Consecutive Binary Numbers | Medium | |
| 1689 | Partitioning Into Minimum Number Of Deci-Binary Numbers | Medium | |
| 1784 | Check if Binary String Has at Most One Segment of Ones | Easy | |
| 3850 | Count Sequences to K | Hard | |
| 3658 | GCD of Odd and Even Sums | Easy | |
| 3858 | Minimum Bitwise OR From Grid | Medium | |
| 3129 | Find All Possible Stable Binary Arrays I | Medium | |
| 2895 | Minimum Processing Time | Medium | |
| 2591 | Distribute Money to Maximum Children | Easy | |
| 3296 | Minimum Number of Seconds to Make Mountain Height Zero | Medium | |
| 1583 | Count Unhappy Friends | Medium | |
| 3600 | Maximize Spanning Tree Stability with Upgrades | Hard | |
| 2074 | Reverse Nodes in Even Length Groups | Medium | |
| 1878 | Get Biggest Three Rhombus Sums in a Grid | Medium | |
| 3070 | Count Submatrices with Top-Left Element and Sum Less Than k | Medium | |
| 3567 | Minimum Absolute Difference in Sliding Submatrix | Medium | |
| 3643 | Flip Square Submatrix Vertically | Easy | |
| 3875 | Construct Uniform Parity Array I | Easy | |
| 1318 | Minimum Flips to Make a OR b Equal to c | Medium | |
| 1017 | Convert to Base -2 | Medium | |
| 2906 | Construct Product Matrix | Medium | |
| 3546 | Equal Sum Grid Partition I | Medium | |
| 3548 | Equal Sum Grid Partition II | Hard | |
| 2946 | Matrix Similarity After Cyclic Shifts | Easy | |
| 2839 | Check if Strings Can be Made Equal With Operations I | Easy | |
| 3490 | Count Beautiful Numbers | Hard | |
| 2840 | Check if Strings Can be Made Equal With Operations II | Medium | |
| 1795 | Rearrange Products Table | Easy | |
| 1693 | Daily Leads and Partners | Easy | |
| 3474 | Lexicographically Smallest Generated String | Hard | |
| 2368 | Reachable Nodes With Restrictions | Medium | |
| 3710 | Maximum Partition Factor | Hard | |
| 3418 | Maximum Amount of Money Robot Can Earn | Medium | |
| 398 | Random Pick Index | Medium | |
| 2075 | Decode the Slanted Ciphertext | Medium | |
| 902 | Numbers At Most N Given Digit Set | Hard | |
| 874 | Walking Robot Simulation | Medium | |
| 2715 | Timeout Cancellation | Easy | |
| 2097 | Valid Arrangement of Pairs | Hard | |
| 3740 | Minimum Distance Between Three Equal Elements I | Easy | |
| 3882 | Minimum XOR Path in a Grid | Medium | |
| 3741 | Minimum Distance Between Three Equal Elements II | Medium | |
| 3266 | Final Array State After K Multiplication Operations II | Hard | |
| 3896 | Minimum Operations to Transform Array into Alternating Prime | Medium | |
| 1848 | Minimum Distance to the Target Element | Easy | |
| 3894 | Traffic Signal Color | Easy | |
| 2858 | Minimum Edge Reversals So Every Node Is Reachable | Hard | |
| 3488 | Closest Equal Element Queries | Medium | |
| 2400 | Number of Ways to Reach a Position After Exactly k Steps | Medium | |
| 3448 | Count Substrings Divisible By Last Digit | Hard | |
| 3862 | Find the Smallest Balanced Index | Medium | |
| 3761 | Minimum Absolute Distance Between Mirror Pairs | Medium | |
| 3783 | Mirror Distance of an Integer | Easy | |
| 3723 | Maximize Sum of Squares of Digits | Medium | |
| 1195 | Fizz Buzz Multithreaded | Medium | |
| 3900 | Longest Balanced Substring After One Swap | Medium | |
| 2801 | Count Stepping Numbers in Range | Hard | |
| 738 | Monotone Increasing Digits | Medium | |
| 2833 | Furthest Point From Origin | Easy | |
| 3464 | Maximize the Distance Between Points on a Square | Hard | |
| 1391 | Check if There is a Valid Path in a Grid | Medium | |
| 2772 | Apply Operations to Make All Array Elements Equal to Zero | Medium | |
| 3225 | Maximum Score From Grid Operations | Hard | |
| 3742 | Maximum Path Score in a Grid | Medium | |
| 3082 | Find the Sum of the Power of All Subsequences | Hard | |
| 3660 | Jump Game IX | Medium | |
| 3629 | Minimum Jumps to Reach End via Prime Teleportation | Medium | |
| 161 | One Edit Distance | Medium | |
| 1914 | Cyclically Rotating a Grid | Medium | |
| 1429 | First Unique Number | Medium | |
| 2553 | Separate the Digits in an Array | Easy | |
| 1665 | Minimum Initial Energy to Finish Tasks | Hard | |
| 1674 | Minimum Moves to Make Array Complementary | Medium | |
| 2784 | Check if Array is Good | Easy | |
| 3569 | Maximize Count of Distinct Primes After Split | Hard | |
| 654 | Maximum Binary Tree | Medium | |
| 607 | Sales Person | Easy | |
| 3932 | Count K-th Roots in a Range | Medium | |
| 3935 | Power Update After K-th Largest Insertion I | Medium | |
| 1129 | Shortest Path with Alternating Colors | Medium | |
| 457 | Circular Array Loop | Medium | |
| 831 | Masking Personal Information | Medium | |
| 801 | Minimum Swaps To Make Sequences Increasing | Hard | |
| 3427 | Sum of Variable Length Subarrays | Easy | |
| 3377 | Digit Operations to Make Two Integers Equal | Medium | |
| 3121 | Count the Number of Special Characters II | Medium | |
| 1131 | Maximum of Absolute Value Expression | Medium | |
| 2395 | Find Subarrays With Equal Sum | Easy | |
| 3161 | Block Placement Queries | Hard | |
| 3300 | Minimum Element After Replacement With Digit Sum | Easy | |
| 3615 | Longest Palindromic Path in Graph | Hard | |
| 3633 | Earliest Finish Time for Land and Water Rides I | Easy | |
| 3635 | Earliest Finish Time for Land and Water Rides II | Medium | |
| 3753 | Total Waviness of Numbers in Range II | Hard | |
| 1711 | Count Good Meals | Medium | |
| 2951 | Find the Peaks | Easy | |
| 3689 | Maximum Total Subarray Value I | Medium | |
| 3559 | Number of Ways to Assign Edge Weights II | Hard | |
| 3838 | Weighted Word Mapping | Easy | |
| 1646 | Get Maximum in Generated Array | Easy | |
| 3691 | Maximum Total Subarray Value II | Hard | |
| 2608 | Shortest Cycle in a Graph | Hard | |
| 3961 | Maximize Sum of Device Ratings | Medium | |
| 1344 | Angle Between Hands of a Clock | Medium | |
| 2001 | Number of Pairs of Interchangeable Rectangles | Medium | |
| 3612 | Process String with Special Operations I | Medium | |
| 1981 | Minimize the Difference Between Target and Chosen Elements | Medium | |
| 1222 | Queens That Can Attack the King | Medium | |
| 1907 | Count Salary Categories | Medium | |
| 2913 | Subarrays Distinct Element Sum of Squares I | Easy | |
| 882 | Reachable Nodes In Subdivided Graph | Hard | |
| 1840 | Maximum Building Height | Hard | |
| 1839 | Longest Substring Of All Vowels in Order | Medium | |
| 1833 | Maximum Ice Cream Bars | Medium | |
| 1189 | Maximum Number of Balloons | Easy | |
| 1343 | Number of Sub-arrays of Size K and Average Greater than or Equal to Threshold | Medium | |
| 3962 | Maximum Subarray Sum After at Most K Swaps | Hard | |
| 1589 | Maximum Sum Obtained of Any Permutation | Medium | |
| 1297 | Maximum Number of Occurrences of a Substring | Medium | |
| 3699 | Number of ZigZag Arrays I | Hard | |
| 2706 | Buy Two Chocolates | Easy | |
| 1223 | Dice Roll Simulation | Hard | |
| 3737 | Count Subarrays With Majority Element I | Medium | |
| 3700 | Number of ZigZag Arrays II | Hard | |
| 2455 | Average Value of Even Numbers That Are Divisible by Three | Easy | |
| 2376 | Count Special Integers | Hard | |
| 1846 | Maximum Element After Decreasing and Rearranging | Medium | |
| 3975 | Filter Occupied Intervals | Medium | |
| 1967 | Number of Strings That Appear as Substrings in Word | Easy | |
| 2037 | Minimum Number of Moves to Seat Everyone | Easy | |
| 798 | Smallest Rotation with Highest Score | Hard | |
| 1670 | Design Front Middle Back Queue | Medium | |
| 1741 | Find Total Time Spent by Each Employee | Easy | |
| 1226 | The Dining Philosophers | Medium | |
| 2623 | Memoize | Medium | |
| 3517 | Smallest Palindromic Rearrangement I | Medium | |
| 804 | Unique Morse Code Words | Easy | |
| 3220 | Odd and Even Transactions | Medium | |
| 1301 | Number of Paths with Max Score | Hard | |
| 565 | Array Nesting | Medium | |
| 1288 | Remove Covered Intervals | Medium | |
| 3754 | Concatenate Non-Zero Digits and Multiply by Sum I | Easy | |
| 814 | Binary Tree Pruning | Medium | |
| 3976 | Maximum Subarray Sum After Multiplier | Medium | |
| 2502 | Design Memory Allocator | Medium | |
| 3668 | Restore Finishing Order | Easy | |
| 1720 | Decode XORed Array | Easy | |
| 3219 | Minimum Cost for Cutting Cake II | Hard | |
| 2600 | K Items With the Maximum Sum | Easy | |
| 2945 | Find Maximum Non-decreasing Array Length | Hard |
