All companies
Meta
417 Easy759 Medium205 Hard1381 total
| No. | Problem | Difficulty | Frequency |
|---|---|---|---|
| 408 | Valid Word Abbreviation | Easy | |
| 680 | Valid Palindrome II | Easy | |
| 1249 | Minimum Remove to Make Valid Parentheses | Medium | |
| 1 | Two Sum | Easy | |
| 50 | Pow(x, n) | Medium | |
| 56 | Merge Intervals | Medium | |
| 71 | Simplify Path | Medium | |
| 88 | Merge Sorted Array | Easy | |
| 121 | Best Time to Buy and Sell Stock | Easy | |
| 125 | Valid Palindrome | Easy | |
| 162 | Find Peak Element | Medium | |
| 199 | Binary Tree Right Side View | Medium | |
| 215 | Kth Largest Element in an Array | Medium | |
| 227 | Basic Calculator II | Medium | |
| 236 | Lowest Common Ancestor of a Binary Tree | Medium | |
| 314 | Binary Tree Vertical Order Traversal | Medium | |
| 339 | Nested List Weight Sum | Medium | |
| 543 | Diameter of Binary Tree | Easy | |
| 560 | Subarray Sum Equals K | Medium | |
| 528 | Random Pick with Weight | Medium | |
| 1650 | Lowest Common Ancestor of a Binary Tree III | Medium | |
| 1762 | Buildings With an Ocean View | Medium | |
| 2 | Add Two Numbers | Medium | |
| 14 | Longest Common Prefix | Easy | |
| 15 | 3Sum | Medium | |
| 20 | Valid Parentheses | Easy | |
| 23 | Merge k Sorted Lists | Hard | |
| 31 | Next Permutation | Medium | |
| 34 | Find First and Last Position of Element in Sorted Array | Medium | |
| 76 | Minimum Window Substring | Hard | |
| 129 | Sum Root to Leaf Numbers | Medium | |
| 133 | Clone Graph | Medium | |
| 138 | Copy List with Random Pointer | Medium | |
| 146 | LRU Cache | Medium | |
| 346 | Moving Average from Data Stream | Easy | |
| 347 | Top K Frequent Elements | Medium | |
| 670 | Maximum Swap | Medium | |
| 791 | Custom Sort String | Medium | |
| 827 | Making A Large Island | Hard | |
| 921 | Minimum Add to Make Parentheses Valid | Medium | |
| 938 | Range Sum of BST | Easy | |
| 973 | K Closest Points to Origin | Medium | |
| 986 | Interval List Intersections | Medium | |
| 987 | Vertical Order Traversal of a Binary Tree | Hard | |
| 1004 | Max Consecutive Ones III | Medium | |
| 1091 | Shortest Path in Binary Matrix | Medium | |
| 1570 | Dot Product of Two Sparse Vectors | Medium | |
| 3 | Longest Substring Without Repeating Characters | Medium | |
| 4 | Median of Two Sorted Arrays | Hard | |
| 5 | Longest Palindromic Substring | Medium | |
| 8 | String to Integer (atoi) | Medium | |
| 9 | Palindrome Number | Easy | |
| 11 | Container With Most Water | Medium | |
| 13 | Roman to Integer | Easy | |
| 17 | Letter Combinations of a Phone Number | Medium | |
| 19 | Remove Nth Node From End of List | Medium | |
| 21 | Merge Two Sorted Lists | Easy | |
| 22 | Generate Parentheses | Medium | |
| 26 | Remove Duplicates from Sorted Array | Easy | |
| 33 | Search in Rotated Sorted Array | Medium | |
| 42 | Trapping Rain Water | Hard | |
| 49 | Group Anagrams | Medium | |
| 53 | Maximum Subarray | Medium | |
| 65 | Valid Number | Hard | |
| 70 | Climbing Stairs | Easy | |
| 75 | Sort Colors | Medium | |
| 78 | Subsets | Medium | |
| 127 | Word Ladder | Hard | |
| 128 | Longest Consecutive Sequence | Medium | |
| 169 | Majority Element | Easy | |
| 173 | Binary Search Tree Iterator | Medium | |
| 200 | Number of Islands | Medium | |
| 207 | Course Schedule | Medium | |
| 219 | Contains Duplicate II | Easy | |
| 249 | Group Shifted Strings | Medium | |
| 270 | Closest Binary Search Tree Value | Easy | |
| 282 | Expression Add Operators | Hard | |
| 283 | Move Zeroes | Easy | |
| 398 | Random Pick Index | Medium | |
| 415 | Add Strings | Easy | |
| 480 | Sliding Window Median | Hard | |
| 498 | Diagonal Traverse | Medium | |
| 523 | Continuous Subarray Sum | Medium | |
| 636 | Exclusive Time of Functions | Medium | |
| 647 | Palindromic Substrings | Medium | |
| 721 | Accounts Merge | Medium | |
| 426 | Convert Binary Search Tree to Sorted Doubly Linked List | Medium | |
| 708 | Insert into a Sorted Circular Linked List | Medium | |
| 824 | Goat Latin | Easy | |
| 489 | Robot Room Cleaner | Hard | |
| 863 | All Nodes Distance K in Binary Tree | Medium | |
| 875 | Koko Eating Bananas | Medium | |
| 1216 | Valid Palindrome III | Hard | |
| 1539 | Kth Missing Positive Number | Easy | |
| 1768 | Merge Strings Alternately | Easy | |
| 1757 | Recyclable and Low Fat Products | Easy | |
| 7 | Reverse Integer | Medium | |
| 10 | Regular Expression Matching | Hard | |
| 16 | 3Sum Closest | Medium | |
| 18 | 4Sum | Medium | |
| 27 | Remove Element | Easy | |
| 28 | Find the Index of the First Occurrence in a String | Easy | |
| 32 | Longest Valid Parentheses | Hard | |
| 39 | Combination Sum | Medium | |
| 43 | Multiply Strings | Medium | |
| 48 | Rotate Image | Medium | |
| 51 | N-Queens | Hard | |
| 54 | Spiral Matrix | Medium | |
| 55 | Jump Game | Medium | |
| 62 | Unique Paths | Medium | |
| 66 | Plus One | Easy | |
| 67 | Add Binary | Easy | |
| 69 | Sqrt(x) | Easy | |
| 73 | Set Matrix Zeroes | Medium | |
| 79 | Word Search | Medium | |
| 84 | Largest Rectangle in Histogram | Hard | |
| 98 | Validate Binary Search Tree | Medium | |
| 102 | Binary Tree Level Order Traversal | Medium | |
| 116 | Populating Next Right Pointers in Each Node | Medium | |
| 118 | Pascal's Triangle | Easy | |
| 122 | Best Time to Buy and Sell Stock II | Medium | |
| 124 | Binary Tree Maximum Path Sum | Hard | |
| 131 | Palindrome Partitioning | Medium | |
| 139 | Word Break | Medium | |
| 163 | Missing Ranges | Easy | |
| 167 | Two Sum II - Input Array Is Sorted | Medium | |
| 189 | Rotate Array | Medium | |
| 206 | Reverse Linked List | Easy | |
| 209 | Minimum Size Subarray Sum | Medium | |
| 210 | Course Schedule II | Medium | |
| 217 | Contains Duplicate | Easy | |
| 224 | Basic Calculator | Hard | |
| 231 | Power of Two | Easy | |
| 234 | Palindrome Linked List | Easy | |
| 235 | Lowest Common Ancestor of a Binary Search Tree | Medium | |
| 238 | Product of Array Except Self | Medium | |
| 239 | Sliding Window Maximum | Hard | |
| 242 | Valid Anagram | Easy | |
| 246 | Strobogrammatic Number | Easy | |
| 253 | Meeting Rooms II | Medium | |
| 269 | Alien Dictionary | Hard | |
| 278 | First Bad Version | Easy | |
| 295 | Find Median from Data Stream | Hard | |
| 301 | Remove Invalid Parentheses | Hard | |
| 322 | Coin Change | Medium | |
| 329 | Longest Increasing Path in a Matrix | Hard | |
| 348 | Design Tic-Tac-Toe | Medium | |
| 378 | Kth Smallest Element in a Sorted Matrix | Medium | |
| 380 | Insert Delete GetRandom O(1) | Medium | |
| 394 | Decode String | Medium | |
| 410 | Split Array Largest Sum | Hard | |
| 419 | Battleships in a Board | Medium | |
| 424 | Longest Repeating Character Replacement | Medium | |
| 443 | String Compression | Medium | |
| 494 | Target Sum | Medium | |
| 525 | Contiguous Array | Medium | |
| 529 | Minesweeper | Medium | |
| 536 | Construct Binary Tree from String | Medium | |
| 540 | Single Element in a Sorted Array | Medium | |
| 545 | Boundary of Binary Tree | Medium | |
| 605 | Can Place Flowers | Easy | |
| 643 | Maximum Average Subarray I | Easy | |
| 658 | Find K Closest Elements | Medium | |
| 695 | Max Area of Island | Medium | |
| 739 | Daily Temperatures | Medium | |
| 766 | Toeplitz Matrix | Easy | |
| 825 | Friends Of Appropriate Ages | Medium | |
| 958 | Check Completeness of a Binary Tree | Medium | |
| 977 | Squares of a Sorted Array | Easy | |
| 1011 | Capacity To Ship Packages Within D Days | Medium | |
| 1060 | Missing Element in Sorted Array | Medium | |
| 1047 | Remove All Adjacent Duplicates In String | Easy | |
| 1424 | Diagonal Traverse II | Medium | |
| 1868 | Product of Two Run-Length Encoded Arrays | Medium | |
| 2265 | Count Nodes Equal to Average of Subtree | Medium | |
| 2235 | Add Two Integers | Easy | |
| 2667 | Create Hello World Function | Easy | |
| 123 | Best Time to Buy and Sell Stock III | Hard | |
| 6 | Zigzag Conversion | Medium | |
| 12 | Integer to Roman | Medium | |
| 25 | Reverse Nodes in k-Group | Hard | |
| 29 | Divide Two Integers | Medium | |
| 35 | Search Insert Position | Easy | |
| 36 | Valid Sudoku | Medium | |
| 37 | Sudoku Solver | Hard | |
| 38 | Count and Say | Medium | |
| 40 | Combination Sum II | Medium | |
| 41 | First Missing Positive | Hard | |
| 44 | Wildcard Matching | Hard | |
| 45 | Jump Game II | Medium | |
| 46 | Permutations | Medium | |
| 57 | Insert Interval | Medium | |
| 58 | Length of Last Word | Easy | |
| 61 | Rotate List | Medium | |
| 68 | Text Justification | Hard | |
| 72 | Edit Distance | Medium | |
| 74 | Search a 2D Matrix | Medium | |
| 77 | Combinations | Medium | |
| 80 | Remove Duplicates from Sorted Array II | Medium | |
| 81 | Search in Rotated Sorted Array II | Medium | |
| 85 | Maximal Rectangle | Hard | |
| 90 | Subsets II | Medium | |
| 91 | Decode Ways | Medium | |
| 92 | Reverse Linked List II | Medium | |
| 94 | Binary Tree Inorder Traversal | Easy | |
| 100 | Same Tree | Easy | |
| 101 | Symmetric Tree | Easy | |
| 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 | |
| 110 | Balanced Binary Tree | Easy | |
| 113 | Path Sum II | Medium | |
| 114 | Flatten Binary Tree to Linked List | Medium | |
| 117 | Populating Next Right Pointers in Each Node II | Medium | |
| 126 | Word Ladder II | Hard | |
| 134 | Gas Station | Medium | |
| 135 | Candy | Hard | |
| 136 | Single Number | Easy | |
| 137 | Single Number II | Medium | |
| 140 | Word Break II | Hard | |
| 141 | Linked List Cycle | Easy | |
| 143 | Reorder List | Medium | |
| 148 | Sort List | Medium | |
| 150 | Evaluate Reverse Polish Notation | Medium | |
| 151 | Reverse Words in a String | Medium | |
| 152 | Maximum Product Subarray | Medium | |
| 153 | Find Minimum in Rotated Sorted Array | Medium | |
| 155 | Min Stack | Medium | |
| 168 | Excel Sheet Column Title | Easy | |
| 175 | Combine Two Tables | Easy | |
| 176 | Second Highest Salary | Medium | |
| 179 | Largest Number | Medium | |
| 197 | Rising Temperature | Easy | |
| 198 | House Robber | Medium | |
| 202 | Happy Number | Easy | |
| 204 | Count Primes | Medium | |
| 205 | Isomorphic Strings | Easy | |
| 208 | Implement Trie (Prefix Tree) | Medium | |
| 218 | The Skyline Problem | Hard | |
| 229 | Majority Element II | Medium | |
| 230 | Kth Smallest Element in a BST | Medium | |
| 237 | Delete Node in a Linked List | Medium | |
| 240 | Search a 2D Matrix II | Medium | |
| 247 | Strobogrammatic Number II | Medium | |
| 252 | Meeting Rooms | Easy | |
| 257 | Binary Tree Paths | Easy | |
| 268 | Missing Number | Easy | |
| 273 | Integer to English Words | Hard | |
| 286 | Walls and Gates | Medium | |
| 287 | Find the Duplicate Number | Medium | |
| 297 | Serialize and Deserialize Binary Tree | Hard | |
| 300 | Longest Increasing Subsequence | Medium | |
| 303 | Range Sum Query - Immutable | Easy | |
| 311 | Sparse Matrix Multiplication | Medium | |
| 317 | Shortest Distance from All Buildings | Hard | |
| 325 | Maximum Size Subarray Sum Equals k | Medium | |
| 328 | Odd Even Linked List | Medium | |
| 334 | Increasing Triplet Subsequence | Medium | |
| 341 | Flatten Nested List Iterator | Medium | |
| 344 | Reverse String | Easy | |
| 349 | Intersection of Two Arrays | Easy | |
| 392 | Is Subsequence | Easy | |
| 402 | Remove K Digits | Medium | |
| 416 | Partition Equal Subset Sum | Medium | |
| 438 | Find All Anagrams in a String | Medium | |
| 451 | Sort Characters By Frequency | Medium | |
| 485 | Max Consecutive Ones | Easy | |
| 490 | The Maze | Medium | |
| 493 | Reverse Pairs | Hard | |
| 496 | Next Greater Element I | Easy | |
| 503 | Next Greater Element II | Medium | |
| 547 | Number of Provinces | Medium | |
| 556 | Next Greater Element III | Medium | |
| 567 | Permutation in String | Medium | |
| 572 | Subtree of Another Tree | Easy | |
| 595 | Big Countries | Easy | |
| 602 | Friend Requests II: Who Has the Most Friends | Medium | |
| 621 | Task Scheduler | Medium | |
| 653 | Two Sum IV - Input is a BST | Easy | |
| 678 | Valid Parenthesis String | Medium | |
| 689 | Maximum Sum of 3 Non-Overlapping Subarrays | Hard | |
| 724 | Find Pivot Index | Easy | |
| 735 | Asteroid Collision | Medium | |
| 703 | Kth Largest Element in a Stream | Easy | |
| 704 | Binary Search | Easy | |
| 778 | Swim in Rising Water | Hard | |
| 784 | Letter Case Permutation | Medium | |
| 785 | Is Graph Bipartite? | Medium | |
| 796 | Rotate String | Easy | |
| 852 | Peak Index in a Mountain Array | Medium | |
| 865 | Smallest Subtree with all the Deepest Nodes | Medium | |
| 876 | Middle of the Linked List | Easy | |
| 896 | Monotonic Array | Easy | |
| 904 | Fruit Into Baskets | Medium | |
| 905 | Sort Array By Parity | Easy | |
| 934 | Shortest Bridge | Medium | |
| 953 | Verifying an Alien Dictionary | Easy | |
| 968 | Binary Tree Cameras | Hard | |
| 509 | Fibonacci Number | Easy | |
| 983 | Minimum Cost For Tickets | Medium | |
| 989 | Add to Array-Form of Integer | Easy | |
| 994 | Rotting Oranges | Medium | |
| 1071 | Greatest Common Divisor of Strings | Easy | |
| 1094 | Car Pooling | Medium | |
| 1108 | Defanging an IP Address | Easy | |
| 1123 | Lowest Common Ancestor of Deepest Leaves | Medium | |
| 1141 | User Activity for the Past 30 Days I | Easy | |
| 1143 | Longest Common Subsequence | Medium | |
| 1148 | Article Views I | Easy | |
| 1209 | Remove All Adjacent Duplicates in String II | Medium | |
| 1251 | Average Selling Price | Easy | |
| 1431 | Kids With the Greatest Number of Candies | Easy | |
| 1443 | Minimum Time to Collect All Apples in a Tree | Medium | |
| 1581 | Customer Who Visited but Did Not Make Any Transactions | Easy | |
| 1644 | Lowest Common Ancestor of a Binary Tree II | Medium | |
| 1662 | Check If Two String Arrays are Equivalent | Easy | |
| 1661 | Average Time of Process per Machine | Easy | |
| 1752 | Check if Array Is Sorted and Rotated | Easy | |
| 1778 | Shortest Path in a Hidden Grid | Medium | |
| 1838 | Frequency of the Most Frequent Element | Medium | |
| 1891 | Cutting Ribbons | Medium | |
| 1929 | Concatenation of Array | Easy | |
| 2149 | Rearrange Array Elements by Sign | Medium | |
| 96 | Unique Binary Search Trees | Medium | |
| 2043 | Simple Bank System | Medium | |
| 24 | Swap Nodes in Pairs | Medium | |
| 30 | Substring with Concatenation of All Words | Hard | |
| 59 | Spiral Matrix II | Medium | |
| 63 | Unique Paths II | Medium | |
| 64 | Minimum Path Sum | Medium | |
| 93 | Restore IP Addresses | Medium | |
| 95 | Unique Binary Search Trees II | Medium | |
| 108 | Convert Sorted Array to Binary Search Tree | Easy | |
| 109 | Convert Sorted List to Binary Search Tree | Medium | |
| 111 | Minimum Depth of Binary Tree | Easy | |
| 112 | Path Sum | Easy | |
| 130 | Surrounded Regions | Medium | |
| 142 | Linked List Cycle II | Medium | |
| 149 | Max Points on a Line | Hard | |
| 157 | Read N Characters Given Read4 | Easy | |
| 158 | Read N Characters Given read4 II - Call Multiple Times | Hard | |
| 160 | Intersection of Two Linked Lists | Easy | |
| 161 | One Edit Distance | Medium | |
| 181 | Employees Earning More Than Their Managers | Easy | |
| 182 | Duplicate Emails | Easy | |
| 183 | Customers Who Never Order | Easy | |
| 187 | Repeated DNA Sequences | Medium | |
| 190 | Reverse Bits | Easy | |
| 191 | Number of 1 Bits | Easy | |
| 203 | Remove Linked List Elements | Easy | |
| 211 | Design Add and Search Words Data Structure | Medium | |
| 212 | Word Search II | Hard | |
| 213 | House Robber II | Medium | |
| 221 | Maximal Square | Medium | |
| 226 | Invert Binary Tree | Easy | |
| 228 | Summary Ranges | Easy | |
| 232 | Implement Queue using Stacks | Easy | |
| 261 | Graph Valid Tree | Medium | |
| 265 | Paint House II | Hard | |
| 266 | Palindrome Permutation | Easy | |
| 271 | Encode and Decode Strings | Medium | |
| 274 | H-Index | Medium | |
| 275 | H-Index II | Medium | |
| 277 | Find the Celebrity | Medium | |
| 285 | Inorder Successor in BST | Medium | |
| 289 | Game of Life | Medium | |
| 290 | Word Pattern | Easy | |
| 304 | Range Sum Query 2D - Immutable | Medium | |
| 316 | Remove Duplicate Letters | Medium | |
| 319 | Bulb Switcher | Medium | |
| 326 | Power of Three | Easy | |
| 333 | Largest BST Subtree | Medium | |
| 338 | Counting Bits | Easy | |
| 343 | Integer Break | Medium | |
| 345 | Reverse Vowels of a String | Easy | |
| 350 | Intersection of Two Arrays II | Easy | |
| 367 | Valid Perfect Square | Easy | |
| 371 | Sum of Two Integers | Medium | |
| 373 | Find K Pairs with Smallest Sums | Medium | |
| 377 | Combination Sum IV | Medium | |
| 381 | Insert Delete GetRandom O(1) - Duplicates allowed | Hard | |
| 383 | Ransom Note | Easy | |
| 387 | First Unique Character in a String | Easy | |
| 388 | Longest Absolute File Path | Medium | |
| 399 | Evaluate Division | Medium | |
| 404 | Sum of Left Leaves | Easy | |
| 405 | Convert a Number to Hexadecimal | Easy | |
| 407 | Trapping Rain Water II | Hard | |
| 409 | Longest Palindrome | Easy | |
| 412 | Fizz Buzz | Easy | |
| 417 | Pacific Atlantic Water Flow | Medium | |
| 435 | Non-overlapping Intervals | Medium | |
| 437 | Path Sum III | Medium | |
| 442 | Find All Duplicates in an Array | Medium | |
| 448 | Find All Numbers Disappeared in an Array | Easy | |
| 450 | Delete Node in a BST | Medium | |
| 455 | Assign Cookies | Easy | |
| 456 | 132 Pattern | Medium | |
| 461 | Hamming Distance | Easy | |
| 468 | Validate IP Address | Medium | |
| 477 | Total Hamming Distance | Medium | |
| 516 | Longest Palindromic Subsequence | Medium | |
| 530 | Minimum Absolute Difference in BST | Easy | |
| 535 | Encode and Decode TinyURL | Medium | |
| 542 | 01 Matrix | Medium | |
| 554 | Brick Wall | Medium | |
| 570 | Managers with at Least 5 Direct Reports | Medium | |
| 578 | Get Highest Answer Rate Question | Medium | |
| 584 | Find Customer Referee | Easy | |
| 597 | Friend Requests I: Overall Acceptance Rate | Easy | |
| 610 | Triangle Judgement | Easy | |
| 616 | Add Bold Tag in String | Medium | |
| 617 | Merge Two Binary Trees | Easy | |
| 633 | Sum of Square Numbers | Medium | |
| 637 | Average of Levels in Binary Tree | Easy | |
| 639 | Decode Ways II | Hard | |
| 642 | Design Search Autocomplete System | Hard | |
| 645 | Set Mismatch | Easy | |
| 662 | Maximum Width of Binary Tree | Medium | |
| 673 | Number of Longest Increasing Subsequence | Medium | |
| 674 | Longest Continuous Increasing Subsequence | Easy | |
| 682 | Baseball Game | Easy | |
| 691 | Stickers to Spell Word | Hard | |
| 692 | Top K Frequent Words | Medium | |
| 713 | Subarray Product Less Than K | Medium | |
| 714 | Best Time to Buy and Sell Stock with Transaction Fee | Medium | |
| 723 | Candy Crush | Medium | |
| 733 | Flood Fill | Easy | |
| 745 | Prefix and Suffix Search | Hard | |
| 750 | Number Of Corner Rectangles | Medium | |
| 752 | Open the Lock | Medium | |
| 764 | Largest Plus Sign | Medium | |
| 767 | Reorganize String | Medium | |
| 771 | Jewels and Stones | Easy | |
| 700 | Search in a Binary Search Tree | Easy | |
| 787 | Cheapest Flights Within K Stops | Medium | |
| 706 | Design HashMap | Easy | |
| 801 | Minimum Swaps To Make Sequences Increasing | Hard | |
| 622 | Design Circular Queue | Medium | |
| 844 | Backspace String Compare | Easy | |
| 893 | Groups of Special-Equivalent Strings | Medium | |
| 907 | Sum of Subarray Minimums | Medium | |
| 912 | Sort an Array | Medium | |
| 918 | Maximum Sum Circular Subarray | Medium | |
| 930 | Binary Subarrays With Sum | Medium | |
| 981 | Time Based Key-Value Store | Medium | |
| 998 | Maximum Binary Tree II | Medium | |
| 1008 | Construct Binary Search Tree from Preorder Traversal | Medium | |
| 1021 | Remove Outermost Parentheses | Easy | |
| 1033 | Moving Stones Until Consecutive | Medium | |
| 1040 | Moving Stones Until Consecutive II | Medium | |
| 1161 | Maximum Level Sum of a Binary Tree | Medium | |
| 1043 | Partition Array for Maximum Sum | Medium | |
| 1197 | Minimum Knight Moves | Medium | |
| 1213 | Intersection of Three Sorted Arrays | Easy | |
| 1070 | Product Sales Analysis III | Medium | |
| 1075 | Project Employees I | Easy | |
| 1076 | Project Employees II | Easy | |
| 1077 | Project Employees III | Medium | |
| 1245 | Tree Diameter | Medium | |
| 550 | Game Play Analysis IV | Medium | |
| 1110 | Delete Nodes And Return Forest | Medium | |
| 1113 | Reported Posts | Easy | |
| 1287 | Element Appearing More Than 25% In Sorted Array | Easy | |
| 1132 | Reported Posts II | Medium | |
| 1142 | User Activity for the Past 30 Days II | Easy | |
| 1331 | Rank Transform of an Array | Easy | |
| 1236 | Web Crawler | Medium | |
| 1361 | Validate Binary Tree Nodes | Medium | |
| 1382 | Balance a Binary Search Tree | Medium | |
| 1944 | Number of Visible People in a Queue | Hard | |
| 1207 | Unique Number of Occurrences | Easy | |
| 1211 | Queries Quality and Percentage | Easy | |
| 1225 | Report Contiguous Dates | Hard | |
| 1239 | Maximum Length of a Concatenated String with Unique Characters | Medium | |
| 1242 | Web Crawler Multithreaded | Medium | |
| 1248 | Count Number of Nice Subarrays | Medium | |
| 1428 | Leftmost Column with at Least a One | Medium | |
| 1241 | Number of Comments per Post | Easy | |
| 2303 | Calculate Amount Paid in Taxes | Easy | |
| 1266 | Minimum Time Visiting All Points | Easy | |
| 1264 | Page Recommendations | Medium | |
| 1344 | Angle Between Hands of a Clock | Medium | |
| 1322 | Ads Performance | Easy | |
| 1357 | Apply Discount Every n Orders | Medium | |
| 1358 | Number of Substrings Containing All Three Characters | Medium | |
| 1351 | Count Negative Numbers in a Sorted Matrix | Easy | |
| 1352 | Product of the Last K Numbers | Medium | |
| 1353 | Maximum Number of Events That Can Be Attended | Medium | |
| 1379 | Find a Corresponding Node of a Binary Tree in a Clone of That Tree | Easy | |
| 1378 | Replace Employee ID With The Unique Identifier | Easy | |
| 1398 | Customers Who Bought Products A and B but Not C | Medium | |
| 1438 | Longest Continuous Subarray With Absolute Diff Less Than or Equal to Limit | Medium | |
| 1439 | Find the Kth Smallest Sum of a Matrix With Sorted Rows | Hard | |
| 1460 | Make Two Arrays Equal by Reversing Subarrays | Easy | |
| 1453 | Maximum Number of Darts Inside of a Circular Dartboard | Hard | |
| 1445 | Apples & Oranges | Medium | |
| 1493 | Longest Subarray of 1's After Deleting One Element | Medium | |
| 1480 | Running Sum of 1d Array | Easy | |
| 1482 | Minimum Number of Days to Make m Bouquets | Medium | |
| 1498 | Number of Subsequences That Satisfy the Given Sum Condition | Medium | |
| 1522 | Diameter of N-Ary Tree | Medium | |
| 1586 | Binary Search Tree Iterator II | Medium | |
| 1614 | Maximum Nesting Depth of the Parentheses | Easy | |
| 1679 | Max Number of K-Sum Pairs | Medium | |
| 1718 | Construct the Lexicographically Largest Valid Sequence | Medium | |
| 1683 | Invalid Tweets | Easy | |
| 1748 | Sum of Unique Elements | Easy | |
| 1781 | Sum of Beauty of All Substrings | Medium | |
| 1773 | Count Items Matching a Rule | Easy | |
| 1790 | Check if One String Swap Can Make Strings Equal | Easy | |
| 1810 | Minimum Path Cost in a Hidden Grid | Medium | |
| 1826 | Faulty Sensor | Easy | |
| 1926 | Nearest Exit from Entrance in Maze | Medium | |
| 1928 | Minimum Cost to Reach Destination in Time | Hard | |
| 1892 | Page Recommendations II | Hard | |
| 1920 | Build Array from Permutation | Easy | |
| 1922 | Count Good Numbers | Medium | |
| 1947 | Maximum Compatibility Score Sum | Medium | |
| 1976 | Number of Ways to Arrive at Destination | Medium | |
| 1949 | Strong Friendship | Medium | |
| 1973 | Count Nodes Equal to Sum of Descendants | Medium | |
| 2014 | Longest Subsequence Repeated k Times | Hard | |
| 2090 | K Radius Subarray Averages | Medium | |
| 2210 | Count Hills and Valleys in an Array | Easy | |
| 2199 | Finding the Topic of Each Post | Hard | |
| 2289 | Steps to Make Array Non-decreasing | Medium | |
| 2365 | Task Scheduler II | Medium | |
| 2452 | Words Within Two Edits of Dictionary | Medium | |
| 2553 | Separate the Digits in an Array | Easy | |
| 2596 | Check Knight Tour Configuration | Medium | |
| 2704 | To Be Or Not To Be | Easy | |
| 2824 | Count Pairs Whose Sum is Less than Target | Easy | |
| 2877 | Create a DataFrame from List | Easy | |
| 312 | Burst Balloons | Hard | |
| 82 | Remove Duplicates from Sorted List II | Medium | |
| 86 | Partition List | Medium | |
| 1045 | Customers Who Bought All Products | Medium | |
| 222 | Count Complete Tree Nodes | Easy | |
| 860 | Lemonade Change | Easy | |
| 609 | Find Duplicate File in System | Medium | |
| 120 | Triangle | Medium | |
| 263 | Ugly Number | Easy | |
| 196 | Delete Duplicate Emails | Easy | |
| 1341 | Movie Rating | Medium | |
| 577 | Employee Bonus | Easy | |
| 1609 | Even Odd Tree | Medium | |
| 1164 | Product Price at a Given Date | Medium | |
| 1275 | Find Winner on a Tic Tac Toe Game | Easy | |
| 1280 | Students and Examinations | Easy | |
| 539 | Minimum Time Difference | Medium | |
| 931 | Minimum Falling Path Sum | Medium | |
| 386 | Lexicographical Numbers | Medium | |
| 3043 | Find the Length of the Longest Common Prefix | Medium | |
| 432 | All O`one Data Structure | Hard | |
| 52 | N-Queens II | Hard | |
| 1832 | Check if the Sentence Is Pangram | Easy | |
| 315 | Count of Smaller Numbers After Self | Hard | |
| 1233 | Remove Sub-Folders from the Filesystem | Medium | |
| 1545 | Find Kth Bit in Nth Binary String | Medium | |
| 933 | Number of Recent Calls | Easy | |
| 83 | Remove Duplicates from Sorted List | Easy | |
| 814 | Binary Tree Pruning | Medium | |
| 684 | Redundant Connection | Medium | |
| 696 | Count Binary Substrings | Easy | |
| 195 | Tenth Line | Easy | |
| 1283 | Find the Smallest Divisor Given a Threshold | Medium | |
| 510 | Inorder Successor in BST II | Medium | |
| 1319 | Number of Operations to Make Network Connected | Medium | |
| 1652 | Defuse the Bomb | Easy | |
| 746 | Min Cost Climbing Stairs | Easy | |
| 225 | Implement Stack using Queues | Easy | |
| 901 | Online Stock Span | Medium | |
| 3371 | Identify the Largest Outlier in an Array | Medium | |
| 258 | Add Digits | Easy | |
| 1903 | Largest Odd Number in String | Easy | |
| 541 | Reverse String II | Easy | |
| 1025 | Divisor Game | Easy | |
| 1422 | Maximum Score After Splitting a String | Easy | |
| 620 | Not Boring Movies | Easy | |
| 2381 | Shifting Letters II | Medium | |
| 1769 | Minimum Number of Operations to Move All Balls to Each Box | Medium | |
| 2657 | Find the Prefix Common Array of Two Arrays | Medium | |
| 980 | Unique Paths III | Hard | |
| 585 | Investments in 2016 | Medium | |
| 802 | Find Eventual Safe States | Medium | |
| 941 | Valid Mountain Array | Easy | |
| 1174 | Immediate Food Delivery II | Medium | |
| 867 | Transpose Matrix | Easy | |
| 132 | Palindrome Partitioning II | Hard | |
| 1193 | Monthly Transactions I | Medium | |
| 166 | Fraction to Recurring Decimal | Medium | |
| 2965 | Find Missing and Repeated Values | Easy | |
| 594 | Longest Harmonious Subsequence | Easy | |
| 441 | Arranging Coins | Easy | |
| 115 | Distinct Subsequences | Hard | |
| 368 | Largest Divisible Subset | Medium | |
| 1653 | Minimum Deletions to Make String Balanced | Medium | |
| 354 | Russian Doll Envelopes | Hard | |
| 1470 | Shuffle the Array | Easy | |
| 178 | Rank Scores | Medium | |
| 1229 | Meeting Scheduler | Medium | |
| 781 | Rabbits in Forest | Medium | |
| 2145 | Count the Hidden Sequences | Medium | |
| 1423 | Maximum Points You Can Obtain from Cards | Medium | |
| 3527 | Find the Most Common Response | Medium | |
| 1295 | Find Numbers with Even Number of Digits | Easy | |
| 159 | Longest Substring with At Most Two Distinct Characters | Medium | |
| 2094 | Finding 3-Digit Even Numbers | Easy | |
| 3304 | Find the K-th Character in String Game I | Easy | |
| 3545 | Minimum Deletions for At Most K Distinct Characters | Easy | |
| 2566 | Maximum Difference by Remapping a Digit | Easy | |
| 2099 | Find Subsequence of Length K With the Largest Sum | Easy | |
| 97 | Interleaving String | Medium | |
| 1394 | Find Lucky Integer in an Array | Easy | |
| 518 | Coin Change II | Medium | |
| 1672 | Richest Customer Wealth | Easy | |
| 3477 | Fruits Into Baskets II | Easy | |
| 3636 | Threshold Majority Queries | Hard | |
| 3688 | Bitwise OR of Even Numbers in an Array | Easy | |
| 3650 | Minimum Cost Path with Edge Reversals | Medium | |
| 3507 | Minimum Pair Removal to Sort Array I | Easy | |
| 3829 | Design Ride Sharing System | Medium | |
| 3862 | Find the Smallest Balanced Index | Medium | |
| 47 | Permutations II | Medium | |
| 107 | Binary Tree Level Order Traversal II | Medium | |
| 119 | Pascal's Triangle II | Easy | |
| 144 | Binary Tree Preorder Traversal | Easy | |
| 145 | Binary Tree Postorder Traversal | Easy | |
| 172 | Factorial Trailing Zeroes | Medium | |
| 174 | Dungeon Game | Hard | |
| 180 | Consecutive Numbers | Medium | |
| 184 | Department Highest Salary | Medium | |
| 185 | Department Top Three Salaries | Hard | |
| 188 | Best Time to Buy and Sell Stock IV | Hard | |
| 223 | Rectangle Area | Medium | |
| 233 | Number of Digit One | Hard | |
| 296 | Best Meeting Point | Hard | |
| 299 | Bulls and Cows | Medium | |
| 310 | Minimum Height Trees | Medium | |
| 323 | Number of Connected Components in an Undirected Graph | Medium | |
| 330 | Patching Array | Hard | |
| 332 | Reconstruct Itinerary | Hard | |
| 337 | House Robber III | Medium | |
| 342 | Power of Four | Easy | |
| 384 | Shuffle an Array | Medium | |
| 389 | Find the Difference | Easy | |
| 393 | UTF-8 Validation | Medium | |
| 406 | Queue Reconstruction by Height | Medium | |
| 445 | Add Two Numbers II | Medium | |
| 460 | LFU Cache | Hard | |
| 463 | Island Perimeter | Easy | |
| 501 | Find Mode in Binary Search Tree | Easy | |
| 502 | IPO | Hard | |
| 515 | Find Largest Value in Each Tree Row | Medium | |
| 1721 | Swapping Nodes in a Linked List | Medium | |
| 561 | Array Partition | Easy | |
| 601 | Human Traffic of Stadium | Hard | |
| 628 | Maximum Product of Three Numbers | Easy | |
| 649 | Dota2 Senate | Medium | |
| 687 | Longest Univalue Path | Medium | |
| 688 | Knight Probability in Chessboard | Medium | |
| 698 | Partition to K Equal Sum Subsets | Medium | |
| 715 | Range Module | Hard | |
| 727 | Minimum Window Subsequence | Hard | |
| 430 | Flatten a Multilevel Doubly Linked List | Medium | |
| 763 | Partition Labels | Medium | |
| 772 | Basic Calculator III | Hard | |
| 779 | K-th Symbol in Grammar | Medium | |
| 797 | All Paths From Source to Target | Medium | |
| 705 | Design HashSet | Easy | |
| 815 | Bus Routes | Hard | |
| 819 | Most Common Word | Easy | |
| 826 | Most Profit Assigning Work | Medium | |
| 836 | Rectangle Overlap | Easy | |
| 846 | Hand of Straights | Medium | |
| 862 | Shortest Subarray with Sum at Least K | Hard | |
| 872 | Leaf-Similar Trees | Easy | |
| 881 | Boats to Save People | Medium | |
| 919 | Complete Binary Tree Inserter | Medium | |
| 974 | Subarray Sums Divisible by K | Medium | |
| 992 | Subarrays with K Different Integers | Hard | |
| 993 | Cousins in Binary Tree | Easy | |
| 1002 | Find Common Characters | Easy | |
| 1026 | Maximum Difference Between Node and Ancestor | Medium | |
| 1028 | Recover a Tree From Preorder Traversal | Hard | |
| 1029 | Two City Scheduling | Medium | |
| 1046 | Last Stone Weight | Easy | |
| 1052 | Grumpy Bookstore Owner | Medium | |
| 1092 | Shortest Common Supersequence | Hard | |
| 1095 | Find in Mountain Array | Hard | |
| 1106 | Parsing A Boolean Expression | Hard | |
| 1122 | Relative Sort Array | Easy | |
| 1137 | N-th Tribonacci Number | Easy | |
| 1315 | Sum of Nodes with Even-Valued Grandparent | Medium | |
| 1146 | Snapshot Array | Medium | |
| 1155 | Number of Dice Rolls With Target Sum | Medium | |
| 2226 | Maximum Candies Allocated to K Children | Medium | |
| 1206 | Design Skiplist | Hard | |
| 1254 | Number of Closed Islands | Medium | |
| 1268 | Search Suggestions System | Medium | |
| 1281 | Subtract the Product and Sum of Digits of an Integer | Easy | |
| 1290 | Convert Binary Number in a Linked List to Integer | Easy | |
| 1293 | Shortest Path in a Grid with Obstacles Elimination | Hard | |
| 1305 | All Elements in Two Binary Search Trees | Medium | |
| 1373 | Maximum Sum BST in Binary Tree | Hard | |
| 1448 | Count Good Nodes in Binary Tree | Medium | |
| 1436 | Destination City | Easy | |
| 1512 | Number of Good Pairs | Easy | |
| 1541 | Minimum Insertions to Balance a Parentheses String | Medium | |
| 1517 | Find Users With Valid E-Mails | Easy | |
| 1598 | Crawler Log Folder | Easy | |
| 1631 | Path With Minimum Effort | Medium | |
| 1701 | Average Waiting Time | Medium | |
| 1688 | Count of Matches in Tournament | Easy | |
| 1731 | The Number of Employees Which Report to Each Employee | Easy | |
| 1789 | Primary Department for Each Employee | Easy | |
| 1854 | Maximum Population Year | Easy | |
| 1877 | Minimize Maximum Pair Sum in Array | Medium | |
| 1901 | Find a Peak Element II | Medium | |
| 1930 | Unique Length-3 Palindromic Subsequences | Medium | |
| 1934 | Confirmation Rate | Medium | |
| 1980 | Find Unique Binary String | Medium | |
| 1971 | Find if Path Exists in Graph | Easy | |
| 2060 | Check if an Original String Exists Given Two Encoded Strings | Hard | |
| 2073 | Time Needed to Buy Tickets | Easy | |
| 2096 | Step-By-Step Directions From a Binary Tree Node to Another | Medium | |
| 2109 | Adding Spaces to a String | Medium | |
| 2236 | Root Equals Sum of Children | Easy | |
| 2302 | Count Subarrays With Score Less Than K | Hard | |
| 2367 | Number of Arithmetic Triplets | Easy | |
| 2373 | Largest Local Values in a Matrix | Easy | |
| 2418 | Sort the People | Easy | |
| 2444 | Count Subarrays With Fixed Bounds | Hard | |
| 2461 | Maximum Sum of Distinct Subarrays With Length K | Medium | |
| 2485 | Find the Pivot Integer | Easy | |
| 2487 | Remove Nodes From Linked List | Medium | |
| 2502 | Design Memory Allocator | Medium | |
| 2620 | Counter | Easy | |
| 2619 | Array Prototype Last | Easy | |
| 2627 | Debounce | Medium | |
| 2635 | Apply Transform Over Each Element in Array | Easy | |
| 2694 | Event Emitter | Medium | |
| 2956 | Find Common Elements Between Two Arrays | Easy | |
| 2962 | Count Subarrays Where Max Element Appears at Least K Times | Medium | |
| 3005 | Count Elements With Maximum Frequency | Easy | |
| 3202 | Find the Maximum Length of Valid Subsequence II | Medium | |
| 264 | Ugly Number II | Medium | |
| 1334 | Find the City With the Smallest Number of Neighbors at a Threshold Distance | Medium | |
| 2915 | Length of the Longest Subsequence That Sums to Target | Medium | |
| 2160 | Minimum Sum of Four Digit Number After Splitting Digits | Easy | |
| 2678 | Number of Senior Citizens | Easy | |
| 581 | Shortest Unsorted Continuous Subarray | Medium | |
| 885 | Spiral Matrix III | Medium | |
| 959 | Regions Cut By Slashes | Medium | |
| 2104 | Sum of Subarray Ranges | Medium | |
| 1140 | Stone Game II | Medium | |
| 60 | Permutation Sequence | Hard | |
| 2529 | Maximum Count of Positive Integer and Negative Integer | Easy | |
| 340 | Longest Substring with At Most K Distinct Characters | Medium | |
| 1514 | Path with Maximum Probability | Medium | |
| 1446 | Consecutive Characters | Easy | |
| 2239 | Find Closest Number to Zero | Easy | |
| 2022 | Convert 1D Array Into 2D Array | Easy | |
| 843 | Guess the Word | Hard | |
| 1945 | Sum of Digits of String After Convert | Easy | |
| 1399 | Count Largest Group | Easy | |
| 725 | Split Linked List in Parts | Medium | |
| 1160 | Find Words That Can Be Formed by Characters | Easy | |
| 3110 | Score of a String | Easy | |
| 2807 | Insert Greatest Common Divisors in Linked List | Medium | |
| 588 | Design In-Memory File System | Hard | |
| 629 | K Inverse Pairs Array | Hard | |
| 374 | Guess Number Higher or Lower | Easy | |
| 2419 | Longest Subarray With Maximum Bitwise AND | Medium | |
| 1371 | Find the Longest Substring Containing Vowels in Even Counts | Medium | |
| 1055 | Shortest Way to Form String | Medium | |
| 3234 | Count the Number of Substrings With Dominant Ones | Medium | |
| 3186 | Maximum Total Damage With Spell Casting | Medium | |
| 214 | Shortest Palindrome | Hard | |
| 1667 | Fix Names in a Table | Easy | |
| 440 | K-th Smallest in Lexicographical Order | Hard | |
| 2707 | Extra Characters in a String | Medium | |
| 1475 | Final Prices With a Special Discount in a Shop | Easy | |
| 1367 | Linked List in Binary Tree | Medium | |
| 2034 | Stock Price Fluctuation | Medium | |
| 1497 | Check If Array Pairs Are Divisible by k | Medium | |
| 2058 | Find the Minimum and Maximum Number of Nodes Between Critical Points | Medium | |
| 87 | Scramble String | Hard | |
| 716 | Max Stack | Hard | |
| 1590 | Make Sum Divisible by P | Medium | |
| 2352 | Equal Row and Column Pairs | Medium | |
| 2406 | Divide Intervals Into Minimum Number of Groups | Medium | |
| 1221 | Split a String in Balanced Strings | Easy | |
| 632 | Smallest Range Covering Elements from K Lists | Hard | |
| 474 | Ones and Zeroes | Medium | |
| 1579 | Remove Max Number of Edges to Keep Graph Fully Traversable | Hard | |
| 413 | Arithmetic Slices | Medium | |
| 1593 | Split a String Into the Max Number of Unique Substrings | Medium | |
| 453 | Minimum Moves to Equal Array Elements | Medium | |
| 147 | Insertion Sort List | Medium | |
| 856 | Score of Parentheses | Medium | |
| 566 | Reshape the Matrix | Easy | |
| 1048 | Longest String Chain | Medium | |
| 568 | Maximum Vacation Days | Hard | |
| 2095 | Delete the Middle Node of a Linked List | Medium | |
| 2501 | Longest Square Streak in an Array | Medium | |
| 1636 | Sort Array by Increasing Frequency | Easy | |
| 701 | Insert into a Binary Search Tree | Medium | |
| 1639 | Number of Ways to Form a Target String Given a Dictionary | Hard | |
| 2389 | Longest Subsequence With Limited Sum | Easy | |
| 2914 | Minimum Number of Changes to Make Binary String Beautiful | Medium | |
| 3011 | Find if Array Can Be Sorted | Medium | |
| 1671 | Minimum Number of Removals to Make Mountain Array | Hard | |
| 3133 | Minimum Array End | Medium | |
| 2723 | Add Two Promises | Easy | |
| 3097 | Shortest Subarray With OR at Least K II | Medium | |
| 364 | Nested List Weight Sum II | Medium | |
| 1845 | Seat Reservation Manager | Medium | |
| 362 | Design Hit Counter | Medium | |
| 1574 | Shortest Subarray to be Removed to Make Array Sorted | Medium | |
| 3254 | Find the Power of K-Size Subarrays I | Medium | |
| 2035 | Partition Array Into Two Arrays to Minimize Sum Difference | Hard | |
| 2427 | Number of Common Factors | Easy | |
| 728 | Self Dividing Numbers | Easy | |
| 1291 | Sequential Digits | Medium | |
| 507 | Perfect Number | Easy | |
| 1633 | Percentage of Users Attended a Contest | Easy | |
| 1861 | Rotating the Box | Medium | |
| 773 | Sliding Puzzle | Hard | |
| 2924 | Find Champion II | Medium | |
| 400 | Nth Digit | Medium | |
| 505 | The Maze II | Medium | |
| 1346 | Check If N and Its Double Exist | Easy | |
| 2337 | Move Pieces to Obtain a String | Medium | |
| 193 | Valid Phone Numbers | Easy | |
| 1760 | Minimum Limit of Balls in a Bag | Medium | |
| 292 | Nim Game | Easy | |
| 395 | Longest Substring with At Least K Repeating Characters | Medium | |
| 2981 | Find Longest Special Substring That Occurs Thrice I | Medium | |
| 2558 | Take Gifts From the Richest Pile | Easy | |
| 382 | Linked List Random Node | Medium | |
| 2593 | Find Score of an Array After Marking All Elements | Medium | |
| 2125 | Number of Laser Beams in a Bank | Medium | |
| 1277 | Count Square Submatrices with All Ones | Medium | |
| 641 | Design Circular Deque | Medium | |
| 886 | Possible Bipartition | Medium | |
| 476 | Number Complement | Easy | |
| 2008 | Maximum Earnings From Taxi | Medium | |
| 2192 | All Ancestors of a Node in a Directed Acyclic Graph | Medium | |
| 729 | My Calendar I | Medium | |
| 1886 | Determine Whether Matrix Can Be Obtained By Rotation | Easy | |
| 853 | Car Fleet | Medium | |
| 1822 | Sign of the Product of an Array | Easy | |
| 305 | Number of Islands II | Hard | |
| 1014 | Best Sightseeing Pair | Medium | |
| 2466 | Count Ways To Build Good Strings | Medium | |
| 3161 | Block Placement Queries | Hard | |
| 1406 | Stone Game III | Hard | |
| 895 | Maximum Frequency Stack | Hard | |
| 2270 | Number of Ways to Split Array | Medium | |
| 1408 | String Matching in an Array | Easy | |
| 475 | Heaters | Medium | |
| 3042 | Count Prefix and Suffix Pairs I | Easy | |
| 2785 | Sort Vowels in a String | Medium | |
| 626 | Exchange Seats | Medium | |
| 2185 | Counting Words With a Given Prefix | Easy | |
| 916 | Word Subsets | Medium | |
| 1400 | Construct K Palindrome Strings | Medium | |
| 2116 | Check if a Parentheses String Can Be Valid | Medium | |
| 385 | Mini Parser | Medium | |
| 1062 | Longest Repeating Substring | Medium | |
| 2348 | Number of Zero-Filled Subarrays | Medium | |
| 650 | 2 Keys Keyboard | Medium | |
| 2013 | Detect Squares | Medium | |
| 2215 | Find the Difference of Two Arrays | Easy | |
| 2326 | Spiral Matrix IV | Medium | |
| 2731 | Movement of Robots | Medium | |
| 1368 | Minimum Cost to Make at Least One Valid Path in a Grid | Hard | |
| 2425 | Bitwise XOR of All Pairings | Medium | |
| 3428 | Maximum and Minimum Sums of at Most Size K Subsequences | Medium | |
| 655 | Print Binary Tree | Medium | |
| 1267 | Count Servers that Communicate | Medium | |
| 925 | Long Pressed Name | Easy | |
| 2130 | Maximum Twin Sum of a Linked List | Medium | |
| 2044 | Count Number of Maximum Bitwise-OR Subsets | Medium | |
| 1462 | Course Schedule IV | Medium | |
| 939 | Minimum Area Rectangle | Medium | |
| 2658 | Maximum Number of Fish in a Grid | Medium | |
| 164 | Maximum Gap | Medium | |
| 2493 | Divide Nodes Into the Maximum Number of Groups | Hard | |
| 3151 | Special Array I | Easy | |
| 744 | Find Smallest Letter Greater Than Target | Easy | |
| 3105 | Longest Strictly Increasing or Strictly Decreasing Subarray | Easy | |
| 1726 | Tuple with Same Product | Medium | |
| 839 | Similar String Groups | Hard | |
| 1200 | Minimum Absolute Difference | Easy | |
| 1365 | How Many Numbers Are Smaller Than the Current Number | Easy | |
| 2402 | Meeting Rooms III | Hard | |
| 3174 | Clear Digits | Easy | |
| 1910 | Remove All Occurrences of a Substring | Medium | |
| 2342 | Max Sum of a Pair With Equal Sum of Digits | Medium | |
| 783 | Minimum Distance Between BST Nodes | Easy | |
| 909 | Snakes and Ladders | Medium | |
| 3066 | Minimum Operations to Exceed Threshold Value II | Medium | |
| 2698 | Find the Punishment Number of an Integer | Medium | |
| 1632 | Rank Transform of a Matrix | Hard | |
| 1079 | Letter Tile Possibilities | Medium | |
| 740 | Delete and Earn | Medium | |
| 769 | Max Chunks To Make Sorted | Medium | |
| 1415 | The k-th Lexicographical String of All Happy Strings of Length n | Medium | |
| 1732 | Find the Highest Altitude | Easy | |
| 889 | Construct Binary Tree from Preorder and Postorder Traversal | Medium | |
| 487 | Max Consecutive Ones II | Medium | |
| 2467 | Most Profitable Path in a Tree | Medium | |
| 1524 | Number of Sub-arrays With Odd Sum | Medium | |
| 2300 | Successful Pairs of Spells and Potions | Medium | |
| 671 | Second Minimum Node In a Binary Tree | Easy | |
| 873 | Length of Longest Fibonacci Subsequence | Medium | |
| 1074 | Number of Submatrices That Sum to Target | Hard | |
| 1700 | Number of Students Unable to Eat Lunch | Easy | |
| 2570 | Merge Two 2D Arrays by Summing Values | Easy | |
| 997 | Find the Town Judge | Easy | |
| 1044 | Longest Duplicate Substring | Hard | |
| 2460 | Apply Operations to an Array | Easy | |
| 1780 | Check if Number is a Sum of Powers of Three | Medium | |
| 2579 | Count Total Number of Colored Cells | Medium | |
| 947 | Most Stones Removed with Same Row or Column | Medium | |
| 1552 | Magnetic Force Between Two Balls | Medium | |
| 3217 | Delete Nodes From Linked List Present in Array | Medium | |
| 2523 | Closest Prime Numbers in Range | Medium | |
| 1518 | Water Bottles | Easy | |
| 2629 | Function Composition | Easy | |
| 1321 | Restaurant Growth | Medium | |
| 3356 | Zero Array Transformation II | Medium | |
| 2379 | Minimum Recolors to Get K Consecutive Black Blocks | Easy | |
| 1603 | Design Parking System | Easy | |
| 2560 | House Robber IV | Medium | |
| 661 | Image Smoother | Easy | |
| 2879 | Display the First Three Rows | Easy | |
| 932 | Beautiful Array | Medium | |
| 2401 | Longest Nice Subarray | Medium | |
| 606 | Construct String from Binary Tree | Medium | |
| 946 | Validate Stack Sequences | Medium | |
| 3108 | Minimum Cost Walk in Weighted Graph | Hard | |
| 2115 | Find All Possible Recipes from Given Supplies | Medium | |
| 847 | Shortest Path Visiting All Nodes | Hard | |
| 3266 | Final Array State After K Multiplication Operations II | Hard | |
| 2078 | Two Furthest Houses With Different Colors | Easy | |
| 1484 | Group Sold Products By The Date | Easy | |
| 538 | Convert BST to Greater Tree | Medium | |
| 2625 | Flatten Deeply Nested Array | Medium | |
| 520 | Detect Capital | Easy | |
| 2940 | Find Building Where Alice and Bob Can Meet | Hard | |
| 2033 | Minimum Operations to Make a Uni-Value Grid | Medium | |
| 478 | Generate Random Point in a Circle | Medium | |
| 2503 | Maximum Number of Points From Grid Queries | Hard | |
| 2818 | Apply Operations to Maximize Score | Hard | |
| 2551 | Put Marbles in Bags | Hard | |
| 194 | Transpose File | Medium | |
| 1749 | Maximum Absolute Sum of Any Subarray | Medium | |
| 2140 | Solving Questions With Brainpower | Medium | |
| 2873 | Maximum Value of an Ordered Triplet I | Easy | |
| 546 | Remove Boxes | Hard | |
| 2206 | Divide Array Into Equal Pairs | Easy | |
| 3396 | Minimum Number of Operations to Make Elements in Array Distinct | Easy | |
| 2864 | Maximum Odd Binary Number | Easy | |
| 359 | Logger Rate Limiter | Easy | |
| 1235 | Maximum Profit in Job Scheduling | Hard | |
| 2256 | Minimum Average Difference | Medium | |
| 664 | Strange Printer | Hard | |
| 3272 | Find the Count of Good Integers | Hard | |
| 3503 | Longest Palindrome After Substring Concatenation I | Medium | |
| 1995 | Count Special Quadruplets | Easy | |
| 2047 | Number of Valid Words in a Sentence | Easy | |
| 2843 | Count Symmetric Integers | Easy | |
| 1925 | Count Square Sum Triples | Easy | |
| 2537 | Count the Number of Good Subarrays | Medium | |
| 2176 | Count Equal and Divisible Pairs in an Array | Easy | |
| 473 | Matchsticks to Square | Medium | |
| 2655 | Find Maximal Uncovered Ranges | Medium | |
| 2563 | Count the Number of Fair Pairs | Medium | |
| 1814 | Count Nice Pairs in an Array | Medium | |
| 935 | Knight Dialer | Medium | |
| 3163 | String Compression III | Medium | |
| 327 | Count of Range Sum | Hard | |
| 192 | Word Frequency | Medium | |
| 2799 | Count Complete Subarrays in an Array | Medium | |
| 1658 | Minimum Operations to Reduce X to Zero | Medium | |
| 2845 | Count of Interesting Subarrays | Medium | |
| 818 | Race Car | Hard | |
| 1547 | Minimum Cost to Cut a Stick | Hard | |
| 878 | Nth Magical Number | Hard | |
| 2074 | Reverse Nodes in Even Length Groups | Medium | |
| 3392 | Count Subarrays of Length Three With a Condition | Easy | |
| 2119 | A Number After a Double Reversal | Easy | |
| 990 | Satisfiability of Equality Equations | Medium | |
| 2942 | Find Words Containing Character | Easy | |
| 841 | Keys and Rooms | Medium | |
| 564 | Find the Closest Palindrome | Hard | |
| 1716 | Calculate Money in Leetcode Bank | Easy | |
| 2071 | Maximum Number of Tasks You Can Assign | Hard | |
| 3191 | Minimum Operations to Make Binary Array Elements Equal to One I | Medium | |
| 838 | Push Dominoes | Medium | |
| 3533 | Concatenated Divisibility | Hard | |
| 2742 | Painting the Walls | Hard | |
| 790 | Domino and Tromino Tiling | Medium | |
| 2139 | Minimum Moves to Reach Target Score | Medium | |
| 1326 | Minimum Number of Taps to Open to Water a Garden | Hard | |
| 2259 | Remove Digit From Number to Maximize Result | Easy | |
| 3343 | Count Number of Balanced Permutations | Hard | |
| 1550 | Three Consecutive Odds | Easy | |
| 521 | Longest Uncommon Subsequence I | Easy | |
| 1723 | Find Minimum Time to Finish All Jobs | Hard | |
| 3337 | Total Characters in String After Transformations II | Hard | |
| 1007 | Minimum Domino Rotations For Equal Row | Medium | |
| 2901 | Longest Unequal Adjacent Groups Subsequence II | Medium | |
| 3341 | Find Minimum Time to Reach Last Room I | Medium | |
| 1931 | Painting a Grid With Three Different Colors | Hard | |
| 3362 | Zero Array Transformation III | Medium | |
| 2144 | Minimum Cost of Buying Candies With Discount | Easy | |
| 3068 | Find the Maximum Sum of Node Values | Hard | |
| 1710 | Maximum Units on a Truck | Easy | |
| 2131 | Longest Palindrome by Concatenating Two Letter Words | Medium | |
| 1857 | Largest Color Value in a Directed Graph | Hard | |
| 401 | Binary Watch | Easy | |
| 2894 | Divisible and Non-divisible Sums Difference | Easy | |
| 1850 | Minimum Adjacent Swaps to Reach the Kth Smallest Number | Medium | |
| 99 | Recover Binary Search Tree | Medium | |
| 2739 | Total Distance Traveled | Easy | |
| 1485 | Clone Binary Tree With Random Pointer | Medium | |
| 1204 | Last Person to Fit in the Bus | Medium | |
| 743 | Network Delay Time | Medium | |
| 2929 | Distribute Candies Among Children II | Medium | |
| 2715 | Timeout Cancellation | Easy | |
| 3403 | Find the Lexicographically Largest String From the Box I | Medium | |
| 414 | Third Maximum Number | Easy | |
| 1061 | Lexicographically Smallest Equivalent String | Medium | |
| 1166 | Design File System | Medium | |
| 668 | Kth Smallest Number in Multiplication Table | Hard | |
| 2434 | Using a Robot to Print the Lexicographically Smallest String | Medium | |
| 792 | Number of Matching Subsequences | Medium | |
| 3170 | Lexicographically Minimum String After Removing Stars | Medium | |
| 201 | Bitwise AND of Numbers Range | Medium | |
| 3442 | Maximum Difference Between Even and Odd Frequency I | Easy | |
| 3445 | Maximum Difference Between Even and Odd Frequency II | Hard | |
| 1068 | Product Sales Analysis I | Easy | |
| 3423 | Maximum Difference Between Adjacent Elements in a Circular Array | Easy | |
| 709 | To Lower Case | Easy | |
| 1282 | Group the People Given the Group Size They Belong To | Medium | |
| 2616 | Minimize the Maximum Difference of Pairs | Medium | |
| 926 | Flip String to Monotone Increasing | Medium | |
| 3576 | Transform Array to All Equal Elements | Medium | |
| 1432 | Max Difference You Can Get From Changing an Integer | Medium | |
| 2187 | Minimum Time to Complete Trips | Medium | |
| 2016 | Maximum Difference Between Increasing Elements | Easy | |
| 3405 | Count the Number of Arrays with K Matching Adjacent Elements | Hard | |
| 1464 | Maximum Product of Two Elements in an Array | Easy | |
| 2966 | Divide Array Into Arrays With Max Difference | Medium | |
| 3443 | Maximum Manhattan Distance After K Changes | Medium | |
| 1557 | Minimum Number of Vertices to Reach All Nodes | Medium | |
| 788 | Rotated Digits | Medium | |
| 2336 | Smallest Number in Infinite Set | Medium | |
| 2951 | Find the Peaks | Easy | |
| 2477 | Minimum Fuel Cost to Report to the Capital | Medium | |
| 2081 | Sum of k-Mirror Numbers | Hard | |
| 3282 | Reach End of Array With Max Score | Medium | |
| 2200 | Find All K-Distant Indices in an Array | Easy | |
| 652 | Find Duplicate Subtrees | Medium | |
| 2007 | Find Original Array From Doubled Array | Medium | |
| 2603 | Collect Coins in a Tree | Hard | |
| 1642 | Furthest Building You Can Reach | Medium | |
| 2762 | Continuous Subarrays | Medium | |
| 686 | Repeated String Match | Medium | |
| 3330 | Find the Original Typed String I | Easy | |
| 3333 | Find the Original Typed String II | Hard | |
| 592 | Fraction Addition and Subtraction | Medium | |
| 2787 | Ways to Express an Integer as Sum of Powers | Medium | |
| 607 | Sales Person | Easy | |
| 866 | Prime Palindrome | Medium | |
| 1506 | Find Root of N-Ary Tree | Medium | |
| 276 | Paint Fence | Medium | |
| 421 | Maximum XOR of Two Numbers in an Array | Medium | |
| 1523 | Count Odd Numbers in an Interval Range | Easy | |
| 3439 | Reschedule Meetings for Maximum Free Time I | Medium | |
| 1685 | Sum of Absolute Differences in a Sorted Array | Medium | |
| 1900 | The Earliest and Latest Rounds Where Players Compete | Hard | |
| 2410 | Maximum Matching of Players With Trainers | Medium | |
| 106 | Construct Binary Tree from Inorder and Postorder Traversal | Medium | |
| 2458 | Height of Binary Tree After Subtree Removal Queries | Hard | |
| 3136 | Valid Word | Easy | |
| 910 | Smallest Range II | Medium | |
| 3201 | Find the Maximum Length of Valid Subsequence I | Medium | |
| 1022 | Sum of Root To Leaf Binary Numbers | Easy | |
| 2163 | Minimum Difference in Sums After Removal of Elements | Hard | |
| 459 | Repeated Substring Pattern | Easy | |
| 1304 | Find N Unique Integers Sum up to Zero | Easy | |
| 1203 | Sort Items by Groups Respecting Dependencies | Hard | |
| 2974 | Minimum Number Game | Easy | |
| 372 | Super Pow | Medium | |
| 1957 | Delete Characters to Make Fancy String | Easy | |
| 1695 | Maximum Erasure Value | Medium | |
| 1834 | Single-Threaded CPU | Medium | |
| 2322 | Minimum Score After Removals on a Tree | Hard | |
| 3487 | Maximum Unique Subarray Sum After Deletion | Easy | |
| 3625 | Count Number of Trapezoids II | Hard | |
| 1717 | Maximum Score From Removing Substrings | Medium | |
| 3561 | Resulting String After Adjacent Removals | Medium | |
| 1009 | Complement of Base 10 Integer | Easy | |
| 2608 | Shortest Cycle in a Graph | Hard | |
| 336 | Palindrome Pairs | Hard | |
| 2411 | Smallest Subarrays With Maximum Bitwise OR | Medium | |
| 2457 | Minimum Addition to Make Integer Beautiful | Medium | |
| 898 | Bitwise ORs of Subarrays | Medium | |
| 2870 | Minimum Number of Operations to Make Array Empty | Medium | |
| 2561 | Rearranging Fruits | Hard | |
| 754 | Reach a Number | Medium | |
| 537 | Complex Number Multiplication | Medium | |
| 869 | Reordered Power of 2 | Medium | |
| 3566 | Partition Array into Two Equal Product Subsets | Medium | |
| 1323 | Maximum 69 Number | Easy | |
| 627 | Swap Sex of Employees | Easy | |
| 707 | Design Linked List | Medium | |
| 837 | New 21 Game | Medium | |
| 511 | Game Play Analysis I | Easy | |
| 3379 | Transformed Array | Easy | |
| 1461 | Check If a String Contains All Binary Codes of Size K | Medium | |
| 1218 | Longest Arithmetic Subsequence of Given Difference | Medium | |
| 1911 | Maximum Alternating Subsequence Sum | Medium | |
| 1297 | Maximum Number of Occurrences of a Substring | Medium | |
| 1504 | Count Submatrices With All Ones | Medium | |
| 2815 | Max Pair Sum in an Array | Easy | |
| 679 | 24 Game | Hard | |
| 2999 | Count the Number of Powerful Integers | Hard | |
| 3274 | Check if Two Chessboard Squares Have the Same Color | Easy | |
| 665 | Non-decreasing Array | Medium | |
| 3000 | Maximum Area of Longest Diagonal Rectangle | Easy | |
| 2594 | Minimum Time to Repair Cars | Medium | |
| 1179 | Reformat Department Table | Easy | |
| 3446 | Sort Matrix by Diagonals | Medium | |
| 937 | Reorder Data in Log Files | Medium | |
| 1792 | Maximum Average Pass Ratio | Medium | |
| 3025 | Find the Number of Ways to Place People I | Medium | |
| 1466 | Reorder Routes to Make All Paths Lead to the City Zero | Medium | |
| 3027 | Find the Number of Ways to Place People II | Hard | |
| 3516 | Find Closest Person | Easy | |
| 2749 | Minimum Operations to Make the Integer Zero | Medium | |
| 923 | 3Sum With Multiplicity | Medium | |
| 741 | Cherry Pickup | Hard | |
| 298 | Binary Tree Longest Consecutive Sequence | Medium | |
| 3541 | Find Most Frequent Vowel and Consonant | Easy | |
| 3227 | Vowels Game in a String | Medium | |
| 966 | Vowel Spellchecker | Medium | |
| 1345 | Jump Game IV | Hard | |
| 1299 | Replace Elements with Greatest Element on Right Side | Easy | |
| 1054 | Distant Barcodes | Medium | |
| 3158 | Find the XOR of Numbers Which Appear Twice | Easy | |
| 3552 | Grid Teleportation Traversal | Medium | |
| 306 | Additive Number | Medium | |
| 611 | Valid Triangle Number | Medium | |
| 976 | Largest Perimeter Triangle | Easy | |
| 1039 | Minimum Score Triangulation of Polygon | Medium | |
| 2325 | Decode the Message | Easy | |
| 391 | Perfect Rectangle | Hard | |
| 3100 | Water Bottles II | Medium | |
| 851 | Loud and Rich | Medium | |
| 3417 | Zigzag Grid Traversal With Skip | Easy | |
| 3652 | Best Time to Buy and Sell Stock using Strategy | Medium | |
| 1488 | Avoid Flood in The City | Medium | |
| 2954 | Count the Number of Infection Sequences | Hard | |
| 3494 | Find the Minimum Amount of Time to Brew Potions | Medium | |
| 3697 | Compute Decimal Representation | Easy | |
| 464 | Can I Win | Medium | |
| 2426 | Number of Pairs Satisfying Inequality | Hard | |
| 1584 | Min Cost to Connect All Points | Medium | |
| 433 | Minimum Genetic Mutation | Medium | |
| 3539 | Find Sum of Array Product of Magical Sequences | Hard | |
| 1676 | Lowest Common Ancestor of a Binary Tree IV | Medium | |
| 1984 | Minimum Difference Between Highest and Lowest of K Scores | Easy | |
| 3289 | The Two Sneaky Numbers of Digitville | Easy | |
| 454 | 4Sum II | Medium | |
| 1921 | Eliminate Maximum Number of Monsters | Medium | |
| 1656 | Design an Ordered Stream | Easy | |
| 1865 | Finding Pairs With a Certain Sum | Medium | |
| 3397 | Maximum Number of Distinct Elements After Operations | Medium | |
| 1691 | Maximum Height by Stacking Cuboids | Hard | |
| 3346 | Maximum Frequency of an Element After Performing Operations I | Medium | |
| 3461 | Check If Digits Are Equal in String After Operations I | Easy | |
| 2048 | Next Greater Numerically Balanced Number | Medium | |
| 2781 | Length of the Longest Valid Substring | Hard | |
| 2250 | Count Number of Rectangles Containing Each Point | Medium | |
| 3354 | Make Array Elements Equal to Zero | Easy | |
| 1526 | Minimum Number of Increments on Subarrays to Form a Target Array | Hard | |
| 1360 | Number of Days Between Two Dates | Easy | |
| 2257 | Count Unguarded Cells in the Grid | Medium | |
| 3318 | Find X-Sum of All K-Long Subarrays I | Easy | |
| 2296 | Design a Text Editor | Hard | |
| 3607 | Power Grid Maintenance | Medium | |
| 3570 | Find Books with No Available Copies | Easy | |
| 1463 | Cherry Pickup II | Hard | |
| 2028 | Find Missing Observations | Medium | |
| 877 | Stone Game | Medium | |
| 3542 | Minimum Operations to Convert All Elements to Zero | Medium | |
| 3228 | Maximum Number of Operations to Move Ones to the End | Medium | |
| 2817 | Minimum Absolute Difference Between Elements With Constraint | Medium | |
| 2536 | Increment Submatrices by One | Medium | |
| 1743 | Restore the Array From Adjacent Pairs | Medium | |
| 1437 | Check If All 1's Are at Least Length K Places Away | Easy | |
| 1337 | The K Weakest Rows in a Matrix | Easy | |
| 2154 | Keep Multiplying Found Values by Two | Easy | |
| 259 | 3Sum Smaller | Medium | |
| 1098 | Unpopular Books | Medium | |
| 1502 | Can Make Arithmetic Progression From Sequence | Easy | |
| 757 | Set Intersection Size At Least Two | Hard | |
| 608 | Tree Node | Medium | |
| 2019 | The Score of Students Solving Math Expression | Hard | |
| 1262 | Greatest Sum Divisible by Three | Medium | |
| 654 | Maximum Binary Tree | Medium | |
| 612 | Shortest Distance in a Plane | Medium | |
| 1015 | Smallest Integer Divisible by K | Medium | |
| 1750 | Minimum Length of String After Deleting Similar Ends | Medium | |
| 220 | Contains Duplicate III | Hard | |
| 832 | Flipping an Image | Easy | |
| 1393 | Capital Gain/Loss | Medium | |
| 3381 | Maximum Subarray Sum With Length Divisible by K | Medium | |
| 2760 | Longest Even Odd Subarray With Threshold | Easy | |
| 2141 | Maximum Running Time of N Computers | Hard | |
| 1109 | Corporate Flight Bookings | Medium | |
| 3578 | Count Partitions With Max-Min Difference at Most K | Medium | |
| 3623 | Count Number of Trapezoids I | Medium | |
| 3495 | Minimum Operations to Make Array Elements Zero | Hard | |
| 3583 | Count Special Triplets | Medium | |
| 3577 | Count the Number of Computer Unlocking Permutations | Medium | |
| 1696 | Jump Game VI | Medium | |
| 880 | Decoded String at Index | Medium | |
| 177 | Nth Highest Salary | Medium | |
| 3573 | Best Time to Buy and Sell Stock V | Medium | |
| 3512 | Minimum Operations to Make Array Sum Divisible by K | Easy | |
| 944 | Delete Columns to Make Sorted | Easy | |
| 154 | Find Minimum in Rotated Sorted Array II | Hard | |
| 2054 | Two Best Non-Overlapping Events | Medium | |
| 1129 | Shortest Path with Alternating Colors | Medium | |
| 3732 | Maximum Product of Three Elements After One Replacement | Medium | |
| 3690 | Split and Merge Array Transformation | Medium | |
| 1795 | Rearrange Products Table | Easy | |
| 3562 | Maximum Profit from Trading Stocks with Discounts | Hard | |
| 563 | Binary Tree Tilt | Easy | |
| 2220 | Minimum Bit Flips to Convert Number | Easy | |
| 1970 | Last Day Where You Can Still Cross | Hard | |
| 961 | N-Repeated Element in Size 2N Array | Easy | |
| 1411 | Number of Ways to Paint N × 3 Grid | Hard | |
| 888 | Fair Candy Swap | Easy | |
| 1390 | Four Divisors | Medium | |
| 1975 | Maximum Matrix Sum | Medium | |
| 1136 | Parallel Courses | Medium | |
| 1339 | Maximum Product of Splitted Binary Tree | Medium | |
| 759 | Employee Free Time | Hard | |
| 1458 | Max Dot Product of Two Subsequences | Hard | |
| 712 | Minimum ASCII Delete Sum for Two Strings | Medium | |
| 313 | Super Ugly Number | Medium | |
| 1049 | Last Stone Weight II | Medium | |
| 3453 | Separate Squares I | Medium | |
| 2943 | Maximize Area of Square Hole in Grid | Medium | |
| 2330 | Valid Palindrome IV | Medium | |
| 3047 | Find the Largest Area of Square Inside Two Rectangles | Medium | |
| 3315 | Construct the Minimum Bitwise Array II | Medium | |
| 513 | Find Bottom Left Tree Value | Medium | |
| 2024 | Maximize the Confusion of an Exam | Medium | |
| 3651 | Minimum Cost Path with Teleportations | Hard | |
| 3296 | Minimum Number of Seconds to Make Mountain Height Zero | Medium | |
| 3010 | Divide an Array Into Subarrays With Minimum Cost I | Easy | |
| 3637 | Trionic Array I | Easy | |
| 3640 | Trionic Array II | Hard | |
| 3634 | Minimum Removals to Balance Array | Medium | |
| 1201 | Ugly Number III | Medium | |
| 845 | Longest Mountain in Array | Medium | |
| 1392 | Longest Happy Prefix | Hard | |
| 2946 | Matrix Similarity After Cyclic Shifts | Easy | |
| 3713 | Longest Balanced Substring I | Medium | |
| 3714 | Longest Balanced Substring II | Medium | |
| 557 | Reverse Words in a String III | Easy | |
| 799 | Champagne Tower | Medium | |
| 3770 | Largest Prime from Consecutive Prime Sum | Medium | |
| 2889 | Reshape Data: Pivot | Easy | |
| 1032 | Stream of Characters | Hard | |
| 2521 | Distinct Prime Factors of Product of Array | Medium | |
| 1456 | Maximum Number of Vowels in a Substring of Given Length | Medium | |
| 2601 | Prime Subtraction Operation | Medium | |
| 1572 | Matrix Diagonal Sum | Easy | |
| 1404 | Number of Steps to Reduce a Number in Binary Representation to One | Medium | |
| 3816 | Lexicographically Smallest String After Deleting Duplicate Characters | Hard | |
| 1800 | Maximum Ascending Subarray Sum | Easy | |
| 1758 | Minimum Changes To Make Alternating Binary String | Easy | |
| 1664 | Ways to Make a Fair Array | Medium | |
| 1888 | Minimum Number of Flips to Make the Binary String Alternating | Medium | |
| 834 | Sum of Distances in Tree | Hard | |
| 2672 | Number of Adjacent Elements With the Same Color | Medium | |
| 360 | Sort Transformed Array | Medium | |
| 1442 | Count Triplets That Can Form Two Arrays of Equal XOR | Medium | |
| 2697 | Lexicographically Smallest Palindrome | Easy | |
| 1342 | Number of Steps to Reduce a Number to Zero | Easy | |
| 1727 | Largest Submatrix With Rearrangements | Medium | |
| 979 | Distribute Coins in Binary Tree | Medium | |
| 549 | Binary Tree Longest Consecutive Sequence II | Medium | |
| 3643 | Flip Square Submatrix Vertically | Easy | |
| 922 | Sort Array By Parity II | Easy | |
| 2332 | The Latest Time to Catch a Bus | Medium | |
| 2264 | Largest 3-Same-Digit Number in String | Easy | |
| 3129 | Find All Possible Stable Binary Arrays I | Medium | |
| 1006 | Clumsy Factorial | Medium | |
| 3592 | Inverse Coin Change | Medium | |
| 3024 | Type of Triangle | Easy | |
| 2751 | Robot Collisions | Hard | |
| 1289 | Minimum Falling Path Sum II | Hard | |
| 630 | Course Schedule III | Hard | |
| 859 | Buddy Strings | Easy | |
| 1492 | The kth Factor of n | Medium | |
| 3761 | Minimum Absolute Distance Between Mirror Pairs | Medium | |
| 2615 | Sum of Distances | Medium | |
| 1963 | Minimum Number of Swaps to Make the String Balanced | Medium | |
| 2833 | Furthest Point From Origin | Easy | |
| 3046 | Split the Array | Easy | |
| 1559 | Detect Cycles in 2D Grid | Medium | |
| 396 | Rotate Function | Medium | |
| 2248 | Intersection of Multiple Arrays | Easy | |
| 3335 | Total Characters in String After Transformations I | Medium | |
| 1413 | Minimum Value to Get Positive Step by Step Sum | Easy | |
| 3629 | Minimum Jumps to Reach End via Prime Teleportation | Medium | |
| 1914 | Cyclically Rotating a Grid | Medium | |
| 3606 | Coupon Code Validator | Easy | |
| 2770 | Maximum Number of Jumps to Reach the Last Index | Medium | |
| 1674 | Minimum Moves to Make Array Complementary | Medium | |
| 1534 | Count Good Triplets | Easy | |
| 3932 | Count K-th Roots in a Range | Medium | |
| 1871 | Jump Game VII | Medium | |
| 2413 | Smallest Even Multiple | Easy | |
| 1489 | Find Critical and Pseudo-Critical Edges in Minimum Spanning Tree | Hard | |
| 3300 | Minimum Element After Replacement With Digit Sum | Easy | |
| 427 | Construct Quad Tree | Medium | |
| 2600 | K Items With the Maximum Sum | Easy | |
| 3633 | Earliest Finish Time for Land and Water Rides I | Easy | |
| 1081 | Smallest Subsequence of Distinct Characters | Medium | |
| 2574 | Left and Right Sum Differences | Easy | |
| 2196 | Create Binary Tree From Descriptions | Medium | |
| 2161 | Partition Array According to Given Pivot | Medium | |
| 3689 | Maximum Total Subarray Value I | Medium | |
| 948 | Bag of Tokens | Medium | |
| 3558 | Number of Ways to Assign Edge Weights I | Medium | |
| 1314 | Matrix Block Sum | Medium | |
| 1594 | Maximum Non Negative Product in a Matrix | Medium | |
| 2483 | Minimum Penalty for a Shop | Medium | |
| 2089 | Find Target Indices After Sorting Array | Easy | |
| 3614 | Process String with Special Operations II | Hard | |
| 1154 | Day of the Year | Easy | |
| 2559 | Count Vowel Strings in Ranges | Medium | |
| 1840 | Maximum Building Height | Hard | |
| 1389 | Create Target Array in the Given Order | Easy | |
| 1189 | Maximum Number of Balloons | Easy | |
| 2779 | Maximum Beauty of an Array After Applying Operation | Medium | |
| 807 | Max Increase to Keep City Skyline | Medium | |
| 2696 | Minimum String Length After Removing Substrings | Easy | |
| 3737 | Count Subarrays With Majority Element I | Medium | |
| 3699 | Number of ZigZag Arrays I | Hard | |
| 420 | Strong Password Checker | Hard | |
| 3020 | Find the Maximum Number of Elements in Subset | Medium | |
| 1967 | Number of Strings That Appear as Substrings in Word | Easy | |
| 2812 | Find the Safest Path in a Grid | Medium | |
| 279 | Perfect Squares | Medium | |
| 3286 | Find a Safe Walk Through a Grid | Medium | |
| 1796 | Second Largest Digit in a String | Easy | |
| 722 | Remove Comments | Medium | |
| 1217 | Minimum Cost to Move Chips to The Same Position | Easy | |
| 1288 | Remove Covered Intervals | Medium | |
| 3960 | Frequency Balance Subarray | Medium | |
| 3532 | Path Existence Queries in a Graph I | Medium | |
| 1020 | Number of Enclaves | Medium | |
| 3534 | Path Existence Queries in a Graph II | Hard | |
| 2037 | Minimum Number of Moves to Seat Everyone | Easy | |
| 357 | Count Numbers with Unique Digits | Medium | |
| 2685 | Count the Number of Complete Components | Medium | |
| 2454 | Next Greater Element IV | Hard |
