This repo presents all the solution I passed on LeetCode, should be used AS a Reference for study purpose.
Usage:
-
Edit code in
code.swiftfile> ./generate.sh swift problem_identifier
-
Edit code in
code.pyfile> ./generate.sh python problem_identifier
-
Edit code in
code.javafile> ./generate.sh java problem_identifier
Update README file only:
Change directory to `GenREADME` folder
`> swift run > README.md`
| X | # | Question | Swift-611 | Java-150 | Python-3 |
|---|---|---|---|---|---|
| 3506 | Find Time Required to Eliminate Bacterial Strains | Swift | Java | Python | |
| 3505 | Minimum Operations to Make Elements Within K Subarrays Equal | Swift | Java | Python | |
| 3504 | Longest Palindrome After Substring Concatenation II | Swift | Java | Python | |
| 3503 | Longest Palindrome After Substring Concatenation I | Swift | Java | Python | |
| 3502 | Minimum Cost to Reach Every Position | Swift | Java | Python | |
| 3501 | Maximize Active Section with Trade II | Swift | Java | Python | |
| 3500 | Minimum Cost to Divide Array Into Subarrays | Swift | Java | Python | |
| 3499 | Maximize Active Section with Trade I | Swift | Java | Python | |
| 3498 | Reverse Degree of a String | Swift | Java | Python | |
| 3496 | Maximize Score After Pair Deletions | Swift | Java | Python | |
| 3495 | Minimum Operations to Make Array Elements Zero | Swift | Java | Python | |
| 3494 | Find the Minimum Amount of Time to Brew Potions | Swift | Java | Python | |
| 3493 | Properties Graph | Swift | Java | Python | |
| 3492 | Maximum Containers on a Ship | Swift | Java | Python | |
| 3491 | Phone Number Prefix | Swift | Java | Python | |
| 3490 | Count Beautiful Numbers | Swift | Java | Python | |
| 3489 | Zero Array Transformation IV | Swift | Java | Python | |
| 3488 | Closest Equal Element Queries | Swift | Java | Python | |
| 3487 | Maximum Unique Subarray Sum After Deletion | Swift | Java | Python | |
| 3486 | Longest Special Path II | Swift | Java | Python | |
| 3485 | Longest Common Prefix of K Strings After Removal | Swift | Java | Python | |
| 3484 | Design Spreadsheet | Swift | Java | Python | |
| 3483 | Unique 3-Digit Even Numbers | Swift | Java | Python | |
| 3481 | Apply Substitutions | Swift | Java | Python | |
| 3480 | Maximize Subarrays After Removing One Conflicting Pair | Swift | Java | Python | |
| 3479 | Fruits Into Baskets III | Swift | Java | Python | |
| 3478 | Choose K Elements With Maximum Sum | Swift | Java | Python | |
| 3477 | Fruits Into Baskets II | Swift | Java | Python | |
| 3476 | Maximize Profit from Task Assignment | Swift | Java | Python | |
| 3474 | Lexicographically Smallest Generated String | Swift | Java | Python | |
| 3473 | Sum of K Subarrays With Length at Least M | Swift | Java | Python | |
| 3472 | Longest Palindromic Subsequence After at Most K Operations | Swift | Java | Python | |
| 3471 | Find the Largest Almost Missing Integer | Swift | Java | Python | |
| 3470 | Permutations IV | Swift | Java | Python | |
| 3469 | Find Minimum Cost to Remove Array Elements | Swift | Java | Python | |
| 3468 | Find the Number of Copy Arrays | Swift | Java | Python | |
| 3467 | Transform Array by Parity | Swift | Java | Python | |
| 3466 | Maximum Coin Collection | Swift | Java | Python | |
| 3464 | Maximize the Distance Between Points on a Square | Swift | Java | Python | |
| 3463 | Check If Digits Are Equal in String After Operations II | Swift | Java | Python | |
| 3462 | Maximum Sum With at Most K Elements | Swift | Java | Python | |
| 3461 | Check If Digits Are Equal in String After Operations I | Swift | Java | Python | |
| 3460 | Longest Common Prefix After at Most One Removal | Swift | Java | Python | |
| 3459 | Length of Longest V-Shaped Diagonal Segment | Swift | Java | Python | |
| 3458 | Select K Disjoint Special Substrings | Swift | Java | Python | |
| 3457 | Eat Pizzas! | Swift | Java | Python | |
| 3456 | Find Special Substring of Length K | Swift | Java | Python | |
| 3455 | Shortest Matching Substring | Swift | Java | Python | |
| 3454 | Separate Squares II | Swift | Java | Python | |
| 3453 | Separate Squares I | Swift | Java | Python | |
| 3452 | Sum of Good Numbers | Swift | Java | Python | |
| 3450 | Maximum Students on a Single Bench | Swift | Java | Python | |
| 3449 | Maximize the Minimum Game Score | Swift | Java | Python | |
| 3448 | Count Substrings Divisible By Last Digit | Swift | Java | Python | |
| 3447 | Assign Elements to Groups with Constraints | Swift | Java | Python | |
| 3446 | Sort Matrix by Diagonals | Swift | Java | Python | |
| 3445 | Maximum Difference Between Even and Odd Frequency II | Swift | Java | Python | |
| 3444 | Minimum Increments for Target Multiples in an Array | Swift | Java | Python | |
| 3443 | Maximum Manhattan Distance After K Changes | Swift | Java | Python | |
| 3442 | Maximum Difference Between Even and Odd Frequency I | Swift | Java | Python | |
| 3441 | Minimum Cost Good Caption | Swift | Java | Python | |
| 3440 | Reschedule Meetings for Maximum Free Time II | Swift | Java | Python | |
| 3439 | Reschedule Meetings for Maximum Free Time I | Swift | Java | Python | |
| 3438 | Find Valid Pair of Adjacent Digits in String | Swift | Java | Python | |
| 3437 | Permutations III | Swift | Java | Python | |
| 3435 | Frequencies of Shortest Supersequences | Swift | Java | Python | |
| 3434 | Maximum Frequency After Subarray Operation | Swift | Java | Python | |
| 3433 | Count Mentions Per User | Swift | Java | Python | |
| 3432 | Count Partitions with Even Sum Difference | Swift | Java | Python | |
| 3431 | Minimum Unlocked Indices to Sort Nums | Swift | Java | Python | |
| 3430 | Maximum and Minimum Sums of at Most Size K Subarrays | Swift | Java | Python | |
| 3429 | Paint House IV | Swift | Java | Python | |
| 3428 | Maximum and Minimum Sums of at Most Size K Subsequences | Swift | Java | Python | |
| 3427 | Sum of Variable Length Subarrays | Swift | Java | Python | |
| 3426 | Manhattan Distances of All Arrangements of Pieces | Swift | Java | Python | |
| 3425 | Longest Special Path | Swift | Java | Python | |
| 3424 | Minimum Cost to Make Arrays Identical | Swift | Java | Python | |
| 3423 | Maximum Difference Between Adjacent Elements in a Circular Array | Swift | Java | Python | |
| 3422 | Minimum Operations to Make Subarray Elements Equal | Swift | Java | Python | |
| 3420 | Count Non-Decreasing Subarrays After K Operations | Swift | Java | Python | |
| 3419 | Minimize the Maximum Edge Weight of Graph | Swift | Java | Python | |
| 3418 | Maximum Amount of Money Robot Can Earn | Swift | Java | Python | |
| 3417 | Zigzag Grid Traversal With Skip | Swift | Java | Python | |
| 3416 | Subsequences with a Unique Middle Mode II | Swift | Java | Python | |
| 3414 | Maximum Score of Non-overlapping Intervals | Swift | Java | Python | |
| 3413 | Maximum Coins From K Consecutive Bags | Swift | Java | Python | |
| 3412 | Find Mirror Score of a String | Swift | Java | Python | |
| 3411 | Maximum Subarray With Equal Products | Swift | Java | Python | |
| 3410 | Maximize Subarray Sum After Removing All Occurrences of One Element | Swift | Java | Python | |
| 3409 | Longest Subsequence With Decreasing Adjacent Difference | Swift | Java | Python | |
| 3408 | Design Task Manager | Swift | Java | Python | |
| 3407 | Substring Matching Pattern | Swift | Java | Python | |
| 3406 | Find the Lexicographically Largest String From the Box II | Swift | Java | Python | |
| 3405 | Count the Number of Arrays with K Matching Adjacent Elements | Swift | Java | Python | |
| 3404 | Count Special Subsequences | Swift | Java | Python | |
| 3403 | Find the Lexicographically Largest String From the Box I | Swift | Java | Python | |
| 3402 | Minimum Operations to Make Columns Strictly Increasing | Swift | Java | Python | |
| 3400 | Maximum Number of Matching Indices After Right Shifts | Swift | Java | Python | |
| 3399 | Smallest Substring With Identical Characters II | Swift | Java | Python | |
| 3398 | Smallest Substring With Identical Characters I | Swift | Java | Python | |
| 3397 | Maximum Number of Distinct Elements After Operations | Swift | Java | Python | |
| 3396 | Minimum Number of Operations to Make Elements in Array Distinct | Swift | Java | Python | |
| 3395 | Subsequences with a Unique Middle Mode I | Swift | Java | Python | |
| 3394 | Check if Grid can be Cut into Sections | Swift | Java | Python | |
| 3393 | Count Paths With the Given XOR Value | Swift | Java | Python | |
| 3392 | Count Subarrays of Length Three With a Condition | Swift | Java | Python | |
| 3391 | Design a 3D Binary Matrix with Efficient Layer Tracking | Swift | Java | Python | |
| 3389 | Minimum Operations to Make Character Frequencies Equal | Swift | Java | Python | |
| 3388 | Count Beautiful Splits in an Array | Swift | Java | Python | |
| 3387 | Maximize Amount After Two Days of Conversions | Swift | Java | Python | |
| 3386 | Button with Longest Push Time | Swift | Java | Python | |
| 3385 | Minimum Time to Break Locks II | Swift | Java | Python | |
| 3383 | Minimum Runes to Add to Cast Spell | Swift | Java | Python | |
| 3382 | Maximum Area Rectangle With Point Constraints II | Swift | Java | Python | |
| 3381 | Maximum Subarray Sum With Length Divisible by K | Swift | Java | Python | |
| 3380 | Maximum Area Rectangle With Point Constraints I | Swift | Java | Python | |
| 3379 | Transformed Array | Swift | Java | Python | |
| 3378 | Count Connected Components in LCM Graph | Swift | Java | Python | |
| 3377 | Digit Operations to Make Two Integers Equal | Swift | Java | Python | |
| 3376 | Minimum Time to Break Locks I | Swift | Java | Python | |
| 3375 | Minimum Operations to Make Array Values Equal to K | Swift | Java | Python | |
| 3373 | Maximize the Number of Target Nodes After Connecting Trees II | Swift | Java | Python | |
| 3372 | Maximize the Number of Target Nodes After Connecting Trees I | Swift | Java | Python | |
| 3371 | Identify the Largest Outlier in an Array | Swift | Java | Python | |
| 3370 | Smallest Number With All Set Bits | Swift | Java | Python | |
| 3369 | Design an Array Statistics Tracker | Swift | Java | Python | |
| 3367 | Maximize Sum of Weights after Edge Removals | Swift | Java | Python | |
| 3366 | Minimum Array Sum | Swift | Java | Python | |
| 3365 | Rearrange K Substrings to Form Target String | Swift | Java | Python | |
| 3364 | Minimum Positive Sum Subarray | Swift | Java | Python | |
| 3363 | Find the Maximum Number of Fruits Collected | Swift | Java | Python | |
| 3362 | Zero Array Transformation III | Swift | Java | Python | |
| 3361 | Shift Distance Between Two Strings | Swift | Java | Python | |
| 3360 | Stone Removal Game | Swift | Java | Python | |
| 3359 | Find Sorted Submatrices With Maximum Element at Most K | Swift | Java | Python | |
| 3357 | Minimize the Maximum Adjacent Element Difference | Swift | Java | Python | |
| 3356 | Zero Array Transformation II | Swift | Java | Python | |
| 3355 | Zero Array Transformation I | Swift | Java | Python | |
| 3354 | Make Array Elements Equal to Zero | Swift | Java | Python | |
| 3353 | Minimum Total Operations | Swift | Java | Python | |
| 3352 | Count K-Reducible Numbers Less Than N | Swift | Java | Python | |
| 3351 | Sum of Good Subsequences | Swift | Java | Python | |
| 3350 | Adjacent Increasing Subarrays Detection II | Swift | Java | Python | |
| 3349 | Adjacent Increasing Subarrays Detection I | Swift | Java | Python | |
| 3348 | Smallest Divisible Digit Product II | Swift | Java | Python | |
| 3347 | Maximum Frequency of an Element After Performing Operations II | Swift | Java | Python | |
| 3346 | Maximum Frequency of an Element After Performing Operations I | Swift | Java | Python | |
| 3345 | Smallest Divisible Digit Product I | Swift | Java | Python | |
| 3344 | Maximum Sized Array | Swift | Java | Python | |
| 3343 | Count Number of Balanced Permutations | Swift | Java | Python | |
| 3342 | Find Minimum Time to Reach Last Room II | Swift | Java | Python | |
| 3341 | Find Minimum Time to Reach Last Room I | Swift | Java | Python | |
| 3340 | Check Balanced String | Swift | Java | Python | |
| 3339 | Find the Number of K-Even Arrays | Swift | Java | Python | |
| 3337 | Total Characters in String After Transformations II | Swift | Java | Python | |
| 3336 | Find the Number of Subsequences With Equal GCD | Swift | Java | Python | |
| 3335 | Total Characters in String After Transformations I | Swift | Java | Python | |
| 3334 | Find the Maximum Factor Score of Array | Swift | Java | Python | |
| 3333 | Find the Original Typed String II | Swift | Java | Python | |
| 3332 | Maximum Points Tourist Can Earn | Swift | Java | Python | |
| 3331 | Find Subtree Sizes After Changes | Swift | Java | Python | |
| 3330 | Find the Original Typed String I | Swift | Java | Python | |
| 3329 | Count Substrings With K-Frequency Characters II | Swift | Java | Python | |
| 3327 | Check if DFS Strings Are Palindromes | Swift | Java | Python | |
| 3326 | Minimum Division Operations to Make Array Non Decreasing | Swift | Java | Python | |
| 3325 | Count Substrings With K-Frequency Characters I | Swift | Java | Python | |
| 3324 | Find the Sequence of Strings Appeared on the Screen | Swift | Java | Python | |
| 3323 | Minimize Connected Groups by Inserting Interval | Swift | Java | Python | |
| 3321 | Find X-Sum of All K-Long Subarrays II | Swift | Java | Python | |
| 3320 | Count The Number of Winning Sequences | Swift | Java | Python | |
| 3319 | K-th Largest Perfect Subtree Size in Binary Tree | Swift | Java | Python | |
| 3318 | Find X-Sum of All K-Long Subarrays I | Swift | Java | Python | |
| 3317 | Find the Number of Possible Ways for an Event | Swift | Java | Python | |
| 3316 | Find Maximum Removals From Source String | Swift | Java | Python | |
| 3315 | Construct the Minimum Bitwise Array II | Swift | Java | Python | |
| 3314 | Construct the Minimum Bitwise Array I | Swift | Java | Python | |
| 3313 | Find the Last Marked Nodes in Tree | Swift | Java | Python | |
| 3312 | Sorted GCD Pair Queries | Swift | Java | Python | |
| 3311 | Construct 2D Grid Matching Graph Layout | Swift | Java | Python | |
| 3310 | Remove Methods From Project | Swift | Java | Python | |
| 3309 | Maximum Possible Number by Binary Concatenation | Swift | Java | Python | |
| 3307 | Find the K-th Character in String Game II | Swift | Java | Python | |
| 3306 | Count of Substrings Containing Every Vowel and K Consonants II | Swift | Java | Python | |
| 3305 | Count of Substrings Containing Every Vowel and K Consonants I | Swift | Java | Python | |
| 3304 | Find the K-th Character in String Game I | Swift | Java | Python | |
| 3303 | Find the Occurrence of First Almost Equal Substring | Swift | Java | Python | |
| 3302 | Find the Lexicographically Smallest Valid Sequence | Swift | Java | Python | |
| 3301 | Maximize the Total Height of Unique Towers | Swift | Java | Python | |
| 3300 | Minimum Element After Replacement With Digit Sum | Swift | Java | Python | |
| 3299 | Sum of Consecutive Subsequences | Swift | Java | Python | |
| 3298 | Count Substrings That Can Be Rearranged to Contain a String II | Swift | Java | Python | |
| 3297 | Count Substrings That Can Be Rearranged to Contain a String I | Swift | Java | Python | |
| 3296 | Minimum Number of Seconds to Make Mountain Height Zero | Swift | Java | Python | |
| 3295 | Report Spam Message | Swift | Java | Python | |
| 3294 | Convert Doubly Linked List to Array II | Swift | Java | Python | |
| 3292 | Minimum Number of Valid Strings to Form Target II | Swift | Java | Python | |
| 3291 | Minimum Number of Valid Strings to Form Target I | Swift | Java | Python | |
| 3290 | Maximum Multiplication Score | Swift | Java | Python | |
| 3289 | The Two Sneaky Numbers of Digitville | Swift | Java | Python | |
| 3288 | Length of the Longest Increasing Path | Swift | Java | Python | |
| 3287 | Find the Maximum Sequence Value of Array | Swift | Java | Python | |
| 3286 | Find a Safe Walk Through a Grid | Swift | Java | Python | |
| 3285 | Find Indices of Stable Mountains | Swift | Java | Python | |
| 3284 | Sum of Consecutive Subarrays | Swift | Java | Python | |
| 3283 | Maximum Number of Moves to Kill All Pawns | Swift | Java | Python | |
| 3282 | Reach End of Array With Max Score | Swift | Java | Python | |
| 3281 | Maximize Score of Numbers in Ranges | Swift | Java | Python | |
| 3280 | Convert Date to Binary | Swift | Java | Python | |
| 3279 | Maximum Total Area Occupied by Pistons | Swift | Java | Python | |
| 3277 | Maximum XOR Score Subarray Queries | Swift | Java | Python | |
| 3276 | Select Cells in Grid With Maximum Score | Swift | Java | Python | |
| 3275 | K-th Nearest Obstacle Queries | Swift | Java | Python | |
| 3274 | Check if Two Chessboard Squares Have the Same Color | Swift | Java | Python | |
| 3273 | Minimum Amount of Damage Dealt to Bob | Swift | Java | Python | |
| 3272 | Find the Count of Good Integers | Swift | Java | Python | |
| 3271 | Hash Divided String | Swift | Java | Python | |
| 3270 | Find the Key of the Numbers | Swift | Java | Python | |
| 3269 | Constructing Two Increasing Arrays | Swift | Java | Python | |
| 3267 | Count Almost Equal Pairs II | Swift | Java | Python | |
| 3266 | Final Array State After K Multiplication Operations II | Swift | Java | Python | |
| 3265 | Count Almost Equal Pairs I | Swift | Java | Python | |
| 3264 | Final Array State After K Multiplication Operations I | Swift | Java | Python | |
| 3263 | Convert Doubly Linked List to Array I | Swift | Java | Python | |
| 3261 | Count Substrings That Satisfy K-Constraint II | Swift | Java | Python | |
| 3260 | Find the Largest Palindrome Divisible by K | Swift | Java | Python | |
| 3259 | Maximum Energy Boost From Two Drinks | Swift | Java | Python | |
| 3258 | Count Substrings That Satisfy K-Constraint I | Swift | Java | Python | |
| 3257 | Maximum Value Sum by Placing Three Rooks II | Swift | Java | Python | |
| 3256 | Maximum Value Sum by Placing Three Rooks I | Swift | Java | Python | |
| 3255 | Find the Power of K-Size Subarrays II | Swift | Java | Python | |
| 3254 | Find the Power of K-Size Subarrays I | Swift | Java | Python | |
| 3253 | Construct String with Minimum Cost (Easy) | Swift | Java | Python | |
| 3251 | Find the Count of Monotonic Pairs II | Swift | Java | Python | |
| 3250 | Find the Count of Monotonic Pairs I | Swift | Java | Python | |
| 3249 | Count the Number of Good Nodes | Swift | Java | Python | |
| 3248 | Snake in Matrix | Swift | Java | Python | |
| 3247 | Number of Subsequences with Odd Sum | Swift | Java | Python | |
| 3245 | Alternating Groups III | Swift | Java | Python | |
| 3244 | Shortest Distance After Road Addition Queries II | Swift | Java | Python | |
| 3243 | Shortest Distance After Road Addition Queries I | Swift | Java | Python | |
| 3242 | Design Neighbor Sum Service | Swift | Java | Python | |
| 3241 | Time Taken to Mark All Nodes | Swift | Java | Python | |
| 3240 | Minimum Number of Flips to Make Binary Grid Palindromic II | Swift | Java | Python | |
| 3239 | Minimum Number of Flips to Make Binary Grid Palindromic I | Swift | Java | Python | |
| 3238 | Find the Number of Winning Players | Swift | Java | Python | |
| 3237 | Alt and Tab Simulation | Swift | Java | Python | |
| 3235 | Check if the Rectangle Corner Is Reachable | Swift | Java | Python | |
| 3234 | Count the Number of Substrings With Dominant Ones | Swift | Java | Python | |
| 3233 | Find the Count of Numbers Which Are Not Special | Swift | Java | Python | |
| 3232 | Find if Digit Game Can Be Won | Swift | Java | Python | |
| 3231 | Minimum Number of Increasing Subsequence to Be Removed | Swift | Java | Python | |
| 3229 | Minimum Operations to Make Array Equal to Target | Swift | Java | Python | |
| 3228 | Maximum Number of Operations to Move Ones to the End | Swift | Java | Python | |
| 3227 | Vowels Game in a String | Swift | Java | Python | |
| 3226 | Number of Bit Changes to Make Two Integers Equal | Swift | Java | Python | |
| 3225 | Maximum Score From Grid Operations | Swift | Java | Python | |
| 3224 | Minimum Array Changes to Make Differences Equal | Swift | Java | Python | |
| 3223 | Minimum Length of String After Operations | Swift | Java | Python | |
| 3222 | Find the Winning Player in Coin Game | Swift | Java | Python | |
| 3221 | Maximum Array Hopping Score II | Swift | Java | Python | |
| 3219 | Minimum Cost for Cutting Cake II | Swift | Java | Python | |
| 3218 | Minimum Cost for Cutting Cake I | Swift | Java | Python | |
| 3217 | Delete Nodes From Linked List Present in Array | Swift | Java | Python | |
| 3216 | Lexicographically Smallest String After a Swap | Swift | Java | Python | |
| 3215 | Count Triplets with Even XOR Set Bits II | Swift | Java | Python | |
| 3213 | Construct String with Minimum Cost | Swift | Java | Python | |
| 3212 | Count Submatrices With Equal Frequency of X and Y | Swift | Java | Python | |
| 3211 | Generate Binary Strings Without Adjacent Zeros | Swift | Java | Python | |
| 3210 | Find the Encrypted String | Swift | Java | Python | |
| 3209 | Number of Subarrays With AND Value of K | Swift | Java | Python | |
| 3208 | Alternating Groups II | Swift | Java | Python | |
| 3207 | Maximum Points After Enemy Battles | Swift | Java | Python | |
| 3206 | Alternating Groups I | Swift | Java | Python | |
| 3205 | Maximum Array Hopping Score I | Swift | Java | Python | |
| 3203 | Find Minimum Diameter After Merging Two Trees | Swift | Java | Python | |
| 3202 | Find the Maximum Length of Valid Subsequence II | Swift | Java | Python | |
| 3201 | Find the Maximum Length of Valid Subsequence I | Swift | Java | Python | |
| 3200 | Maximum Height of a Triangle | Swift | Java | Python | |
| 3199 | Count Triplets with Even XOR Set Bits I | Swift | Java | Python | |
| 3197 | Find the Minimum Area to Cover All Ones II | Swift | Java | Python | |
| 3196 | Maximize Total Cost of Alternating Subarrays | Swift | Java | Python | |
| 3195 | Find the Minimum Area to Cover All Ones I | Swift | Java | Python | |
| 3194 | Minimum Average of Smallest and Largest Elements | Swift | Java | Python | |
| 3193 | Count the Number of Inversions | Swift | Java | Python | |
| 3192 | Minimum Operations to Make Binary Array Elements Equal to One II | Swift | Java | Python | |
| 3191 | Minimum Operations to Make Binary Array Elements Equal to One I | Swift | Java | Python | |
| 3190 | Find Minimum Operations to Make All Elements Divisible by Three | Swift | Java | Python | |
| 3189 | Minimum Moves to Get a Peaceful Board | Swift | Java | Python | |
| 3187 | Peaks in Array | Swift | Java | Python | |
| 3186 | Maximum Total Damage With Spell Casting | Swift | Java | Python | |
| 3185 | Count Pairs That Form a Complete Day II | Swift | Java | Python | |
| 3184 | Count Pairs That Form a Complete Day I | Swift | Java | Python | |
| 3183 | The Number of Ways to Make the Sum | Swift | Java | Python | |
| 3181 | Maximum Total Reward Using Operations II | Swift | Java | Python | |
| 3180 | Maximum Total Reward Using Operations I | Swift | Java | Python | |
| 3179 | Find the N-th Value After K Seconds | Swift | Java | Python | |
| 3178 | Find the Child Who Has the Ball After K Seconds | Swift | Java | Python | |
| 3177 | Find the Maximum Length of a Good Subsequence II | Swift | Java | Python | |
| 3176 | Find the Maximum Length of a Good Subsequence I | Swift | Java | Python | |
| 3175 | Find The First Player to win K Games in a Row | Swift | Java | Python | |
| 3174 | Clear Digits | Swift | Java | Python | |
| 3173 | Bitwise OR of Adjacent Elements | Swift | Java | Python | |
| 3171 | Find Subarray With Bitwise OR Closest to K | Swift | Java | Python | |
| 3170 | Lexicographically Minimum String After Removing Stars | Swift | Java | Python | |
| 3169 | Count Days Without Meetings | Swift | Java | Python | |
| 3168 | Minimum Number of Chairs in a Waiting Room | Swift | Java | Python | |
| 3167 | Better Compression of String | Swift | Java | Python | |
| 3165 | Maximum Sum of Subsequence With Non-adjacent Elements | Swift | Java | Python | |
| 3164 | Find the Number of Good Pairs II | Swift | Java | Python | |
| 3163 | String Compression III | Swift | Java | Python | |
| 3162 | Find the Number of Good Pairs I | Swift | Java | Python | |
| 3161 | Block Placement Queries | Swift | Java | Python | |
| 3160 | Find the Number of Distinct Colors Among the Balls | Swift | Java | Python | |
| 3159 | Find Occurrences of an Element in an Array | Swift | Java | Python | |
| 3158 | Find the XOR of Numbers Which Appear Twice | Swift | Java | Python | |
| 3157 | Find the Level of Tree with Minimum Sum | Swift | Java | Python | |
| 3155 | Maximum Number of Upgradable Servers | Swift | Java | Python | |
| 3154 | Find Number of Ways to Reach the K-th Stair | Swift | Java | Python | |
| 3153 | Sum of Digit Differences of All Pairs | Swift | Java | Python | |
| 3152 | Special Array II | Swift | Java | Python | |
| 3151 | Special Array I | Swift | Java | Python | |
| 3149 | Find the Minimum Cost Array Permutation | Swift | Java | Python | |
| 3148 | Maximum Difference Score in a Grid | Swift | Java | Python | |
| 3147 | Taking Maximum Energy From the Mystic Dungeon | Swift | Java | Python | |
| 3146 | Permutation Difference between Two Strings | Swift | Java | Python | |
| 3145 | Find Products of Elements of Big Array | Swift | Java | Python | |
| 3144 | Minimum Substring Partition of Equal Character Frequency | Swift | Java | Python | |
| 3143 | Maximum Points Inside the Square | Swift | Java | Python | |
| 3142 | Check if Grid Satisfies Conditions | Swift | Java | Python | |
| 3141 | Maximum Hamming Distances | Swift | Java | Python | |
| 3139 | Minimum Cost to Equalize Array | Swift | Java | Python | |
| 3138 | Minimum Length of Anagram Concatenation | Swift | Java | Python | |
| 3137 | Minimum Number of Operations to Make Word K-Periodic | Swift | Java | Python | |
| 3136 | Valid Word | Swift | Java | Python | |
| 3135 | Equalize Strings by Adding or Removing Characters at Ends | Swift | Java | Python | |
| 3134 | Find the Median of the Uniqueness Array | Swift | Java | Python | |
| 3133 | Minimum Array End | Swift | Java | Python | |
| 3132 | Find the Integer Added to Array II | Swift | Java | Python | |
| 3131 | Find the Integer Added to Array I | Swift | Java | Python | |
| 3130 | Find All Possible Stable Binary Arrays II | Swift | Java | Python | |
| 3129 | Find All Possible Stable Binary Arrays I | Swift | Java | Python | |
| 3128 | Right Triangles | Swift | Java | Python | |
| 3127 | Make a Square with the Same Color | Swift | Java | Python | |
| 3125 | Maximum Number That Makes Result of Bitwise AND Zero | Swift | Java | Python | |
| 3123 | Find Edges in Shortest Paths | Swift | Java | Python | |
| 3122 | Minimum Number of Operations to Satisfy Conditions | Swift | Java | Python | |
| 3121 | Count the Number of Special Characters II | Swift | Java | Python | |
| 3120 | Count the Number of Special Characters I | Swift | Java | Python | |
| 3119 | Maximum Number of Potholes That Can Be Fixed | Swift | Java | Python | |
| 3117 | Minimum Sum of Values by Dividing Array | Swift | Java | Python | |
| 3116 | Kth Smallest Amount With Single Denomination Combination | Swift | Java | Python | |
| 3115 | Maximum Prime Difference | Swift | Java | Python | |
| 3114 | Latest Time You Can Obtain After Replacing Characters | Swift | Java | Python | |
| 3113 | Find the Number of Subarrays Where Boundary Elements Are Maximum | Swift | Java | Python | |
| 3112 | Minimum Time to Visit Disappearing Nodes | Swift | Java | Python | |
| 3111 | Minimum Rectangles to Cover Points | Swift | Java | Python | |
| 3110 | Score of a String | Swift | Java | Python | |
| 3109 | Find the Index of Permutation | Swift | Java | Python | |
| 3108 | Minimum Cost Walk in Weighted Graph | Swift | Java | Python | |
| 3107 | Minimum Operations to Make Median of Array Equal to K | Swift | Java | Python | |
| 3106 | Lexicographically Smallest String After Operations With Constraint | Swift | Java | Python | |
| 3105 | Longest Strictly Increasing or Strictly Decreasing Subarray | Swift | Java | Python | |
| 3104 | Find Longest Self-Contained Substring | Swift | Java | Python | |
| 3102 | Minimize Manhattan Distances | Swift | Java | Python | |
| 3101 | Count Alternating Subarrays | Swift | Java | Python | |
| 3100 | Water Bottles II | Swift | Java | Python | |
| 3099 | Harshad Number | Swift | Java | Python | |
| 3098 | Find the Sum of Subsequence Powers | Swift | Java | Python | |
| 3097 | Shortest Subarray With OR at Least K II | Swift | Java | Python | |
| 3096 | Minimum Levels to Gain More Points | Swift | Java | Python | |
| 3095 | Shortest Subarray With OR at Least K I | Swift | Java | Python | |
| 3094 | Guess the Number Using Bitwise Questions II | Swift | Java | Python | |
| 3093 | Longest Common Suffix Queries | Swift | Java | Python | |
| 3092 | Most Frequent IDs | Swift | Java | Python | |
| 3091 | Apply Operations to Make Sum of Array Greater Than or Equal to k | Swift | Java | Python | |
| 3090 | Maximum Length Substring With Two Occurrences | Swift | Java | Python | |
| 3088 | Make String Anti-palindrome | Swift | Java | Python | |
| 3086 | Minimum Moves to Pick K Ones | Swift | Java | Python | |
| 3085 | Minimum Deletions to Make String K-Special | Swift | Java | Python | |
| 3084 | Count Substrings Starting and Ending with Given Character | Swift | Java | Python | |
| 3083 | Existence of a Substring in a String and Its Reverse | Swift | Java | Python | |
| 3082 | Find the Sum of the Power of All Subsequences | Swift | Java | Python | |
| 3081 | Replace Question Marks in String to Minimize Its Value | Swift | Java | Python | |
| 3080 | Mark Elements on Array by Performing Queries | Swift | Java | Python | |
| 3079 | Find the Sum of Encrypted Integers | Swift | Java | Python | |
| 3078 | Match Alphanumerical Pattern in Matrix I | Swift | Java | Python | |
| 3077 | Maximum Strength of K Disjoint Subarrays | Swift | Java | Python | |
| 3076 | Shortest Uncommon Substring in an Array | Swift | Java | Python | |
| 3075 | Maximize Happiness of Selected Children | Swift | Java | Python | |
| 3074 | Apple Redistribution into Boxes | Swift | Java | Python | |
| 3073 | Maximum Increasing Triplet Value | Swift | Java | Python | |
| 3072 | Distribute Elements Into Two Arrays II | Swift | Java | Python | |
| 3071 | Minimum Operations to Write the Letter Y on a Grid | Swift | Java | Python | |
| 3070 | Count Submatrices with Top-Left Element and Sum Less Than k | Swift | Java | Python | |
| 3069 | Distribute Elements Into Two Arrays I | Swift | Java | Python | |
| 3068 | Find the Maximum Sum of Node Values | Swift | Java | Python | |
| 3067 | Count Pairs of Connectable Servers in a Weighted Tree Network | Swift | Java | Python | |
| 3066 | Minimum Operations to Exceed Threshold Value II | Swift | Java | Python | |
| 3065 | Minimum Operations to Exceed Threshold Value I | Swift | Java | Python | |
| 3064 | Guess the Number Using Bitwise Questions I | Swift | Java | Python | |
| 3063 | Linked List Frequency | Swift | Java | Python | |
| 3062 | Winner of the Linked List Game | Swift | Java | Python | |
| 3049 | Earliest Second to Mark Indices II | Swift | Java | Python | |
| 3048 | Earliest Second to Mark Indices I | Swift | Java | Python | |
| 3047 | Find the Largest Area of Square Inside Two Rectangles | Swift | Java | Python | |
| 3046 | Split the Array | Swift | Java | Python | |
| 3045 | Count Prefix and Suffix Pairs II | Swift | Java | Python | |
| 3044 | Most Frequent Prime | Swift | Java | Python | |
| 3043 | Find the Length of the Longest Common Prefix | Swift | Java | Python | |
| 3042 | Count Prefix and Suffix Pairs I | Swift | Java | Python | |
| 3041 | Maximize Consecutive Elements in an Array After Modification | Swift | Java | Python | |
| 3040 | Maximum Number of Operations With the Same Score II | Swift | Java | Python | |
| 3039 | Apply Operations to Make String Empty | Swift | Java | Python | |
| 3038 | Maximum Number of Operations With the Same Score I | Swift | Java | Python | |
| 3037 | Find Pattern in Infinite Stream II | Swift | Java | Python | |
| 3036 | Number of Subarrays That Match a Pattern II | Swift | Java | Python | |
| 3035 | Maximum Palindromes After Operations | Swift | Java | Python | |
| 3034 | Number of Subarrays That Match a Pattern I | Swift | Java | Python | |
| 3033 | Modify the Matrix | Swift | Java | Python | |
| 3032 | Count Numbers With Unique Digits II | Swift | Java | Python | |
| 3031 | Minimum Time to Revert Word to Initial State II | Swift | Java | Python | |
| 3030 | Find the Grid of Region Average | Swift | Java | Python | |
| 3029 | Minimum Time to Revert Word to Initial State I | Swift | Java | Python | |
| 3028 | Ant on the Boundary | Swift | Java | Python | |
| 3027 | Find the Number of Ways to Place People II | Swift | Java | Python | |
| 3026 | Maximum Good Subarray Sum | Swift | Java | Python | |
| 3025 | Find the Number of Ways to Place People I | Swift | Java | Python | |
| 3024 | Type of Triangle | Swift | Java | Python | |
| 3023 | Find Pattern in Infinite Stream I | Swift | Java | Python | |
| 3022 | Minimize OR of Remaining Elements Using Operations | Swift | Java | Python | |
| 3021 | Alice and Bob Playing Flower Game | Swift | Java | Python | |
| 3020 | Find the Maximum Number of Elements in Subset | Swift | Java | Python | |
| 3019 | Number of Changing Keys | Swift | Java | Python | |
| 3018 | Maximum Number of Removal Queries That Can Be Processed I | Swift | Java | Python | |
| 3017 | Count the Number of Houses at a Certain Distance II | Swift | Java | Python | |
| 3016 | Minimum Number of Pushes to Type Word II | Swift | Java | Python | |
| 3015 | Count the Number of Houses at a Certain Distance I | Swift | Java | Python | |
| 3014 | Minimum Number of Pushes to Type Word I | Swift | Java | Python | |
| 3013 | Divide an Array Into Subarrays With Minimum Cost II | Swift | Java | Python | |
| 3012 | Minimize Length of Array Using Operations | Swift | Java | Python | |
| 3011 | Find if Array Can Be Sorted | Swift | Java | Python | |
| 3010 | Divide an Array Into Subarrays With Minimum Cost I | Swift | Java | Python | |
| 3009 | Maximum Number of Intersections on the Chart | Swift | Java | Python | |
| 3008 | Find Beautiful Indices in the Given Array II | Swift | Java | Python | |
| 3007 | Maximum Number That Sum of the Prices Is Less Than or Equal to K | Swift | Java | Python | |
| 3006 | Find Beautiful Indices in the Given Array I | Swift | Java | Python | |
| 3005 | Count Elements With Maximum Frequency | Swift | Java | Python | |
| 3004 | Maximum Subtree of the Same Color | Swift | Java | Python | |
| 3003 | Maximize the Number of Partitions After Operations | Swift | Java | Python | |
| 3002 | Maximum Size of a Set After Removals | Swift | Java | Python | |
| 3001 | Minimum Moves to Capture The Queen | Swift | Java | Python | |
| 3000 | Maximum Area of Longest Diagonal Rectangle | Swift | Java | Python | |
| 2999 | Count the Number of Powerful Integers | Swift | Java | Python | |
| 2998 | Minimum Number of Operations to Make X and Y Equal | Swift | Java | Python | |
| 2997 | Minimum Number of Operations to Make Array XOR Equal to K | Swift | Java | Python | |
| 2996 | Smallest Missing Integer Greater Than Sequential Prefix Sum | Swift | Java | Python | |
| 2992 | Number of Self-Divisible Permutations | Swift | Java | Python | |
| 2983 | Palindrome Rearrangement Queries | Swift | Java | Python | |
| 2982 | Find Longest Special Substring That Occurs Thrice II | Swift | Java | Python | |
| 2981 | Find Longest Special Substring That Occurs Thrice I | Swift | Java | Python | |
| 2980 | Check if Bitwise OR Has Trailing Zeros | Swift | Java | Python | |
| 2979 | Most Expensive Item That Can Not Be Bought | Swift | Java | Python | |
| 2977 | Minimum Cost to Convert String II | Swift | Java | Python | |
| 2976 | Minimum Cost to Convert String I | Swift | Java | Python | |
| 2975 | Maximum Square Area by Removing Fences From a Field | Swift | Java | Python | |
| 2974 | Minimum Number Game | Swift | Java | Python | |
| 2973 | Find Number of Coins to Place in Tree Nodes | Swift | Java | Python | |
| 2972 | Count the Number of Incremovable Subarrays II | Swift | Java | Python | |
| 2971 | Find Polygon With the Largest Perimeter | Swift | Java | Python | |
| 2970 | Count the Number of Incremovable Subarrays I | Swift | Java | Python | |
| 2969 | Minimum Number of Coins for Fruits II | Swift | Java | Python | |
| 2968 | Apply Operations to Maximize Frequency Score | Swift | Java | Python | |
| 2967 | Minimum Cost to Make Array Equalindromic | Swift | Java | Python | |
| 2966 | Divide Array Into Arrays With Max Difference | Swift | Java | Python | |
| 2965 | Find Missing and Repeated Values | Java | Python | ||
| 2964 | Number of Divisible Triplet Sums | Swift | Java | Python | |
| 2963 | Count the Number of Good Partitions | Swift | Java | Python | |
| 2962 | Count Subarrays Where Max Element Appears at Least K Times | Swift | Java | Python | |
| 2961 | Double Modular Exponentiation | Swift | Java | Python | |
| 2960 | Count Tested Devices After Test Operations | Swift | Java | Python | |
| 2959 | Number of Possible Sets of Closing Branches | Swift | Java | Python | |
| 2958 | Length of Longest Subarray With at Most K Frequency | Swift | Java | Python | |
| 2957 | Remove Adjacent Almost-Equal Characters | Swift | Java | Python | |
| 2956 | Find Common Elements Between Two Arrays | Swift | Java | Python | |
| 2955 | Number of Same-End Substrings | Swift | Java | Python | |
| 2954 | Count the Number of Infection Sequences | Swift | Java | Python | |
| 2953 | Count Complete Substrings | Swift | Java | Python | |
| 2952 | Minimum Number of Coins to be Added | Swift | Java | Python | |
| 2951 | Find the Peaks | Swift | Java | Python | |
| 2950 | Number of Divisible Substrings | Swift | Java | Python | |
| 2949 | Count Beautiful Substrings II | Swift | Java | Python | |
| 2948 | Make Lexicographically Smallest Array by Swapping Elements | Swift | Java | Python | |
| 2947 | Count Beautiful Substrings I | Swift | Java | Python | |
| 2946 | Matrix Similarity After Cyclic Shifts | Swift | Java | Python | |
| 2945 | Find Maximum Non-decreasing Array Length | Swift | Java | Python | |
| 2944 | Minimum Number of Coins for Fruits | Swift | Java | Python | |
| 2943 | Maximize Area of Square Hole in Grid | Swift | Java | Python | |
| 2942 | Find Words Containing Character | Swift | Java | Python | |
| 2941 | Maximum GCD-Sum of a Subarray | Swift | Java | Python | |
| 2940 | Find Building Where Alice and Bob Can Meet | Swift | Java | Python | |
| 2939 | Maximum Xor Product | Swift | Java | Python | |
| 2938 | Separate Black and White Balls | Swift | Java | Python | |
| 2937 | Make Three Strings Equal | Swift | Java | Python | |
| 2936 | Number of Equal Numbers Blocks | Swift | Java | Python | |
| 2935 | Maximum Strong Pair XOR II | Swift | Java | Python | |
| 2934 | Minimum Operations to Maximize Last Elements in Arrays | Swift | Java | Python | |
| 2933 | High-Access Employees | Swift | Java | Python | |
| 2932 | Maximum Strong Pair XOR I | Swift | Java | Python | |
| 2931 | Maximum Spending After Buying Items | Swift | Java | Python | |
| 2930 | Number of Strings Which Can Be Rearranged to Contain Substring | Swift | Java | Python | |
| 2929 | Distribute Candies Among Children II | Swift | Java | Python | |
| 2928 | Distribute Candies Among Children I | Swift | Java | Python | |
| 2927 | Distribute Candies Among Children III | Swift | Java | Python | |
| 2926 | Maximum Balanced Subsequence Sum | Swift | Java | Python | |
| 2925 | Maximum Score After Applying Operations on a Tree | Swift | Java | Python | |
| 2924 | Find Champion II | Swift | Java | Python | |
| 2923 | Find Champion I | Swift | Java | Python | |
| 2921 | Maximum Profitable Triplets With Increasing Prices II | Swift | Java | Python | |
| 2920 | Maximum Points After Collecting Coins From All Nodes | Swift | Java | Python | |
| 2919 | Minimum Increment Operations to Make Array Beautiful | Swift | Java | Python | |
| 2918 | Minimum Equal Sum of Two Arrays After Replacing Zeros | Swift | Java | Python | |
| 2917 | Find the K-or of an Array | Swift | Java | Python | |
| 2916 | Subarrays Distinct Element Sum of Squares II | Swift | Java | Python | |
| 2915 | Length of the Longest Subsequence That Sums to Target | Swift | Java | Python | |
| 2914 | Minimum Number of Changes to Make Binary String Beautiful | Swift | Java | Python | |
| 2913 | Subarrays Distinct Element Sum of Squares I | Swift | Java | Python | |
| 2912 | Number of Ways to Reach Destination in the Grid | Swift | Java | Python | |
| 2911 | Minimum Changes to Make K Semi-palindromes | Swift | Java | Python | |
| 2910 | Minimum Number of Groups to Create a Valid Assignment | Swift | Java | Python | |
| 2909 | Minimum Sum of Mountain Triplets II | Swift | Java | Python | |
| 2908 | Minimum Sum of Mountain Triplets I | Swift | Java | Python | |
| 2907 | Maximum Profitable Triplets With Increasing Prices I | Swift | Java | Python | |
| 2906 | Construct Product Matrix | Swift | Java | Python | |
| 2905 | Find Indices With Index and Value Difference II | Swift | Java | Python | |
| 2904 | Shortest and Lexicographically Smallest Beautiful String | Swift | Java | Python | |
| 2903 | Find Indices With Index and Value Difference I | Swift | Java | Python | |
| 2902 | Count of Sub-Multisets With Bounded Sum | Swift | Java | Python | |
| 2901 | Longest Unequal Adjacent Groups Subsequence II | Swift | Java | Python | |
| 2900 | Longest Unequal Adjacent Groups Subsequence I | Swift | Java | Python | |
| 2899 | Last Visited Integers | Swift | Java | Python | |
| 2898 | Maximum Linear Stock Score | Swift | Java | Python | |
| 2897 | Apply Operations on Array to Maximize Sum of Squares | Swift | Java | Python | |
| 2896 | Apply Operations to Make Two Strings Equal | Swift | Java | Python | |
| 2895 | Minimum Processing Time | Swift | Java | Python | |
| 2894 | Divisible and Non-divisible Sums Difference | Swift | Java | Python | |
| 2892 | Minimizing Array After Replacing Pairs With Their Product | Swift | Java | Python | |
| 2876 | Count Visited Nodes in a Directed Graph | Swift | Java | Python | |
| 2875 | Minimum Size Subarray in Infinite Array | Swift | Java | Python | |
| 2874 | Maximum Value of an Ordered Triplet II | Swift | Java | Python | |
| 2873 | Maximum Value of an Ordered Triplet I | Swift | Java | Python | |
| 2872 | Maximum Number of K-Divisible Components | Swift | Java | Python | |
| 2871 | Split Array Into Maximum Number of Subarrays | Swift | Java | Python | |
| 2870 | Minimum Number of Operations to Make Array Empty | Swift | Java | Python | |
| 2869 | Minimum Operations to Collect Elements | Swift | Java | Python | |
| 2868 | The Wording Game | Swift | Java | Python | |
| 2867 | Count Valid Paths in a Tree | Swift | Java | Python | |
| 2866 | Beautiful Towers II | Swift | Java | Python | |
| 2865 | Beautiful Towers I | Swift | Java | Python | |
| 2864 | Maximum Odd Binary Number | Swift | Java | Python | |
| 2863 | Maximum Length of Semi-Decreasing Subarrays | Swift | Java | Python | |
| 2862 | Maximum Element-Sum of a Complete Subset of Indices | Swift | Java | Python | |
| 2861 | Maximum Number of Alloys | Swift | Java | Python | |
| 2860 | Happy Students | Swift | Java | Python | |
| 2859 | Sum of Values at Indices With K Set Bits | Swift | Java | Python | |
| 2858 | Minimum Edge Reversals So Every Node Is Reachable | Swift | Java | Python | |
| 2857 | Count Pairs of Points With Distance k | Swift | Java | Python | |
| 2856 | Minimum Array Length After Pair Removals | Swift | Java | Python | |
| 2855 | Minimum Right Shifts to Sort the Array | Swift | Java | Python | |
| 2852 | Sum of Remoteness of All Cells | Swift | Java | Python | |
| 2851 | String Transformation | Swift | Java | Python | |
| 2850 | Minimum Moves to Spread Stones Over Grid | Swift | Java | Python | |
| 2849 | Determine if a Cell Is Reachable at a Given Time | Swift | Java | Python | |
| 2848 | Points That Intersect With Cars | Swift | Java | Python | |
| 2847 | Smallest Number With Given Digit Product | Swift | Java | Python | |
| 2846 | Minimum Edge Weight Equilibrium Queries in a Tree | Swift | Java | Python | |
| 2845 | Count of Interesting Subarrays | Swift | Java | Python | |
| 2844 | Minimum Operations to Make a Special Number | Swift | Java | Python | |
| 2843 | Count Symmetric Integers | Swift | Java | Python | |
| 2842 | Count K-Subsequences of a String With Maximum Beauty | Swift | Java | Python | |
| 2841 | Maximum Sum of Almost Unique Subarray | Swift | Java | Python | |
| 2840 | Check if Strings Can be Made Equal With Operations II | Swift | Java | Python | |
| 2839 | Check if Strings Can be Made Equal With Operations I | Swift | Java | Python | |
| 2838 | Maximum Coins Heroes Can Collect | Swift | Java | Python | |
| 2836 | Maximize Value of Function in a Ball Passing Game | Swift | Java | Python | |
| 2835 | Minimum Operations to Form Subsequence With Target Sum | Swift | Java | Python | |
| 2834 | Find the Minimum Possible Sum of a Beautiful Array | Swift | Java | Python | |
| 2833 | Furthest Point From Origin | Swift | Java | Python | |
| 2832 | Maximal Range That Each Element Is Maximum in It | Swift | Java | Python | |
| 2831 | Find the Longest Equal Subarray | Swift | Java | Python | |
| 2830 | Maximize the Profit as the Salesman | Swift | Java | Python | |
| 2829 | Determine the Minimum Sum of a k-avoiding Array | Swift | Java | Python | |
| 2828 | Check if a String Is an Acronym of Words | Swift | Java | Python | |
| 2827 | Number of Beautiful Integers in the Range | Swift | Java | Python | |
| 2826 | Sorting Three Groups | Swift | Java | Python | |
| 2825 | Make String a Subsequence Using Cyclic Increments | Swift | Java | Python | |
| 2824 | Count Pairs Whose Sum is Less than Target | Swift | Java | Python | |
| 2819 | Minimum Relative Loss After Buying Chocolates | Swift | Java | Python | |
| 2818 | Apply Operations to Maximize Score | Swift | Java | Python | |
| 2817 | Minimum Absolute Difference Between Elements With Constraint | Swift | Java | Python | |
| 2816 | Double a Number Represented as a Linked List | Swift | Java | Python | |
| 2815 | Max Pair Sum in an Array | Swift | Java | Python | |
| 2814 | Minimum Time Takes to Reach Destination Without Drowning | Swift | Java | Python | |
| 2813 | Maximum Elegance of a K-Length Subsequence | Swift | Java | Python | |
| 2812 | Find the Safest Path in a Grid | Swift | Java | Python | |
| 2811 | Check if it is Possible to Split Array | Swift | Java | Python | |
| 2810 | Faulty Keyboard | Swift | Java | Python | |
| 2809 | Minimum Time to Make Array Sum At Most x | Swift | Java | Python | |
| 2808 | Minimum Seconds to Equalize a Circular Array | Swift | Java | Python | |
| 2807 | Insert Greatest Common Divisors in Linked List | Swift | Java | Python | |
| 2806 | Account Balance After Rounded Purchase | Swift | Java | Python | |
| 2802 | Find The K-th Lucky Number | Swift | Java | Python | |
| 2801 | Count Stepping Numbers in Range | Swift | Java | Python | |
| 2800 | Shortest String That Contains Three Strings | Swift | Java | Python | |
| 2799 | Count Complete Subarrays in an Array | Swift | Java | Python | |
| 2798 | Number of Employees Who Met the Target | Swift | Java | Python | |
| 2792 | Count Nodes That Are Great Enough | Swift | Java | Python | |
| 2791 | Count Paths That Can Form a Palindrome in a Tree | Swift | Java | Python | |
| 2790 | Maximum Number of Groups With Increasing Length | Swift | Java | Python | |
| 2789 | Largest Element in an Array after Merge Operations | Swift | Java | Python | |
| 2788 | Split Strings by Separator | Swift | Java | Python | |
| 2787 | Ways to Express an Integer as Sum of Powers | Swift | Java | Python | |
| 2786 | Visit Array Positions to Maximize Score | Swift | Java | Python | |
| 2785 | Sort Vowels in a String | Swift | Java | Python | |
| 2784 | Check if Array is Good | Swift | Java | Python | |
| 2782 | Number of Unique Categories | Swift | Java | Python | |
| 2781 | Length of the Longest Valid Substring | Swift | Java | Python | |
| 2780 | Minimum Index of a Valid Split | Swift | Java | Python | |
| 2779 | Maximum Beauty of an Array After Applying Operation | Swift | Java | Python | |
| 2778 | Sum of Squares of Special Elements | Swift | Java | Python | |
| 2773 | Height of Special Binary Tree | Swift | Java | Python | |
| 2772 | Apply Operations to Make All Array Elements Equal to Zero | Swift | Java | Python | |
| 2771 | Longest Non-decreasing Subarray From Two Arrays | Swift | Java | Python | |
| 2770 | Maximum Number of Jumps to Reach the Last Index | Swift | Java | Python | |
| 2769 | Find the Maximum Achievable Number | Swift | Java | Python | |
| 2768 | Number of Black Blocks | Swift | Java | Python | |
| 2767 | Partition String Into Minimum Beautiful Substrings | Swift | Java | Python | |
| 2766 | Relocate Marbles | Swift | Java | Python | |
| 2765 | Longest Alternating Subarray | Swift | Java | Python | |
| 2764 | Is Array a Preorder of Some ‌Binary Tree | Swift | Java | Python | |
| 2763 | Sum of Imbalance Numbers of All Subarrays | Swift | Java | Python | |
| 2762 | Continuous Subarrays | Swift | Java | Python | |
| 2761 | Prime Pairs With Target Sum | Swift | Java | Python | |
| 2760 | Longest Even Odd Subarray With Threshold | Swift | Java | Python | |
| 2753 | Count Houses in a Circular Street II | Swift | Java | Python | |
| 2751 | Robot Collisions | Swift | Java | Python | |
| 2750 | Ways to Split Array Into Good Subarrays | Swift | Java | Python | |
| 2749 | Minimum Operations to Make the Integer Zero | Swift | Java | Python | |
| 2748 | Number of Beautiful Pairs | Swift | Java | Python | |
| 2747 | Count Zero Request Servers | Swift | Java | Python | |
| 2746 | Decremental String Concatenation | Swift | Java | Python | |
| 2745 | Construct the Longest New String | Swift | Java | Python | |
| 2744 | Find Maximum Number of String Pairs | Swift | Java | Python | |
| 2743 | Count Substrings Without Repeating Character | Swift | Java | Python | |
| 2742 | Painting the Walls | Swift | Java | Python | |
| 2741 | Special Permutations | Swift | Java | Python | |
| 2740 | Find the Value of the Partition | Swift | Java | Python | |
| 2739 | Total Distance Traveled | Swift | Java | Python | |
| 2737 | Find the Closest Marked Node | Swift | Java | Python | |
| 2736 | Maximum Sum Queries | Swift | Java | Python | |
| 2735 | Collecting Chocolates | Swift | Java | Python | |
| 2734 | Lexicographically Smallest String After Substring Operation | Swift | Java | Python | |
| 2733 | Neither Minimum nor Maximum | Swift | Java | Python | |
| 2732 | Find a Good Subset of the Matrix | Swift | Java | Python | |
| 2731 | Movement of Robots | Swift | Java | Python | |
| 2730 | Find the Longest Semi-Repetitive Substring | Swift | Java | Python | |
| 2729 | Check if The Number is Fascinating | Swift | Java | Python | |
| 2728 | Count Houses in a Circular Street | Swift | Java | Python | |
| 2719 | Count of Integers | Swift | Java | Python | |
| 2718 | Sum of Matrix After Queries | Swift | Java | Python | |
| 2717 | Semi-Ordered Permutation | Swift | Java | Python | |
| 2716 | Minimize String Length | Swift | Java | Python | |
| 2714 | Find Shortest Path with K Hops | Swift | Java | Python | |
| 2713 | Maximum Strictly Increasing Cells in a Matrix | Swift | Java | Python | |
| 2712 | Minimum Cost to Make All Characters Equal | Swift | Java | Python | |
| 2711 | Difference of Number of Distinct Values on Diagonals | Swift | Java | Python | |
| 2710 | Remove Trailing Zeros From a String | Swift | Java | Python | |
| 2709 | Greatest Common Divisor Traversal | Swift | Java | Python | |
| 2708 | Maximum Strength of a Group | Swift | Java | Python | |
| 2707 | Extra Characters in a String | Swift | Java | Python | |
| 2706 | Buy Two Chocolates | Swift | Java | Python | |
| 2702 | Minimum Operations to Make Numbers Non-positive | Swift | Java | Python | |
| 2699 | Modify Graph Edge Weights | Swift | Java | Python | |
| 2698 | Find the Punishment Number of an Integer | Swift | Java | Python | |
| 2697 | Lexicographically Smallest Palindrome | Swift | Java | Python | |
| 2696 | Minimum String Length After Removing Substrings | Swift | Java | Python | |
| 2689 | Extract Kth Character From The Rope Tree | Swift | Java | Python | |
| 2685 | Count the Number of Complete Components | Swift | Java | Python | |
| 2684 | Maximum Number of Moves in a Grid | Swift | Java | Python | |
| 2683 | Neighboring Bitwise XOR | Swift | Java | Python | |
| 2682 | Find the Losers of the Circular Game | Swift | Java | Python | |
| 2681 | Power of Heroes | Swift | Java | Python | |
| 2680 | Maximum OR | Swift | Java | Python | |
| 2679 | Sum in a Matrix | Swift | Java | Python | |
| 2678 | Number of Senior Citizens | Swift | Java | Python | |
| 2674 | Split a Circular Linked List | Swift | Java | Python | |
| 2673 | Make Costs of Paths Equal in a Binary Tree | Swift | Java | Python | |
| 2672 | Number of Adjacent Elements With the Same Color | Swift | Java | Python | |
| 2671 | Frequency Tracker | Swift | Java | Python | |
| 2670 | Find the Distinct Difference Array | Swift | Java | Python | |
| 2664 | The Knight’s Tour | Swift | Java | Python | |
| 2663 | Lexicographically Smallest Beautiful String | Swift | Java | Python | |
| 2662 | Minimum Cost of a Path With Special Roads | Swift | Java | Python | |
| 2661 | First Completely Painted Row or Column | Swift | Java | Python | |
| 2660 | Determine the Winner of a Bowling Game | Swift | Java | Python | |
| 2659 | Make Array Empty | Swift | Java | Python | |
| 2658 | Maximum Number of Fish in a Grid | Swift | Java | Python | |
| 2657 | Find the Prefix Common Array of Two Arrays | Swift | Java | Python | |
| 2656 | Maximum Sum With Exactly K Elements | Swift | Java | Python | |
| 2655 | Find Maximal Uncovered Ranges | Swift | Java | Python | |
| 2654 | Minimum Number of Operations to Make All Array Elements Equal to 1 | Swift | Java | Python | |
| 2653 | Sliding Subarray Beauty | Swift | Java | Python | |
| 2652 | Sum Multiples | Swift | Java | Python | |
| 2651 | Calculate Delayed Arrival Time | Swift | Java | Python | |
| 2647 | Color the Triangle Red | Swift | Java | Python | |
| 2646 | Minimize the Total Price of the Trips | Swift | Java | Python | |
| 2645 | Minimum Additions to Make Valid String | Swift | Java | Python | |
| 2644 | Find the Maximum Divisibility Score | Swift | Java | Python | |
| 2643 | Row With Maximum Ones | Swift | Java | Python | |
| 2642 | Design Graph With Shortest Path Calculator | Swift | Java | Python | |
| 2641 | Cousins in Binary Tree II | Swift | Java | Python | |
| 2640 | Find the Score of All Prefixes of an Array | Swift | Java | Python | |
| 2639 | Find the Width of Columns of a Grid | Swift | Java | Python | |
| 2638 | Count the Number of K-Free Subsets | Swift | Java | Python | |
| 2617 | Minimum Number of Visited Cells in a Grid | Swift | Java | Python | |
| 2616 | Minimize the Maximum Difference of Pairs | Swift | Java | Python | |
| 2615 | Sum of Distances | Swift | Java | Python | |
| 2614 | Prime In Diagonal | Swift | Java | Python | |
| 2613 | Beautiful Pairs | Swift | Java | Python | |
| 2612 | Minimum Reverse Operations | Swift | Java | Python | |
| 2611 | Mice and Cheese | Swift | Java | Python | |
| 2610 | Convert an Array Into a 2D Array With Conditions | Swift | Java | Python | |
| 2609 | Find the Longest Balanced Substring of a Binary String | Swift | Java | Python | |
| 2608 | Shortest Cycle in a Graph | Swift | Java | Python | |
| 2607 | Make K-Subarray Sums Equal | Swift | Java | Python | |
| 2606 | Find the Substring With Maximum Cost | Swift | Java | Python | |
| 2605 | Form Smallest Number From Two Digit Arrays | Swift | Java | Python | |
| 2604 | Minimum Time to Eat All Grains | Swift | Java | Python | |
| 2603 | Collect Coins in a Tree | Swift | Java | Python | |
| 2602 | Minimum Operations to Make All Array Elements Equal | Swift | Java | Python | |
| 2601 | Prime Subtraction Operation | Swift | Java | Python | |
| 2600 | K Items With the Maximum Sum | Swift | Java | Python | |
| 2599 | Make the Prefix Sum Non-negative | Swift | Java | Python | |
| 2598 | Smallest Missing Non-negative Integer After Operations | Swift | Java | Python | |
| 2597 | The Number of Beautiful Subsets | Swift | Java | Python | |
| 2596 | Check Knight Tour Configuration | Swift | Java | Python | |
| 2595 | Number of Even and Odd Bits | Swift | Java | Python | |
| 2594 | Minimum Time to Repair Cars | Swift | Java | Python | |
| 2593 | Find Score of an Array After Marking All Elements | Swift | Java | Python | |
| 2592 | Maximize Greatness of an Array | Swift | Java | Python | |
| 2591 | Distribute Money to Maximum Children | Swift | Java | Python | |
| 2590 | Design a Todo List | Swift | Java | Python | |
| 2589 | Minimum Time to Complete All Tasks | Swift | Java | Python | |
| 2588 | Count the Number of Beautiful Subarrays | Swift | Java | Python | |
| 2587 | Rearrange Array to Maximize Prefix Score | Swift | Java | Python | |
| 2586 | Count the Number of Vowel Strings in Range | Swift | Java | Python | |
| 2585 | Number of Ways to Earn Points | Swift | Java | Python | |
| 2584 | Split the Array to Make Coprime Products | Swift | Java | Python | |
| 2583 | Kth Largest Sum in a Binary Tree | Swift | Java | Python | |
| 2582 | Pass the Pillow | Swift | Java | Python | |
| 2581 | Count Number of Possible Root Nodes | Swift | Java | Python | |
| 2580 | Count Ways to Group Overlapping Ranges | Swift | Java | Python | |
| 2579 | Count Total Number of Colored Cells | Swift | Java | Python | |
| 2578 | Split With Minimum Sum | Swift | Java | Python | |
| 2577 | Minimum Time to Visit a Cell In a Grid | Swift | Java | Python | |
| 2576 | Find the Maximum Number of Marked Indices | Swift | Java | Python | |
| 2575 | Find the Divisibility Array of a String | Java | Python | ||
| 2574 | Left and Right Sum Differences | Java | Python | ||
| 2573 | Find the String with LCP | Swift | Java | Python | |
| 2572 | Count the Number of Square-Free Subsets | Swift | Java | Python | |
| 2571 | Minimum Operations to Reduce an Integer to 0 | Swift | Java | Python | |
| 2570 | Merge Two 2D Arrays by Summing Values | Swift | Java | Python | |
| 2569 | Handling Sum Queries After Update | Swift | Java | Python | |
| 2568 | Minimum Impossible OR | Swift | Java | Python | |
| 2567 | Minimum Score by Changing Two Elements | Swift | Java | Python | |
| 2566 | Maximum Difference by Remapping a Digit | Swift | Java | Python | |
| 2565 | Subsequence With the Minimum Score | Swift | Java | Python | |
| 2564 | Substring XOR Queries | Swift | Java | Python | |
| 2563 | Count the Number of Fair Pairs | Swift | Java | Python | |
| 2562 | Find the Array Concatenation Value | Swift | Java | Python | |
| 2561 | Rearranging Fruits | Swift | Java | Python | |
| 2560 | House Robber IV | Swift | Java | Python | |
| 2559 | Count Vowel Strings in Ranges | Swift | Java | Python | |
| 2558 | Take Gifts From the Richest Pile | Swift | Java | Python | |
| 2557 | Maximum Number of Integers to Choose From a Range II | Swift | Java | Python | |
| 2556 | Disconnect Path in a Binary Matrix by at Most One Flip | Swift | Java | Python | |
| 2555 | Maximize Win From Two Segments | Swift | Java | Python | |
| 2554 | Maximum Number of Integers to Choose From a Range I | Swift | Java | Python | |
| 2553 | Separate the Digits in an Array | Swift | Java | Python | |
| 2552 | Count Increasing Quadruplets | Swift | Java | Python | |
| 2551 | Put Marbles in Bags | Swift | Java | Python | |
| 2550 | Count Collisions of Monkeys on a Polygon | Swift | Java | Python | |
| 2549 | Count Distinct Numbers on Board | Swift | Java | Python | |
| 2548 | Maximum Price to Fill a Bag | Swift | Java | Python | |
| 2547 | Minimum Cost to Split an Array | Swift | Java | Python | |
| 2546 | Apply Bitwise Operations to Make Strings Equal | Swift | Java | Python | |
| 2545 | Sort the Students by Their Kth Score | Swift | Java | Python | |
| 2544 | Alternating Digit Sum | Swift | Java | Python | |
| 2543 | Check if Point Is Reachable | Swift | Java | Python | |
| 2542 | Maximum Subsequence Score | Swift | Java | Python | |
| 2541 | Minimum Operations to Make Array Equal II | Swift | Java | Python | |
| 2540 | Minimum Common Value | Swift | Java | Python | |
| 2539 | Count the Number of Good Subsequences | Swift | Java | Python | |
| 2538 | Difference Between Maximum and Minimum Price Sum | Swift | Java | Python | |
| 2537 | Count the Number of Good Subarrays | Swift | Java | Python | |
| 2536 | Increment Submatrices by One | Swift | Java | Python | |
| 2535 | Difference Between Element Sum and Digit Sum of an Array | Swift | Java | Python | |
| 2534 | Time Taken to Cross the Door | Swift | Java | Python | |
| 2533 | Number of Good Binary Strings | Swift | Java | Python | |
| 2532 | Time to Cross a Bridge | Swift | Java | Python | |
| 2531 | Make Number of Distinct Characters Equal | Swift | Java | Python | |
| 2530 | Maximal Score After Applying K Operations | Swift | Java | Python | |
| 2529 | Maximum Count of Positive Integer and Negative Integer | Swift | Java | Python | |
| 2528 | Maximize the Minimum Powered City | Swift | Java | Python | |
| 2527 | Find Xor-Beauty of Array | Swift | Java | Python | |
| 2526 | Find Consecutive Integers from a Data Stream | Swift | Java | Python | |
| 2525 | Categorize Box According to Criteria | Swift | Java | Python | |
| 2524 | Maximum Frequency Score of a Subarray | Swift | Java | Python | |
| 2523 | Closest Prime Numbers in Range | Swift | Java | Python | |
| 2522 | Partition String Into Substrings With Values at Most K | Swift | Java | Python | |
| 2521 | Distinct Prime Factors of Product of Array | Swift | Java | Python | |
| 2520 | Count the Digits That Divide a Number | Swift | Java | Python | |
| 2519 | Count the Number of K-Big Indices | Swift | Java | Python | |
| 2518 | Number of Great Partitions | Swift | Java | Python | |
| 2517 | Maximum Tastiness of Candy Basket | Swift | Java | Python | |
| 2516 | Take K of Each Character From Left and Right | Swift | Java | Python | |
| 2515 | Shortest Distance to Target String in a Circular Array | Swift | Java | Python | |
| 2514 | Count Anagrams | Swift | Java | Python | |
| 2513 | Minimize the Maximum of Two Arrays | Swift | Java | Python | |
| 2512 | Reward Top K Students | Swift | Java | Python | |
| 2511 | Maximum Enemy Forts That Can Be Captured | Swift | Java | Python | |
| 2510 | Check if There is a Path With Equal Number of 0's And 1's | Swift | Java | Python | |
| 2509 | Cycle Length Queries in a Tree | Swift | Java | Python | |
| 2508 | Add Edges to Make Degrees of All Nodes Even | Swift | Java | Python | |
| 2507 | Smallest Value After Replacing With Sum of Prime Factors | Swift | Java | Python | |
| 2506 | Count Pairs Of Similar Strings | Swift | Java | Python | |
| 2505 | Bitwise OR of All Subsequence Sums | Swift | Java | Python | |
| 2503 | Maximum Number of Points From Grid Queries | Swift | Java | Python | |
| 2502 | Design Memory Allocator | Swift | Java | Python | |
| 2501 | Longest Square Streak in an Array | Swift | Java | Python | |
| 2500 | Delete Greatest Value in Each Row | Swift | Java | Python | |
| 2499 | Minimum Total Cost to Make Arrays Unequal | Swift | Java | Python | |
| 2498 | Frog Jump II | Swift | Java | Python | |
| 2497 | Maximum Star Sum of a Graph | Swift | Java | Python | |
| 2496 | Maximum Value of a String in an Array | Swift | Java | Python | |
| 2495 | Number of Subarrays Having Even Product | Swift | Java | Python | |
| 2493 | Divide Nodes Into the Maximum Number of Groups | Swift | Java | Python | |
| 2492 | Minimum Score of a Path Between Two Cities | Swift | Java | Python | |
| 2491 | Divide Players Into Teams of Equal Skill | Swift | Java | Python | |
| 2490 | Circular Sentence | Swift | Java | Python | |
| 2489 | Number of Substrings With Fixed Ratio | Swift | Java | Python | |
| 2488 | Count Subarrays With Median K | Swift | Java | Python | |
| 2487 | Remove Nodes From Linked List | Swift | Java | Python | |
| 2486 | Append Characters to String to Make Subsequence | Swift | Java | Python | |
| 2485 | Find the Pivot Integer | Swift | Java | Python | |
| 2484 | Count Palindromic Subsequences | Swift | Java | Python | |
| 2483 | Minimum Penalty for a Shop | Swift | Java | Python | |
| 2482 | Difference Between Ones and Zeros in Row and Column | Swift | Java | Python | |
| 2481 | Minimum Cuts to Divide a Circle | Swift | Java | Python | |
| 2479 | Maximum XOR of Two Non-Overlapping Subtrees | Swift | Java | Python | |
| 2478 | Number of Beautiful Partitions | Swift | Java | Python | |
| 2477 | Minimum Fuel Cost to Report to the Capital | Swift | Java | Python | |
| 2476 | Closest Nodes Queries in a Binary Search Tree | Swift | Java | Python | |
| 2475 | Number of Unequal Triplets in Array | Swift | Java | Python | |
| 2473 | Minimum Cost to Buy Apples | Swift | Java | Python | |
| 2472 | Maximum Number of Non-overlapping Palindrome Substrings | Swift | Java | Python | |
| 2471 | Minimum Number of Operations to Sort a Binary Tree by Level | Swift | Java | Python | |
| 2470 | Number of Subarrays With LCM Equal to K | Swift | Java | Python | |
| 2469 | Convert the Temperature | Swift | Java | Python | |
| 2468 | Split Message Based on Limit | Swift | Java | Python | |
| 2467 | Most Profitable Path in a Tree | Swift | Java | Python | |
| 2466 | Count Ways To Build Good Strings | Swift | Java | Python | |
| 2465 | Number of Distinct Averages | Swift | Java | Python | |
| 2464 | Minimum Subarrays in a Valid Split | Swift | Java | Python | |
| 2463 | Minimum Total Distance Traveled | Swift | Java | Python | |
| 2462 | Total Cost to Hire K Workers | Swift | Java | Python | |
| 2461 | Maximum Sum of Distinct Subarrays With Length K | Swift | Java | Python | |
| 2460 | Apply Operations to an Array | Swift | Java | Python | |
| 2459 | Sort Array by Moving Items to Empty Space | Swift | Java | Python | |
| 2458 | Height of Binary Tree After Subtree Removal Queries | Swift | Java | Python | |
| 2457 | Minimum Addition to Make Integer Beautiful | Swift | Java | Python | |
| 2456 | Most Popular Video Creator | Swift | Java | Python | |
| 2455 | Average Value of Even Numbers That Are Divisible by Three | Swift | Java | Python | |
| 2454 | Next Greater Element IV | Swift | Java | Python | |
| 2453 | Destroy Sequential Targets | Swift | Java | Python | |
| 2452 | Words Within Two Edits of Dictionary | Swift | Java | Python | |
| 2451 | Odd String Difference | Swift | Java | Python | |
| 2450 | Number of Distinct Binary Strings After Applying Operations | Swift | Java | Python | |
| 2449 | Minimum Number of Operations to Make Arrays Similar | Swift | Java | Python | |
| 2448 | Minimum Cost to Make Array Equal | Swift | Java | Python | |
| 2447 | Number of Subarrays With GCD Equal to K | Swift | Java | Python | |
| 2446 | Determine if Two Events Have Conflict | Swift | Java | Python | |
| 2445 | Number of Nodes With Value One | Swift | Java | Python | |
| 2444 | Count Subarrays With Fixed Bounds | Swift | Java | Python | |
| 2443 | Sum of Number and Its Reverse | Swift | Java | Python | |
| 2442 | Count Number of Distinct Integers After Reverse Operations | Swift | Java | Python | |
| 2441 | Largest Positive Integer That Exists With Its Negative | Swift | Java | Python | |
| 2440 | Create Components With Same Value | Swift | Java | Python | |
| 2439 | Minimize Maximum of Array | Swift | Java | Python | |
| 2438 | Range Product Queries of Powers | Swift | Java | Python | |
| 2437 | Number of Valid Clock Times | Swift | Java | Python | |
| 2436 | Minimum Split Into Subarrays With GCD Greater Than One | Swift | Java | Python | |
| 2435 | Paths in Matrix Whose Sum Is Divisible by K | Swift | Java | Python | |
| 2434 | Using a Robot to Print the Lexicographically Smallest String | Swift | Java | Python | |
| 2433 | Find The Original Array of Prefix Xor | Swift | Java | Python | |
| 2432 | The Employee That Worked on the Longest Task | Swift | Java | Python | |
| 2431 | Maximize Total Tastiness of Purchased Fruits | Swift | Java | Python | |
| 2430 | Maximum Deletions on a String | Swift | Java | Python | |
| 2429 | Minimize XOR | Swift | Java | Python | |
| 2428 | Maximum Sum of an Hourglass | Swift | Java | Python | |
| 2427 | Number of Common Factors | Swift | Java | Python | |
| 2426 | Number of Pairs Satisfying Inequality | Swift | Java | Python | |
| 2425 | Bitwise XOR of All Pairings | Swift | Java | Python | |
| 2424 | Longest Uploaded Prefix | Swift | Java | Python | |
| 2423 | Remove Letter To Equalize Frequency | Swift | Java | Python | |
| 2422 | Merge Operations to Turn Array Into a Palindrome | Swift | Java | Python | |
| 2421 | Number of Good Paths | Swift | Java | Python | |
| 2420 | Find All Good Indices | Swift | Java | Python | |
| 2419 | Longest Subarray With Maximum Bitwise AND | Swift | Java | Python | |
| 2418 | Sort the People | Swift | Java | Python | |
| 2417 | Closest Fair Integer | Swift | Java | Python | |
| 2416 | Sum of Prefix Scores of Strings | Swift | Java | Python | |
| 2415 | Reverse Odd Levels of Binary Tree | Swift | Java | Python | |
| 2414 | Length of the Longest Alphabetical Continuous Substring | Swift | Java | Python | |
| 2413 | Smallest Even Multiple | Swift | Java | Python | |
| 2412 | Minimum Money Required Before Transactions | Swift | Java | Python | |
| 2411 | Smallest Subarrays With Maximum Bitwise OR | Swift | Java | Python | |
| 2410 | Maximum Matching of Players With Trainers | Swift | Java | Python | |
| 2409 | Count Days Spent Together | Swift | Java | Python | |
| 2408 | Design SQL | Swift | Java | Python | |
| 2407 | Longest Increasing Subsequence II | Swift | Java | Python | |
| 2406 | Divide Intervals Into Minimum Number of Groups | Swift | Java | Python | |
| 2405 | Optimal Partition of String | Swift | Java | Python | |
| 2404 | Most Frequent Even Element | Swift | Java | Python | |
| 2403 | Minimum Time to Kill All Monsters | Swift | Java | Python | |
| 2402 | Meeting Rooms III | Swift | Java | Python | |
| 2401 | Longest Nice Subarray | Java | Python | ||
| 2400 | Number of Ways to Reach a Position After Exactly k Steps | Swift | Java | Python | |
| 2399 | Check Distances Between Same Letters | Swift | Java | Python | |
| 2398 | Maximum Number of Robots Within Budget | Swift | Java | Python | |
| 2397 | Maximum Rows Covered by Columns | Swift | Java | Python | |
| 2396 | Strictly Palindromic Number | Swift | Java | Python | |
| 2395 | Find Subarrays With Equal Sum | Swift | Java | Python | |
| 2393 | Count Strictly Increasing Subarrays | Swift | Java | Python | |
| 2392 | Build a Matrix With Conditions | Swift | Java | Python | |
| 2391 | Minimum Amount of Time to Collect Garbage | Swift | Java | Python | |
| 2390 | Removing Stars From a String | Swift | Java | Python | |
| 2389 | Longest Subsequence With Limited Sum | Swift | Java | Python | |
| 2387 | Median of a Row Wise Sorted Matrix | Swift | Java | Python | |
| 2386 | Find the K-Sum of an Array | Swift | Java | Python | |
| 2385 | Amount of Time for Binary Tree to Be Infected | Swift | Java | Python | |
| 2384 | Largest Palindromic Number | Swift | Java | Python | |
| 2383 | Minimum Hours of Training to Win a Competition | Swift | Java | Python | |
| 2382 | Maximum Segment Sum After Removals | Swift | Java | Python | |
| 2381 | Shifting Letters II | Swift | Java | Python | |
| 2380 | Time Needed to Rearrange a Binary String | Swift | Java | Python | |
| 2379 | Minimum Recolors to Get K Consecutive Black Blocks | Swift | Java | Python | |
| 2378 | Choose Edges to Maximize Score in a Tree | Swift | Java | Python | |
| 2376 | Count Special Integers | Swift | Java | Python | |
| 2375 | Construct Smallest Number From DI String | Swift | Java | Python | |
| 2374 | Node With Highest Edge Score | Swift | Java | Python | |
| 2373 | Largest Local Values in a Matrix | Swift | Java | Python | |
| 2371 | Minimize Maximum Value in a Grid | Swift | Java | Python | |
| 2370 | Longest Ideal Subsequence | Swift | Java | Python | |
| 2369 | Check if There is a Valid Partition For The Array | Swift | Java | Python | |
| 2368 | Reachable Nodes With Restrictions | Swift | Java | Python | |
| 2367 | Number of Arithmetic Triplets | Swift | Java | Python | |
| 2366 | Minimum Replacements to Sort the Array | Swift | Java | Python | |
| 2365 | Task Scheduler II | Swift | Java | Python | |
| 2364 | Count Number of Bad Pairs | Swift | Java | Python | |
| 2363 | Merge Similar Items | Swift | Java | Python | |
| 2361 | Minimum Costs Using the Train Line | Swift | Java | Python | |
| 2360 | Longest Cycle in a Graph | Swift | Java | Python | |
| 2359 | Find Closest Node to Given Two Nodes | Swift | Java | Python | |
| 2358 | Maximum Number of Groups Entering a Competition | Swift | Java | Python | |
| 2357 | Make Array Zero by Subtracting Equal Amounts | Swift | Java | Python | |
| 2355 | Maximum Number of Books You Can Take | Swift | Java | Python | |
| 2354 | Number of Excellent Pairs | Swift | Java | Python | |
| 2353 | Design a Food Rating System | Swift | Java | Python | |
| 2352 | Equal Row and Column Pairs | Swift | Java | Python | |
| 2351 | First Letter to Appear Twice | Swift | Java | Python | |
| 2350 | Shortest Impossible Sequence of Rolls | Swift | Java | Python | |
| 2349 | Design a Number Container System | Swift | Java | Python | |
| 2348 | Number of Zero-Filled Subarrays | Swift | Java | Python | |
| 2347 | Best Poker Hand | Swift | Java | Python | |
| 2345 | Finding the Number of Visible Mountains | Swift | Java | Python | |
| 2344 | Minimum Deletions to Make Array Divisible | Swift | Java | Python | |
| 2343 | Query Kth Smallest Trimmed Number | Swift | Java | Python | |
| 2342 | Max Sum of a Pair With Equal Sum of Digits | Swift | Java | Python | |
| 2341 | Maximum Number of Pairs in Array | Swift | Java | Python | |
| 2340 | Minimum Adjacent Swaps to Make a Valid Array | Swift | Java | Python | |
| 2338 | Count the Number of Ideal Arrays | Swift | Java | Python | |
| 2337 | Move Pieces to Obtain a String | Swift | Java | Python | |
| 2336 | Smallest Number in Infinite Set | Swift | Java | Python | |
| 2335 | Minimum Amount of Time to Fill Cups | Swift | Java | Python | |
| 2334 | Subarray With Elements Greater Than Varying Threshold | Swift | Java | Python | |
| 2333 | Minimum Sum of Squared Difference | Swift | Java | Python | |
| 2332 | The Latest Time to Catch a Bus | Swift | Java | Python | |
| 2331 | Evaluate Boolean Binary Tree | Swift | Java | Python | |
| 2330 | Valid Palindrome IV | Swift | Java | Python | |
| 2328 | Number of Increasing Paths in a Grid | Swift | Java | Python | |
| 2327 | Number of People Aware of a Secret | Swift | Java | Python | |
| 2326 | Spiral Matrix IV | Swift | Java | Python | |
| 2325 | Decode the Message | Swift | Java | Python | |
| 2323 | Find Minimum Time to Finish All Jobs II | Swift | Java | Python | |
| 2322 | Minimum Score After Removals on a Tree | Swift | Java | Python | |
| 2321 | Maximum Score Of Spliced Array | Swift | Java | Python | |
| 2320 | Count Number of Ways to Place Houses | Swift | Java | Python | |
| 2319 | Check if Matrix Is X-Matrix | Swift | Java | Python | |
| 2318 | Number of Distinct Roll Sequences | Swift | Java | Python | |
| 2317 | Maximum XOR After Operations | Swift | Java | Python | |
| 2316 | Count Unreachable Pairs of Nodes in an Undirected Graph | Swift | Java | Python | |
| 2315 | Count Asterisks | Swift | Java | Python | |
| 2313 | Minimum Flips in Binary Tree to Get Result | Swift | Java | Python | |
| 2312 | Selling Pieces of Wood | Swift | Java | Python | |
| 2311 | Longest Binary Subsequence Less Than or Equal to K | Swift | Java | Python | |
| 2310 | Sum of Numbers With Units Digit K | Swift | Java | Python | |
| 2309 | Greatest English Letter in Upper and Lower Case | Swift | Java | Python | |
| 2307 | Check for Contradictions in Equations | Swift | Java | Python | |
| 2306 | Naming a Company | Swift | Java | Python | |
| 2305 | Fair Distribution of Cookies | Swift | Java | Python | |
| 2304 | Minimum Path Cost in a Grid | Swift | Java | Python | |
| 2303 | Calculate Amount Paid in Taxes | Swift | Java | Python | |
| 2302 | Count Subarrays With Score Less Than K | Swift | Java | Python | |
| 2301 | Match Substring After Replacement | Swift | Java | Python | |
| 2300 | Successful Pairs of Spells and Potions | Swift | Java | Python | |
| 2299 | Strong Password Checker II | Swift | Java | Python | |
| 2297 | Jump Game VIII | Swift | Java | Python | |
| 2296 | Design a Text Editor | Swift | Java | Python | |
| 2295 | Replace Elements in an Array | Swift | Java | Python | |
| 2294 | Partition Array Such That Maximum Difference Is K | Swift | Java | Python | |
| 2293 | Min Max Game | Swift | Java | Python | |
| 2291 | Maximum Profit From Trading Stocks | Swift | Java | Python | |
| 2290 | Minimum Obstacle Removal to Reach Corner | Swift | Java | Python | |
| 2289 | Steps to Make Array Non-decreasing | Swift | Java | Python | |
| 2288 | Apply Discount to Prices | Swift | Java | Python | |
| 2287 | Rearrange Characters to Make Target String | Swift | Java | Python | |
| 2286 | Booking Concert Tickets in Groups | Swift | Java | Python | |
| 2285 | Maximum Total Importance of Roads | Swift | Java | Python | |
| 2284 | Sender With Largest Word Count | Swift | Java | Python | |
| 2283 | Check if Number Has Equal Digit Count and Digit Value | Swift | Java | Python | |
| 2282 | Number of People That Can Be Seen in a Grid | Swift | Java | Python | |
| 2281 | Sum of Total Strength of Wizards | Swift | Java | Python | |
| 2280 | Minimum Lines to Represent a Line Chart | Swift | Java | Python | |
| 2279 | Maximum Bags With Full Capacity of Rocks | Swift | Java | Python | |
| 2278 | Percentage of Letter in String | Swift | Java | Python | |
| 2277 | Closest Node to Path in Tree | Swift | Java | Python | |
| 2276 | Count Integers in Intervals | Swift | Java | Python | |
| 2275 | Largest Combination With Bitwise AND Greater Than Zero | Swift | Java | Python | |
| 2274 | Maximum Consecutive Floors Without Special Floors | Swift | Java | Python | |
| 2273 | Find Resultant Array After Removing Anagrams | Swift | Java | Python | |
| 2272 | Substring With Largest Variance | Swift | Java | Python | |
| 2271 | Maximum White Tiles Covered by a Carpet | Swift | Java | Python | |
| 2270 | Number of Ways to Split Array | Swift | Java | Python | |
| 2269 | Find the K-Beauty of a Number | Swift | Java | Python | |
| 2268 | Minimum Number of Keypresses | Swift | Java | Python | |
| 2267 | Check if There Is a Valid Parentheses String Path | Swift | Java | Python | |
| 2266 | Count Number of Texts | Swift | Java | Python | |
| 2265 | Count Nodes Equal to Average of Subtree | Swift | Java | Python | |
| 2264 | Largest 3-Same-Digit Number in String | Swift | Java | Python | |
| 2263 | Make Array Non-decreasing or Non-increasing | Swift | Java | Python | |
| 2262 | Total Appeal of A String | Swift | Java | Python | |
| 2261 | K Divisible Elements Subarrays | Swift | Java | Python | |
| 2260 | Minimum Consecutive Cards to Pick Up | Java | Python | ||
| 2259 | Remove Digit From Number to Maximize Result | Java | Python | ||
| 2258 | Escape the Spreading Fire | Swift | Java | Python | |
| 2257 | Count Unguarded Cells in the Grid | Swift | Java | Python | |
| 2256 | Minimum Average Difference | Swift | Java | Python | |
| 2255 | Count Prefixes of a Given String | Swift | Java | Python | |
| 2254 | Design Video Sharing Platform | Swift | Java | Python | |
| 2251 | Number of Flowers in Full Bloom | Swift | Java | Python | |
| 2250 | Count Number of Rectangles Containing Each Point | Swift | Java | Python | |
| 2249 | Count Lattice Points Inside a Circle | Swift | Java | Python | |
| 2248 | Intersection of Multiple Arrays | Swift | Java | Python | |
| 2247 | Maximum Cost of Trip With K Highways | Swift | Java | Python | |
| 2246 | Longest Path With Different Adjacent Characters | Swift | Java | Python | |
| 2245 | Maximum Trailing Zeros in a Cornered Path | Swift | Java | Python | |
| 2244 | Minimum Rounds to Complete All Tasks | Swift | Java | Python | |
| 2243 | Calculate Digit Sum of a String | Swift | Java | Python | |
| 2242 | Maximum Score of a Node Sequence | Swift | Java | Python | |
| 2241 | Design an ATM Machine | Swift | Java | Python | |
| 2240 | Number of Ways to Buy Pens and Pencils | Swift | Java | Python | |
| 2239 | Find Closest Number to Zero | Swift | Java | Python | |
| 2237 | Count Positions on Street With Required Brightness | Swift | Java | Python | |
| 2236 | Root Equals Sum of Children | Swift | Java | Python | |
| 2235 | Add Two Integers | Java | Python | ||
| 2234 | Maximum Total Beauty of the Gardens | Swift | Java | Python | |
| 2233 | Maximum Product After K Increments | Swift | Java | Python | |
| 2232 | Minimize Result by Adding Parentheses to Expression | Swift | Java | Python | |
| 2231 | Largest Number After Digit Swaps by Parity | Swift | Java | Python | |
| 2229 | Check if an Array Is Consecutive | Swift | Java | Python | |
| 2227 | Encrypt and Decrypt Strings | Swift | Java | Python | |
| 2226 | Maximum Candies Allocated to K Children | Swift | Java | Python | |
| 2225 | Find Players With Zero or One Losses | Swift | Java | Python | |
| 2224 | Minimum Number of Operations to Convert Time | Swift | Java | Python | |
| 2223 | Sum of Scores of Built Strings | Swift | Java | Python | |
| 2222 | Number of Ways to Select Buildings | Swift | Java | Python | |
| 2221 | Find Triangular Sum of an Array | Swift | Java | Python | |
| 2220 | Minimum Bit Flips to Convert Number | Swift | Java | Python | |
| 2219 | Maximum Sum Score of Array | Swift | Java | Python | |
| 2218 | Maximum Value of K Coins From Piles | Swift | Java | Python | |
| 2217 | Find Palindrome With Fixed Length | Swift | Java | Python | |
| 2216 | Minimum Deletions to Make Array Beautiful | Swift | Java | Python | |
| 2215 | Find the Difference of Two Arrays | Swift | Java | Python | |
| 2214 | Minimum Health to Beat Game | Swift | Java | Python | |
| 2213 | Longest Substring of One Repeating Character | Swift | Java | Python | |
| 2212 | Maximum Points in an Archery Competition | Swift | Java | Python | |
| 2211 | Count Collisions on a Road | Swift | Java | Python | |
| 2210 | Count Hills and Valleys in an Array | Swift | Java | Python | |
| 2209 | Minimum White Tiles After Covering With Carpets | Swift | Java | Python | |
| 2208 | Minimum Operations to Halve Array Sum | Swift | Java | Python | |
| 2207 | Maximize Number of Subsequences in a String | Swift | Java | Python | |
| 2206 | Divide Array Into Equal Pairs | Swift | Java | Python | |
| 2204 | Distance to a Cycle in Undirected Graph | Swift | Java | Python | |
| 2203 | Minimum Weighted Subgraph With the Required Paths | Swift | Java | Python | |
| 2202 | Maximize the Topmost Element After K Moves | Swift | Java | Python | |
| 2201 | Count Artifacts That Can Be Extracted | Swift | Java | Python | |
| 2200 | Find All K-Distant Indices in an Array | Swift | Java | Python | |
| 2198 | Number of Single Divisor Triplets | Swift | Java | Python | |
| 2197 | Replace Non-Coprime Numbers in Array | Swift | Java | Python | |
| 2196 | Create Binary Tree From Descriptions | Swift | Java | Python | |
| 2195 | Append K Integers With Minimal Sum | Swift | Java | Python | |
| 2194 | Cells in a Range on an Excel Sheet | Swift | Java | Python | |
| 2193 | Minimum Number of Moves to Make Palindrome | Swift | Java | Python | |
| 2192 | All Ancestors of a Node in a Directed Acyclic Graph | Swift | Java | Python | |
| 2191 | Sort the Jumbled Numbers | Swift | Java | Python | |
| 2190 | Most Frequent Number Following Key In an Array | Swift | Java | Python | |
| 2189 | Number of Ways to Build House of Cards | Swift | Java | Python | |
| 2188 | Minimum Time to Finish the Race | Swift | Java | Python | |
| 2187 | Minimum Time to Complete Trips | Swift | Java | Python | |
| 2186 | Minimum Number of Steps to Make Two Strings Anagram II | Swift | Java | Python | |
| 2185 | Counting Words With a Given Prefix | Swift | Java | Python | |
| 2184 | Number of Ways to Build Sturdy Brick Wall | Swift | Java | Python | |
| 2183 | Count Array Pairs Divisible by K | Swift | Java | Python | |
| 2182 | Construct String With Repeat Limit | Swift | Java | Python | |
| 2181 | Merge Nodes in Between Zeros | Swift | Java | Python | |
| 2180 | Count Integers With Even Digit Sum | Swift | Java | Python | |
| 2179 | Count Good Triplets in an Array | Swift | Java | Python | |
| 2178 | Maximum Split of Positive Even Integers | Java | Python | ||
| 2177 | Find Three Consecutive Integers That Sum to a Given Number | Swift | Java | Python | |
| 2176 | Count Equal and Divisible Pairs in an Array | Swift | Java | Python | |
| 2174 | Remove All Ones With Row and Column Flips II | Swift | Java | Python | |
| 2172 | Maximum AND Sum of Array | Swift | Java | Python | |
| 2171 | Removing Minimum Number of Magic Beans | Swift | Java | Python | |
| 2170 | Minimum Operations to Make the Array Alternating | Swift | Java | Python | |
| 2169 | Count Operations to Obtain Zero | Swift | Java | Python | |
| 2168 | Unique Substrings With Equal Digit Frequency | Swift | Java | Python | |
| 2167 | Minimum Time to Remove All Cars Containing Illegal Goods | Swift | Java | Python | |
| 2166 | Design Bitset | Swift | Java | Python | |
| 2165 | Smallest Value of the Rearranged Number | Swift | Java | Python | |
| 2164 | Sort Even and Odd Indices Independently | Swift | Java | Python | |
| 2163 | Minimum Difference in Sums After Removal of Elements | Swift | Java | Python | |
| 2162 | Minimum Cost to Set Cooking Time | Swift | Java | Python | |
| 2161 | Partition Array According to Given Pivot | Swift | Java | Python | |
| 2160 | Minimum Sum of Four Digit Number After Splitting Digits | Swift | Java | Python | |
| 2158 | Amount of New Area Painted Each Day | Swift | Java | Python | |
| 2157 | Groups of Strings | Swift | Java | Python | |
| 2156 | Find Substring With Given Hash Value | Swift | Java | Python | |
| 2155 | All Divisions With the Highest Score of a Binary Array | Swift | Java | Python | |
| 2154 | Keep Multiplying Found Values by Two | Swift | Java | Python | |
| 2152 | Minimum Number of Lines to Cover Points | Swift | Java | Python | |
| 2151 | Maximum Good People Based on Statements | Swift | Java | Python | |
| 2150 | Find All Lonely Numbers in the Array | Swift | Java | Python | |
| 2149 | Rearrange Array Elements by Sign | Swift | Java | Python | |
| 2148 | Count Elements With Strictly Smaller and Greater Elements | Java | Python | ||
| 2147 | Number of Ways to Divide a Long Corridor | Swift | Java | Python | |
| 2146 | K Highest Ranked Items Within a Price Range | Swift | Java | Python | |
| 2145 | Count the Hidden Sequences | Swift | Java | Python | |
| 2144 | Minimum Cost of Buying Candies With Discount | Swift | Java | Python | |
| 2143 | Choose Numbers From Two Arrays in Range | Swift | Java | Python | |
| 2141 | Maximum Running Time of N Computers | Swift | Java | Python | |
| 2140 | Solving Questions With Brainpower | Swift | Java | Python | |
| 2139 | Minimum Moves to Reach Target Score | Swift | Java | Python | |
| 2138 | Divide a String Into Groups of Size k | Java | Python | ||
| 2137 | Pour Water Between Buckets to Make Water Levels Equal | Swift | Java | Python | |
| 2136 | Earliest Possible Day of Full Bloom | Swift | Java | Python | |
| 2135 | Count Words Obtained After Adding a Letter | Swift | Java | Python | |
| 2134 | Minimum Swaps to Group All 1's Together II | Swift | Java | Python | |
| 2133 | Check if Every Row and Column Contains All Numbers | Java | Python | ||
| 2132 | Stamping the Grid | Swift | Java | Python | |
| 2131 | Longest Palindrome by Concatenating Two Letter Words | Swift | Java | Python | |
| 2130 | Maximum Twin Sum of a Linked List | Swift | Java | Python | |
| 2129 | Capitalize the Title | Swift | Java | Python | |
| 2128 | Remove All Ones With Row and Column Flips | Swift | Java | Python | |
| 2127 | Maximum Employees to Be Invited to a Meeting | Swift | Java | Python | |
| 2126 | Destroying Asteroids | Swift | Java | Python | |
| 2125 | Number of Laser Beams in a Bank | Swift | Java | Python | |
| 2124 | Check if All A's Appears Before All B's | Swift | Java | Python | |
| 2123 | Minimum Operations to Remove Adjacent Ones in Matrix | Swift | Java | Python | |
| 2122 | Recover the Original Array | Swift | Java | Python | |
| 2121 | Intervals Between Identical Elements | Swift | Java | Python | |
| 2120 | Execution of All Suffix Instructions Staying in a Grid | Swift | Java | Python | |
| 2119 | A Number After a Double Reversal | Java | Python | ||
| 2117 | Abbreviating the Product of a Range | Swift | Java | Python | |
| 2116 | Check if a Parentheses String Can Be Valid | Swift | Java | Python | |
| 2115 | Find All Possible Recipes from Given Supplies | Swift | Java | Python | |
| 2114 | Maximum Number of Words Found in Sentences | Swift | Java | Python | |
| 2113 | Elements in Array After Removing and Replacing Elements | Swift | Java | Python | |
| 2111 | Minimum Operations to Make the Array K-Increasing | Swift | Java | Python | |
| 2110 | Number of Smooth Descent Periods of a Stock | Swift | Java | Python | |
| 2109 | Adding Spaces to a String | Swift | Java | Python | |
| 2108 | Find First Palindromic String in the Array | Swift | Java | Python | |
| 2107 | Number of Unique Flavors After Sharing K Candies | Swift | Java | Python | |
| 2106 | Maximum Fruits Harvested After at Most K Steps | Swift | Java | Python | |
| 2105 | Watering Plants II | Swift | Java | Python | |
| 2104 | Sum of Subarray Ranges | Swift | Java | Python | |
| 2103 | Rings and Rods | Swift | Java | Python | |
| 2102 | Sequentially Ordinal Rank Tracker | Swift | Java | Python | |
| 2101 | Detonate the Maximum Bombs | Swift | Java | Python | |
| 2100 | Find Good Days to Rob the Bank | Swift | Java | Python | |
| 2099 | Find Subsequence of Length K With the Largest Sum | Swift | Java | Python | |
| 2098 | Subsequence of Size K With the Largest Even Sum | Swift | Java | Python | |
| 2097 | Valid Arrangement of Pairs | Swift | Java | Python | |
| 2096 | Step-By-Step Directions From a Binary Tree Node to Another | Java | Python | ||
| 2095 | Delete the Middle Node of a Linked List | Swift | Java | Python | |
| 2094 | Finding 3-Digit Even Numbers | Swift | Java | Python | |
| 2093 | Minimum Cost to Reach City With Discounts | Swift | Java | Python | |
| 2092 | Find All People With Secret | Swift | Java | Python | |
| 2091 | Removing Minimum and Maximum From Array | Swift | Java | Python | |
| 2090 | K Radius Subarray Averages | Swift | Java | Python | |
| 2089 | Find Target Indices After Sorting Array | Swift | Java | Python | |
| 2088 | Count Fertile Pyramids in a Land | Swift | Java | Python | |
| 2087 | Minimum Cost Homecoming of a Robot in a Grid | Swift | Java | Python | |
| 2086 | Minimum Number of Food Buckets to Feed the Hamsters | Swift | Java | Python | |
| 2085 | Count Common Words With One Occurrence | Swift | Java | Python | |
| 2083 | Substrings That Begin and End With the Same Letter | Swift | Java | Python | |
| 2081 | Sum of k-Mirror Numbers | Swift | Java | Python | |
| 2080 | Range Frequency Queries | Swift | Java | Python | |
| 2079 | Watering Plants | Swift | Java | Python | |
| 2078 | Two Furthest Houses With Different Colors | Swift | Java | Python | |
| 2077 | Paths in Maze That Lead to Same Room | Swift | Java | Python | |
| 2076 | Process Restricted Friend Requests | Swift | Java | Python | |
| 2075 | Decode the Slanted Ciphertext | Swift | Java | Python | |
| 2074 | Reverse Nodes in Even Length Groups | Swift | Java | Python | |
| 2073 | Time Needed to Buy Tickets | Swift | Java | Python | |
| 2071 | Maximum Number of Tasks You Can Assign | Swift | Java | Python | |
| 2070 | Most Beautiful Item for Each Query | Swift | Java | Python | |
| 2069 | Walking Robot Simulation II | Swift | Java | Python | |
| 2068 | Check Whether Two Strings are Almost Equivalent | Swift | Java | Python | |
| 2067 | Number of Equal Count Substrings | Swift | Java | Python | |
| 2065 | Maximum Path Quality of a Graph | Swift | Java | Python | |
| 2064 | Minimized Maximum of Products Distributed to Any Store | Swift | Java | Python | |
| 2063 | Vowels of All Substrings | Swift | Java | Python | |
| 2062 | Count Vowel Substrings of a String | Swift | Java | Python | |
| 2061 | Number of Spaces Cleaning Robot Cleaned | Swift | Java | Python | |
| 2060 | Check if an Original String Exists Given Two Encoded Strings | Swift | Java | Python | |
| 2059 | Minimum Operations to Convert Number | Swift | Java | Python | |
| 2058 | Find the Minimum and Maximum Number of Nodes Between Critical Points | Swift | Java | Python | |
| 2057 | Smallest Index With Equal Value | Swift | Java | Python | |
| 2056 | Number of Valid Move Combinations On Chessboard | Swift | Java | Python | |
| 2055 | Plates Between Candles | Swift | Java | Python | |
| 2054 | Two Best Non-Overlapping Events | Swift | Java | Python | |
| 2053 | Kth Distinct String in an Array | Swift | Java | Python | |
| 2052 | Minimum Cost to Separate Sentence Into Rows | Swift | Java | Python | |
| 2050 | Parallel Courses III | Swift | Java | Python | |
| 2049 | Count Nodes With the Highest Score | Swift | Java | Python | |
| 2048 | Next Greater Numerically Balanced Number | Swift | Java | Python | |
| 2047 | Number of Valid Words in a Sentence | Swift | Java | Python | |
| 2046 | Sort Linked List Already Sorted Using Absolute Values | Swift | Java | Python | |
| 2045 | Second Minimum Time to Reach Destination | Swift | Java | Python | |
| 2044 | Count Number of Maximum Bitwise-OR Subsets | Swift | Java | Python | |
| 2043 | Simple Bank System | Swift | Java | Python | |
| 2042 | Check if Numbers Are Ascending in a Sentence | Swift | Java | Python | |
| 2040 | Kth Smallest Product of Two Sorted Arrays | Swift | Java | Python | |
| 2039 | The Time When the Network Becomes Idle | Swift | Java | Python | |
| 2038 | Remove Colored Pieces if Both Neighbors are the Same Color | Swift | Java | Python | |
| 2037 | Minimum Number of Moves to Seat Everyone | Swift | Java | Python | |
| 2036 | Maximum Alternating Subarray Sum | Swift | Java | Python | |
| 2035 | Partition Array Into Two Arrays to Minimize Sum Difference | Swift | Java | Python | |
| 2034 | Stock Price Fluctuation | Swift | Java | Python | |
| 2033 | Minimum Operations to Make a Uni-Value Grid | Swift | Java | Python | |
| 2032 | Two Out of Three | Swift | Java | Python | |
| 2031 | Count Subarrays With More Ones Than Zeros | Swift | Java | Python | |
| 2030 | Smallest K-Length Subsequence With Occurrences of a Letter | Swift | Java | Python | |
| 2029 | Stone Game IX | Swift | Java | Python | |
| 2028 | Find Missing Observations | Swift | Java | Python | |
| 2027 | Minimum Moves to Convert String | Swift | Java | Python | |
| 2025 | Maximum Number of Ways to Partition an Array | Swift | Java | Python | |
| 2024 | Maximize the Confusion of an Exam | Swift | Java | Python | |
| 2023 | Number of Pairs of Strings With Concatenation Equal to Target | Swift | Java | Python | |
| 2022 | Convert 1D Array Into 2D Array | Swift | Java | Python | |
| 2021 | Brightest Position on Street | Swift | Java | Python | |
| 2019 | The Score of Students Solving Math Expression | Swift | Java | Python | |
| 2018 | Check if Word Can Be Placed In Crossword | Swift | Java | Python | |
| 2017 | Grid Game | Swift | Java | Python | |
| 2016 | Maximum Difference Between Increasing Elements | Swift | Java | Python | |
| 2015 | Average Height of Buildings in Each Segment | Swift | Java | Python | |
| 2014 | Longest Subsequence Repeated k Times | Swift | Java | Python | |
| 2013 | Detect Squares | Swift | Java | Python | |
| 2012 | Sum of Beauty in the Array | Swift | Java | Python | |
| 2011 | Final Value of Variable After Performing Operations | Swift | Java | Python | |
| 2009 | Minimum Number of Operations to Make Array Continuous | Swift | Java | Python | |
| 2008 | Maximum Earnings From Taxi | Swift | Java | Python | |
| 2007 | Find Original Array From Doubled Array | Swift | Java | Python | |
| 2006 | Count Number of Pairs With Absolute Difference K | Swift | Java | Python | |
| 2005 | Subtree Removal Game with Fibonacci Tree | Swift | Java | Python | |
| 2003 | Smallest Missing Genetic Value in Each Subtree | Swift | Java | Python | |
| 2002 | Maximum Product of the Length of Two Palindromic Subsequences | Swift | Java | Python | |
| 2001 | Number of Pairs of Interchangeable Rectangles | Swift | Java | Python | |
| 2000 | Reverse Prefix of Word | Swift | Java | Python | |
| 1999 | Smallest Greater Multiple Made of Two Digits | Swift | Java | Python | |
| 1998 | GCD Sort of an Array | Swift | Java | Python | |
| 1997 | First Day Where You Have Been in All the Rooms | Swift | Java | Python | |
| 1996 | The Number of Weak Characters in the Game | Java | Python | ||
| 1995 | Count Special Quadruplets | Swift | Java | Python | |
| 1994 | The Number of Good Subsets | Swift | Java | Python | |
| 1993 | Operations on Tree | Swift | Java | Python | |
| 1992 | Find All Groups of Farmland | Swift | Java | Python | |
| 1991 | Find the Middle Index in Array | Swift | Java | Python | |
| 1989 | Maximum Number of People That Can Be Caught in Tag | Swift | Java | Python | |
| 1987 | Number of Unique Good Subsequences | Swift | Java | Python | |
| 1986 | Minimum Number of Work Sessions to Finish the Tasks | Swift | Java | Python | |
| 1985 | Find the Kth Largest Integer in the Array | Swift | Java | Python | |
| 1984 | Minimum Difference Between Highest and Lowest of K Scores | Swift | Java | Python | |
| 1983 | Widest Pair of Indices With Equal Range Sum | Swift | Java | Python | |
| 1982 | Find Array Given Subset Sums | Swift | Java | Python | |
| 1981 | Minimize the Difference Between Target and Chosen Elements | Swift | Java | Python | |
| 1980 | Find Unique Binary String | Swift | Java | Python | |
| 1979 | Find Greatest Common Divisor of Array | Swift | Java | Python | |
| 1977 | Number of Ways to Separate Numbers | Swift | Java | Python | |
| 1976 | Number of Ways to Arrive at Destination | Swift | Java | Python | |
| 1975 | Maximum Matrix Sum | Swift | Java | Python | |
| 1974 | Minimum Time to Type Word Using Special Typewriter | Swift | Java | Python | |
| 1973 | Count Nodes Equal to Sum of Descendants | Swift | Java | Python | |
| 1971 | Find if Path Exists in Graph | Swift | Java | Python | |
| 1970 | Last Day Where You Can Still Cross | Swift | Java | Python | |
| 1969 | Minimum Non-Zero Product of the Array Elements | Swift | Java | Python | |
| 1968 | Array With Elements Not Equal to Average of Neighbors | Swift | Java | Python | |
| 1967 | Number of Strings That Appear as Substrings in Word | Swift | Java | Python | |
| 1966 | Binary Searchable Numbers in an Unsorted Array | Swift | Java | Python | |
| 1964 | Find the Longest Valid Obstacle Course at Each Position | Swift | Java | Python | |
| 1963 | Minimum Number of Swaps to Make the String Balanced | Swift | Java | Python | |
| 1962 | Remove Stones to Minimize the Total | Swift | Java | Python | |
| 1961 | Check If String Is a Prefix of Array | Swift | Java | Python | |
| 1960 | Maximum Product of the Length of Two Palindromic Substrings | Swift | Java | Python | |
| 1959 | Minimum Total Space Wasted With K Resizing Operations | Swift | Java | Python | |
| 1958 | Check if Move is Legal | Swift | Java | Python | |
| 1957 | Delete Characters to Make Fancy String | Swift | Java | Python | |
| 1956 | Minimum Time For K Virus Variants to Spread | Swift | Java | Python | |
| 1955 | Count Number of Special Subsequences | Swift | Java | Python | |
| 1954 | Minimum Garden Perimeter to Collect Enough Apples | Swift | Java | Python | |
| 1953 | Maximum Number of Weeks for Which You Can Work | Swift | Java | Python | |
| 1952 | Three Divisors | Swift | Java | Python | |
| 1950 | Maximum of Minimum Values in All Subarrays | Swift | Java | Python | |
| 1948 | Delete Duplicate Folders in System | Swift | Java | Python | |
| 1947 | Maximum Compatibility Score Sum | Swift | Java | Python | |
| 1946 | Largest Number After Mutating Substring | Swift | Java | Python | |
| 1945 | Sum of Digits of String After Convert | Swift | Java | Python | |
| 1944 | Number of Visible People in a Queue | Swift | Java | Python | |
| 1943 | Describe the Painting | Swift | Java | Python | |
| 1942 | The Number of the Smallest Unoccupied Chair | Swift | Java | Python | |
| 1941 | Check if All Characters Have Equal Number of Occurrences | Swift | Java | Python | |
| 1940 | Longest Common Subsequence Between Sorted Arrays | Swift | Java | Python | |
| 1938 | Maximum Genetic Difference Query | Swift | Java | Python | |
| 1937 | Maximum Number of Points with Cost | Swift | Java | Python | |
| 1936 | Add Minimum Number of Rungs | Swift | Java | Python | |
| 1935 | Maximum Number of Words You Can Type | Swift | Java | Python | |
| 1933 | Check if String Is Decomposable Into Value-Equal Substrings | Swift | Java | Python | |
| 1932 | Merge BSTs to Create Single BST | Swift | Java | Python | |
| 1931 | Painting a Grid With Three Different Colors | Swift | Java | Python | |
| 1930 | Unique Length-3 Palindromic Subsequences | Swift | Java | Python | |
| 1929 | Concatenation of Array | Swift | Java | Python | |
| 1928 | Minimum Cost to Reach Destination in Time | Swift | Java | Python | |
| 1927 | Sum Game | Swift | Java | Python | |
| 1926 | Nearest Exit from Entrance in Maze | Swift | Java | Python | |
| 1925 | Count Square Sum Triples | Swift | Java | Python | |
| 1924 | Erect the Fence II | Swift | Java | Python | |
| 1923 | Longest Common Subpath | Swift | Java | Python | |
| 1922 | Count Good Numbers | Swift | Java | Python | |
| 1921 | Eliminate Maximum Number of Monsters | Swift | Java | Python | |
| 1920 | Build Array from Permutation | Swift | Java | Python | |
| 1918 | Kth Smallest Subarray Sum | Swift | Java | Python | |
| 1916 | Count Ways to Build Rooms in an Ant Colony | Swift | Java | Python | |
| 1915 | Number of Wonderful Substrings | Swift | Java | Python | |
| 1914 | Cyclically Rotating a Grid | Swift | Java | Python | |
| 1913 | Maximum Product Difference Between Two Pairs | Java | Python | ||
| 1912 | Design Movie Rental System | Swift | Java | Python | |
| 1911 | Maximum Alternating Subsequence Sum | Swift | Java | Python | |
| 1910 | Remove All Occurrences of a Substring | Swift | Java | Python | |
| 1909 | Remove One Element to Make the Array Strictly Increasing | Swift | Java | Python | |
| 1908 | Game of Nim | Swift | Java | Python | |
| 1906 | Minimum Absolute Difference Queries | Swift | Java | Python | |
| 1905 | Count Sub Islands | Swift | Java | Python | |
| 1904 | The Number of Full Rounds You Have Played | Swift | Java | Python | |
| 1903 | Largest Odd Number in String | Swift | Java | Python | |
| 1902 | Depth of BST Given Insertion Order | Swift | Java | Python | |
| 1901 | Find a Peak Element II | Swift | Java | Python | |
| 1900 | The Earliest and Latest Rounds Where Players Compete | Swift | Java | Python | |
| 1899 | Merge Triplets to Form Target Triplet | Swift | Java | Python | |
| 1898 | Maximum Number of Removable Characters | Swift | Java | Python | |
| 1897 | Redistribute Characters to Make All Strings Equal | Swift | Java | Python | |
| 1896 | Minimum Cost to Change the Final Value of Expression | Swift | Java | Python | |
| 1895 | Largest Magic Square | Swift | Java | Python | |
| 1894 | Find the Student that Will Replace the Chalk | Swift | Java | Python | |
| 1893 | Check if All the Integers in a Range Are Covered | Swift | Java | Python | |
| 1891 | Cutting Ribbons | Swift | Java | Python | |
| 1889 | Minimum Space Wasted From Packaging | Swift | Java | Python | |
| 1888 | Minimum Number of Flips to Make the Binary String Alternating | Swift | Java | Python | |
| 1887 | Reduction Operations to Make the Array Elements Equal | Swift | Java | Python | |
| 1886 | Determine Whether Matrix Can Be Obtained By Rotation | Swift | Java | Python | |
| 1885 | Count Pairs in Two Arrays | Swift | Java | Python | |
| 1884 | Egg Drop With 2 Eggs and N Floors | Swift | Java | Python | |
| 1883 | Minimum Skips to Arrive at Meeting On Time | Swift | Java | Python | |
| 1882 | Process Tasks Using Servers | Swift | Java | Python | |
| 1881 | Maximum Value after Insertion | Swift | Java | Python | |
| 1880 | Check if Word Equals Summation of Two Words | Swift | Java | Python | |
| 1879 | Minimum XOR Sum of Two Arrays | Swift | Java | Python | |
| 1878 | Get Biggest Three Rhombus Sums in a Grid | Swift | Java | Python | |
| 1877 | Minimize Maximum Pair Sum in Array | Swift | Java | Python | |
| 1876 | Substrings of Size Three with Distinct Characters | Swift | Java | Python | |
| 1874 | Minimize Product Sum of Two Arrays | Swift | Java | Python | |
| 1872 | Stone Game VIII | Java | Python | ||
| 1871 | Jump Game VII | Swift | Java | Python | |
| 1870 | Minimum Speed to Arrive on Time | Swift | Java | Python | |
| 1869 | Longer Contiguous Segments of Ones than Zeros | Swift | Java | Python | |
| 1868 | Product of Two Run-Length Encoded Arrays | Swift | Java | Python | |
| 1866 | Number of Ways to Rearrange Sticks With K Sticks Visible | Swift | Java | Python | |
| 1865 | Finding Pairs With a Certain Sum | Swift | Java | Python | |
| 1864 | Minimum Number of Swaps to Make the Binary String Alternating | Swift | Java | Python | |
| 1863 | Sum of All Subset XOR Totals | Swift | Java | Python | |
| 1862 | Sum of Floored Pairs | Swift | Java | Python | |
| 1861 | Rotating the Box | Swift | Java | Python | |
| 1860 | Incremental Memory Leak | Swift | Java | Python | |
| 1859 | Sorting the Sentence | Swift | Java | Python | |
| 1858 | Longest Word With All Prefixes | Swift | Java | Python | |
| 1857 | Largest Color Value in a Directed Graph | Swift | Java | Python | |
| 1856 | Maximum Subarray Min-Product | Swift | Java | Python | |
| 1855 | Maximum Distance Between a Pair of Values | Swift | Java | Python | |
| 1854 | Maximum Population Year | Swift | Java | Python | |
| 1852 | Distinct Numbers in Each Subarray | Swift | Java | Python | |
| 1851 | Minimum Interval to Include Each Query | Swift | Java | Python | |
| 1850 | Minimum Adjacent Swaps to Reach the Kth Smallest Number | Swift | Java | Python | |
| 1849 | Splitting a String Into Descending Consecutive Values | Swift | Java | Python | |
| 1848 | Minimum Distance to the Target Element | Swift | Java | Python | |
| 1847 | Closest Room | Swift | Java | Python | |
| 1846 | Maximum Element After Decreasing and Rearranging | Swift | Java | Python | |
| 1845 | Seat Reservation Manager | Swift | Java | Python | |
| 1844 | Replace All Digits with Characters | Swift | Java | Python | |
| 1842 | Next Palindrome Using Same Digits | Swift | Java | Python | |
| 1840 | Maximum Building Height | Swift | Java | Python | |
| 1839 | Longest Substring Of All Vowels in Order | Swift | Java | Python | |
| 1838 | Frequency of the Most Frequent Element | Swift | Java | Python | |
| 1837 | Sum of Digits in Base K | Swift | Java | Python | |
| 1836 | Remove Duplicates From an Unsorted Linked List | Swift | Java | Python | |
| 1835 | Find XOR Sum of All Pairs Bitwise AND | Swift | Java | Python | |
| 1834 | Single-Threaded CPU | Swift | Java | Python | |
| 1833 | Maximum Ice Cream Bars | Swift | Java | Python | |
| 1832 | Check if the Sentence Is Pangram | Swift | Java | Python | |
| 1830 | Minimum Number of Operations to Make String Sorted | Swift | Java | Python | |
| 1829 | Maximum XOR for Each Query | Swift | Java | Python | |
| 1828 | Queries on Number of Points Inside a Circle | Swift | Java | Python | |
| 1827 | Minimum Operations to Make the Array Increasing | Swift | Java | Python | |
| 1826 | Faulty Sensor | Swift | Java | Python | |
| 1825 | Finding MK Average | Swift | Java | Python | |
| 1824 | Minimum Sideway Jumps | Swift | Java | Python | |
| 1823 | Find the Winner of the Circular Game | Swift | Java | Python | |
| 1822 | Sign of the Product of an Array | Swift | Java | Python | |
| 1820 | Maximum Number of Accepted Invitations | Swift | Java | Python | |
| 1819 | Number of Different Subsequences GCDs | Swift | Java | Python | |
| 1818 | Minimum Absolute Sum Difference | Swift | Java | Python | |
| 1817 | Finding the Users Active Minutes | Swift | Java | Python | |
| 1816 | Truncate Sentence | Swift | Java | Python | |
| 1815 | Maximum Number of Groups Getting Fresh Donuts | Swift | Java | Python | |
| 1814 | Count Nice Pairs in an Array | Swift | Java | Python | |
| 1813 | Sentence Similarity III | Swift | Java | Python | |
| 1812 | Determine Color of a Chessboard Square | Swift | Java | Python | |
| 1810 | Minimum Path Cost in a Hidden Grid | Swift | Java | Python | |
| 1808 | Maximize Number of Nice Divisors | Swift | Java | Python | |
| 1807 | Evaluate the Bracket Pairs of a String | Swift | Java | Python | |
| 1806 | Minimum Number of Operations to Reinitialize a Permutation | Swift | Java | Python | |
| 1805 | Number of Different Integers in a String | Swift | Java | Python | |
| 1804 | Implement Trie II (Prefix Tree) | Swift | Java | Python | |
| 1803 | Count Pairs With XOR in a Range | Swift | Java | Python | |
| 1802 | Maximum Value at a Given Index in a Bounded Array | Swift | Java | Python | |
| 1801 | Number of Orders in the Backlog | Swift | Java | Python | |
| 1800 | Maximum Ascending Subarray Sum | Swift | Java | Python | |
| 1799 | Maximize Score After N Operations | Swift | Java | Python | |
| 1798 | Maximum Number of Consecutive Values You Can Make | Swift | Java | Python | |
| 1797 | Design Authentication Manager | Swift | Java | Python | |
| 1796 | Second Largest Digit in a String | Swift | Java | Python | |
| 1794 | Count Pairs of Equal Substrings With Minimum Difference | Swift | Java | Python | |
| 1793 | Maximum Score of a Good Subarray | Swift | Java | Python | |
| 1792 | Maximum Average Pass Ratio | Swift | Java | Python | |
| 1791 | Find Center of Star Graph | Swift | Java | Python | |
| 1790 | Check if One String Swap Can Make Strings Equal | Swift | Java | Python | |
| 1788 | Maximize the Beauty of the Garden | Swift | Java | Python | |
| 1787 | Make the XOR of All Segments Equal to Zero | Swift | Java | Python | |
| 1786 | Number of Restricted Paths From First to Last Node | Swift | Java | Python | |
| 1785 | Minimum Elements to Add to Form a Given Sum | Swift | Java | Python | |
| 1784 | Check if Binary String Has at Most One Segment of Ones | Swift | Java | Python | |
| 1782 | Count Pairs Of Nodes | Swift | Java | Python | |
| 1781 | Sum of Beauty of All Substrings | Swift | Java | Python | |
| 1780 | Check if Number is a Sum of Powers of Three | Swift | Java | Python | |
| 1779 | Find Nearest Point That Has the Same X or Y Coordinate | Swift | Java | Python | |
| 1778 | Shortest Path in a Hidden Grid | Swift | Java | Python | |
| 1776 | Car Fleet II | Swift | Java | Python | |
| 1775 | Equal Sum Arrays With Minimum Number of Operations | Swift | Java | Python | |
| 1774 | Closest Dessert Cost | Swift | Java | Python | |
| 1773 | Count Items Matching a Rule | Swift | Java | Python | |
| 1772 | Sort Features by Popularity | Swift | Java | Python | |
| 1771 | Maximize Palindrome Length From Subsequences | Swift | Java | Python | |
| 1770 | Maximum Score from Performing Multiplication Operations | Swift | Java | Python | |
| 1769 | Minimum Number of Operations to Move All Balls to Each Box | Swift | Java | Python | |
| 1768 | Merge Strings Alternately | Swift | Java | Python | |
| 1766 | Tree of Coprimes | Swift | Java | Python | |
| 1765 | Map of Highest Peak | Swift | Java | Python | |
| 1764 | Form Array by Concatenating Subarrays of Another Array | Swift | Java | Python | |
| 1763 | Longest Nice Substring | Swift | Java | Python | |
| 1762 | Buildings With an Ocean View | Swift | Java | Python | |
| 1761 | Minimum Degree of a Connected Trio in a Graph | Swift | Java | Python | |
| 1760 | Minimum Limit of Balls in a Bag | Swift | Java | Python | |
| 1759 | Count Number of Homogenous Substrings | Swift | Java | Python | |
| 1758 | Minimum Changes To Make Alternating Binary String | Swift | Java | Python | |
| 1756 | Design Most Recently Used Queue | Swift | Java | Python | |
| 1755 | Closest Subsequence Sum | Swift | Java | Python | |
| 1754 | Largest Merge Of Two Strings | Swift | Java | Python | |
| 1753 | Maximum Score From Removing Stones | Swift | Java | Python | |
| 1752 | Check if Array Is Sorted and Rotated | Swift | Java | Python | |
| 1751 | Maximum Number of Events That Can Be Attended II | Swift | Java | Python | |
| 1750 | Minimum Length of String After Deleting Similar Ends | Swift | Java | Python | |
| 1749 | Maximum Absolute Sum of Any Subarray | Swift | Java | Python | |
| 1748 | Sum of Unique Elements | Swift | Java | Python | |
| 1746 | Maximum Subarray Sum After One Operation | Swift | Java | Python | |
| 1745 | Palindrome Partitioning IV | Swift | Java | Python | |
| 1744 | Can You Eat Your Favorite Candy on Your Favorite Day? | Swift | Java | Python | |
| 1743 | Restore the Array From Adjacent Pairs | Swift | Java | Python | |
| 1742 | Maximum Number of Balls in a Box | Swift | Java | Python | |
| 1740 | Find Distance in a Binary Tree | Swift | Java | Python | |
| 1739 | Building Boxes | Swift | Java | Python | |
| 1738 | Find Kth Largest XOR Coordinate Value | Swift | Java | Python | |
| 1737 | Change Minimum Characters to Satisfy One of Three Conditions | Swift | Java | Python | |
| 1736 | Latest Time by Replacing Hidden Digits | Swift | Java | Python | |
| 1735 | Count Ways to Make Array With Product | Swift | Java | Python | |
| 1734 | Decode XORed Permutation | Swift | Java | Python | |
| 1733 | Minimum Number of People to Teach | Swift | Java | Python | |
| 1732 | Find the Highest Altitude | Swift | Java | Python | |
| 1730 | Shortest Path to Get Food | Swift | Java | Python | |
| 1728 | Cat and Mouse II | Swift | Java | Python | |
| 1727 | Largest Submatrix With Rearrangements | Swift | Java | Python | |
| 1726 | Tuple with Same Product | Swift | Java | Python | |
| 1725 | Number Of Rectangles That Can Form The Largest Square | Swift | Java | Python | |
| 1724 | Checking Existence of Edge Length Limited Paths II | Swift | Java | Python | |
| 1723 | Find Minimum Time to Finish All Jobs | Swift | Java | Python | |
| 1722 | Minimize Hamming Distance After Swap Operations | Swift | Java | Python | |
| 1721 | Swapping Nodes in a Linked List | Java | Python | ||
| 1720 | Decode XORed Array | Swift | Java | Python | |
| 1719 | Number Of Ways To Reconstruct A Tree | Swift | Java | Python | |
| 1718 | Construct the Lexicographically Largest Valid Sequence | Swift | Java | Python | |
| 1717 | Maximum Score From Removing Substrings | Swift | Java | Python | |
| 1716 | Calculate Money in Leetcode Bank | Swift | Java | Python | |
| 1714 | Sum Of Special Evenly-Spaced Elements In Array | Swift | Java | Python | |
| 1713 | Minimum Operations to Make a Subsequence | Swift | Java | Python | |
| 1712 | Ways to Split Array Into Three Subarrays | Swift | Java | Python | |
| 1711 | Count Good Meals | Swift | Java | Python | |
| 1710 | Maximum Units on a Truck | Java | Python | ||
| 1708 | Largest Subarray Length K | Swift | Java | Python | |
| 1707 | Maximum XOR With an Element From Array | Swift | Java | Python | |
| 1706 | Where Will the Ball Fall | Swift | Java | Python | |
| 1705 | Maximum Number of Eaten Apples | Swift | Java | Python | |
| 1704 | Determine if String Halves Are Alike | Java | Python | ||
| 1703 | Minimum Adjacent Swaps for K Consecutive Ones | Swift | Java | Python | |
| 1702 | Maximum Binary String After Change | Swift | Java | Python | |
| 1701 | Average Waiting Time | Swift | Java | Python | |
| 1700 | Number of Students Unable to Eat Lunch | Swift | Java | Python | |
| 1698 | Number of Distinct Substrings in a String | Swift | Java | Python | |
| 1697 | Checking Existence of Edge Length Limited Paths | Swift | Java | Python | |
| 1696 | Jump Game VI | Java | Python | ||
| 1695 | Maximum Erasure Value | Java | Python | ||
| 1694 | Reformat Phone Number | Swift | Java | Python | |
| 1692 | Count Ways to Distribute Candies | Swift | Java | Python | |
| 1691 | Maximum Height by Stacking Cuboids | Swift | Java | Python | |
| 1690 | Stone Game VII | Swift | Java | Python | |
| 1689 | Partitioning Into Minimum Number Of Deci-Binary Numbers | Java | Python | ||
| 1688 | Count of Matches in Tournament | Swift | Java | Python | |
| 1687 | Delivering Boxes from Storage to Ports | Swift | Java | Python | |
| 1686 | Stone Game VI | Swift | Java | Python | |
| 1685 | Sum of Absolute Differences in a Sorted Array | Swift | Java | Python | |
| 1684 | Count the Number of Consistent Strings | Swift | Java | Python | |
| 1682 | Longest Palindromic Subsequence II | Swift | Java | Python | |
| 1681 | Minimum Incompatibility | Swift | Java | Python | |
| 1680 | Concatenation of Consecutive Binary Numbers | Java | Python | ||
| 1679 | Max Number of K-Sum Pairs | Java | Python | ||
| 1678 | Goal Parser Interpretation | Swift | Java | Python | |
| 1676 | Lowest Common Ancestor of a Binary Tree IV | Swift | Java | Python | |
| 1675 | Minimize Deviation in Array | Java | Python | ||
| 1674 | Minimum Moves to Make Array Complementary | Swift | Java | Python | |
| 1673 | Find the Most Competitive Subsequence | Java | Python | ||
| 1672 | Richest Customer Wealth | Java | Python | ||
| 1671 | Minimum Number of Removals to Make Mountain Array | Swift | Java | Python | |
| 1670 | Design Front Middle Back Queue | Swift | Java | Python | |
| 1669 | Merge In Between Linked Lists | Swift | Java | Python | |
| 1668 | Maximum Repeating Substring | Swift | Java | Python | |
| 1666 | Change the Root of a Binary Tree | Swift | Java | Python | |
| 1665 | Minimum Initial Energy to Finish Tasks | Swift | Java | Python | |
| 1664 | Ways to Make a Fair Array | Swift | Java | Python | |
| 1663 | Smallest String With A Given Numeric Value | Java | Python | ||
| 1662 | Check If Two String Arrays are Equivalent | Swift | Java | Python | |
| 1660 | Correct a Binary Tree | Swift | Java | Python | |
| 1659 | Maximize Grid Happiness | Swift | Java | Python | |
| 1658 | Minimum Operations to Reduce X to Zero | Java | Python | ||
| 1657 | Determine if Two Strings Are Close | Java | Python | ||
| 1656 | Design an Ordered Stream | Swift | Java | Python | |
| 1655 | Distribute Repeating Integers | Swift | Java | Python | |
| 1654 | Minimum Jumps to Reach Home | Swift | Java | Python | |
| 1653 | Minimum Deletions to Make String Balanced | Swift | Java | Python | |
| 1652 | Defuse the Bomb | Swift | Java | Python | |
| 1650 | Lowest Common Ancestor of a Binary Tree III | Swift | Java | Python | |
| 1649 | Create Sorted Array through Instructions | Java | Python | ||
| 1648 | Sell Diminishing-Valued Colored Balls | Swift | Java | Python | |
| 1647 | Minimum Deletions to Make Character Frequencies Unique | Swift | Java | Python | |
| 1646 | Get Maximum in Generated Array | Java | Python | ||
| 1644 | Lowest Common Ancestor of a Binary Tree II | Swift | Java | Python | |
| 1643 | Kth Smallest Instructions | Swift | Java | Python | |
| 1642 | Furthest Building You Can Reach | Java | Python | ||
| 1641 | Count Sorted Vowel Strings | Java | Python | ||
| 1640 | Check Array Formation Through Concatenation | Java | Python | ||
| 1639 | Number of Ways to Form a Target String Given a Dictionary | Swift | Java | Python | |
| 1638 | Count Substrings That Differ by One Character | Swift | Java | Python | |
| 1637 | Widest Vertical Area Between Two Points Containing No Points | Swift | Java | Python | |
| 1636 | Sort Array by Increasing Frequency | Swift | Java | Python | |
| 1634 | Add Two Polynomials Represented as Linked Lists | Swift | Java | Python | |
| 1632 | Rank Transform of a Matrix | Swift | Java | Python | |
| 1631 | Path With Minimum Effort | Java | Python | ||
| 1630 | Arithmetic Subarrays | Swift | Java | Python | |
| 1629 | Slowest Key | Java | Python | ||
| 1628 | Design an Expression Tree With Evaluate Function | Swift | Java | Python | |
| 1627 | Graph Connectivity With Threshold | Swift | Java | Python | |
| 1626 | Best Team With No Conflicts | Swift | Java | Python | |
| 1625 | Lexicographically Smallest String After Applying Operations | Swift | Java | Python | |
| 1624 | Largest Substring Between Two Equal Characters | Swift | Java | Python | |
| 1622 | Fancy Sequence | Swift | Java | Python | |
| 1621 | Number of Sets of K Non-Overlapping Line Segments | Swift | Java | Python | |
| 1620 | Coordinate With Maximum Network Quality | Swift | Java | Python | |
| 1619 | Mean of Array After Removing Some Elements | Swift | Java | Python | |
| 1618 | Maximum Font to Fit a Sentence in a Screen | Swift | Java | Python | |
| 1617 | Count Subtrees With Max Distance Between Cities | Swift | Java | Python | |
| 1616 | Split Two Strings to Make Palindrome | Swift | Java | Python | |
| 1615 | Maximal Network Rank | Swift | Java | Python | |
| 1614 | Maximum Nesting Depth of the Parentheses | Swift | Java | Python | |
| 1612 | Check If Two Expression Trees are Equivalent | Swift | Java | Python | |
| 1611 | Minimum One Bit Operations to Make Integers Zero | Swift | Java | Python | |
| 1610 | Maximum Number of Visible Points | Swift | Java | Python | |
| 1609 | Even Odd Tree | Swift | Java | Python | |
| 1608 | Special Array With X Elements Greater Than or Equal X | Swift | Java | Python | |
| 1606 | Find Servers That Handled Most Number of Requests | Swift | Java | Python | |
| 1605 | Find Valid Matrix Given Row and Column Sums | Swift | Java | Python | |
| 1604 | Alert Using Same Key-Card Three or More Times in a One Hour Period | Swift | Java | Python | |
| 1603 | Design Parking System | Swift | Java | Python | |
| 1602 | Find Nearest Right Node in Binary Tree | Swift | Java | Python | |
| 1601 | Maximum Number of Achievable Transfer Requests | Swift | Java | Python | |
| 1600 | Throne Inheritance | Swift | Java | Python | |
| 1599 | Maximum Profit of Operating a Centennial Wheel | Swift | Java | Python | |
| 1598 | Crawler Log Folder | Swift | Java | Python | |
| 1597 | Build Binary Expression Tree From Infix Expression | Swift | Java | Python | |
| 1595 | Minimum Cost to Connect Two Groups of Points | Swift | Java | Python | |
| 1594 | Maximum Non Negative Product in a Matrix | Swift | Java | Python | |
| 1593 | Split a String Into the Max Number of Unique Substrings | Swift | Java | Python | |
| 1592 | Rearrange Spaces Between Words | Swift | Java | Python | |
| 1591 | Strange Printer II | Swift | Java | Python | |
| 1590 | Make Sum Divisible by P | Swift | Java | Python | |
| 1589 | Maximum Sum Obtained of Any Permutation | Swift | Java | Python | |
| 1588 | Sum of All Odd Length Subarrays | Swift | Java | Python | |
| 1586 | Binary Search Tree Iterator II | Swift | Java | Python | |
| 1585 | Check If String Is Transformable With Substring Sort Operations | Swift | Java | Python | |
| 1584 | Min Cost to Connect All Points | Java | Python | ||
| 1583 | Count Unhappy Friends | Swift | Java | Python | |
| 1582 | Special Positions in a Binary Matrix | Swift | Java | Python | |
| 1580 | Put Boxes Into the Warehouse II | Swift | Java | Python | |
| 1579 | Remove Max Number of Edges to Keep Graph Fully Traversable | Swift | Java | Python | |
| 1578 | Minimum Time to Make Rope Colorful | Swift | Java | Python | |
| 1577 | Number of Ways Where Square of Number Is Equal to Product of Two Numbers | Swift | Java | Python | |
| 1576 | Replace All ?'s to Avoid Consecutive Repeating Characters | Swift | Java | Python | |
| 1575 | Count All Possible Routes | Swift | Java | Python | |
| 1574 | Shortest Subarray to be Removed to Make Array Sorted | Swift | Java | Python | |
| 1573 | Number of Ways to Split a String | Swift | Java | Python | |
| 1572 | Matrix Diagonal Sum | Swift | Java | Python | |
| 1570 | Dot Product of Two Sparse Vectors | Swift | Java | Python | |
| 1569 | Number of Ways to Reorder Array to Get Same BST | Swift | Java | Python | |
| 1568 | Minimum Number of Days to Disconnect Island | Swift | Java | Python | |
| 1567 | Maximum Length of Subarray With Positive Product | Swift | Java | Python | |
| 1566 | Detect Pattern of Length M Repeated K or More Times | Swift | Java | Python | |
| 1564 | Put Boxes Into the Warehouse I | Swift | Java | Python | |
| 1563 | Stone Game V | Swift | Java | Python | |
| 1562 | Find Latest Group of Size M | Swift | Java | Python | |
| 1561 | Maximum Number of Coins You Can Get | Swift | Java | Python | |
| 1560 | Most Visited Sector in a Circular Track | Swift | Java | Python | |
| 1559 | Detect Cycles in 2D Grid | Swift | Java | Python | |
| 1558 | Minimum Numbers of Function Calls to Make Target Array | Swift | Java | Python | |
| 1557 | Minimum Number of Vertices to Reach All Nodes | Swift | Java | Python | |
| 1556 | Thousand Separator | Swift | Java | Python | |
| 1554 | Strings Differ by One Character | Swift | Java | Python | |
| 1553 | Minimum Number of Days to Eat N Oranges | Swift | Java | Python | |
| 1552 | Magnetic Force Between Two Balls | Swift | Java | Python | |
| 1551 | Minimum Operations to Make Array Equal | Java | Python | ||
| 1550 | Three Consecutive Odds | Swift | Java | Python | |
| 1548 | The Most Similar Path in a Graph | Swift | Java | Python | |
| 1547 | Minimum Cost to Cut a Stick | Swift | Java | Python | |
| 1546 | Maximum Number of Non-Overlapping Subarrays With Sum Equals Target | Swift | Java | Python | |
| 1545 | Find Kth Bit in Nth Binary String | Swift | Java | Python | |
| 1544 | Make The String Great | Swift | Java | Python | |
| 1542 | Find Longest Awesome Substring | Swift | Java | Python | |
| 1541 | Minimum Insertions to Balance a Parentheses String | Swift | Java | Python | |
| 1540 | Can Convert String in K Moves | Swift | Java | Python | |
| 1539 | Kth Missing Positive Number | Java | Python | ||
| 1538 | Guess the Majority in a Hidden Array | Swift | Java | Python | |
| 1537 | Get the Maximum Score | Swift | Java | Python | |
| 1536 | Minimum Swaps to Arrange a Binary Grid | Swift | Java | Python | |
| 1535 | Find the Winner of an Array Game | Swift | Java | Python | |
| 1534 | Count Good Triplets | Swift | Java | Python | |
| 1533 | Find the Index of the Large Integer | Swift | Java | Python | |
| 1531 | String Compression II | Swift | Java | Python | |
| 1530 | Number of Good Leaf Nodes Pairs | Swift | Java | Python | |
| 1529 | Minimum Suffix Flips | Swift | Java | Python | |
| 1528 | Shuffle String | Swift | Java | Python | |
| 1526 | Minimum Number of Increments on Subarrays to Form a Target Array | Swift | Java | Python | |
| 1525 | Number of Good Ways to Split a String | Swift | Java | Python | |
| 1524 | Number of Sub-arrays With Odd Sum | Swift | Java | Python | |
| 1523 | Count Odd Numbers in an Interval Range | Swift | Java | Python | |
| 1522 | Diameter of N-Ary Tree | Swift | Java | Python | |
| 1521 | Find a Value of a Mysterious Function Closest to Target | Swift | Java | Python | |
| 1520 | Maximum Number of Non-Overlapping Substrings | Swift | Java | Python | |
| 1519 | Number of Nodes in the Sub-Tree With the Same Label | Swift | Java | Python | |
| 1518 | Water Bottles | Java | Python | ||
| 1516 | Move Sub-Tree of N-Ary Tree | Swift | Java | Python | |
| 1515 | Best Position for a Service Centre | Swift | Java | Python | |
| 1514 | Path with Maximum Probability | Swift | Java | Python | |
| 1513 | Number of Substrings With Only 1s | Swift | Java | Python | |
| 1512 | Number of Good Pairs | Swift | Java | Python | |
| 1510 | Stone Game IV | Java | Python | ||
| 1509 | Minimum Difference Between Largest and Smallest Value in Three Moves | Swift | Java | Python | |
| 1508 | Range Sum of Sorted Subarray Sums | Swift | Java | Python | |
| 1507 | Reformat Date | Swift | Java | Python | |
| 1506 | Find Root of N-Ary Tree | Swift | Java | Python | |
| 1505 | Minimum Possible Integer After at Most K Adjacent Swaps On Digits | Swift | Java | Python | |
| 1504 | Count Submatrices With All Ones | Swift | Java | Python | |
| 1503 | Last Moment Before All Ants Fall Out of a Plank | Swift | Java | Python | |
| 1502 | Can Make Arithmetic Progression From Sequence | Swift | Java | Python | |
| 1500 | Design a File Sharing System | Swift | Java | Python | |
| 1499 | Max Value of Equation | Swift | Java | Python | |
| 1498 | Number of Subsequences That Satisfy the Given Sum Condition | Swift | Java | Python | |
| 1497 | Check If Array Pairs Are Divisible by k | Swift | Java | Python | |
| 1496 | Path Crossing | Swift | Java | Python | |
| 1494 | Parallel Courses II | Swift | Java | Python | |
| 1493 | Longest Subarray of 1's After Deleting One Element | Swift | Java | Python | |
| 1492 | The kth Factor of n | Java | Python | ||
| 1491 | Average Salary Excluding the Minimum and Maximum Salary | Swift | Java | Python | |
| 1490 | Clone N-ary Tree | Swift | Java | Python | |
| 1489 | Find Critical and Pseudo-Critical Edges in Minimum Spanning Tree | Swift | Java | Python | |
| 1488 | Avoid Flood in The City | Swift | Java | Python | |
| 1487 | Making File Names Unique | Swift | Java | Python | |
| 1486 | XOR Operation in an Array | Java | Python | ||
| 1485 | Clone Binary Tree With Random Pointer | Swift | Java | Python | |
| 1483 | Kth Ancestor of a Tree Node | Swift | Java | Python | |
| 1482 | Minimum Number of Days to Make m Bouquets | Swift | Java | Python | |
| 1481 | Least Number of Unique Integers after K Removals | Swift | Java | Python | |
| 1480 | Running Sum of 1d Array | Java | Python | ||
| 1478 | Allocate Mailboxes | Swift | Java | Python | |
| 1477 | Find Two Non-overlapping Sub-arrays Each With Target Sum | Swift | Java | Python | |
| 1476 | Subrectangle Queries | Swift | Java | Python | |
| 1475 | Final Prices With a Special Discount in a Shop | Swift | Java | Python | |
| 1474 | Delete N Nodes After M Nodes of a Linked List | Swift | Java | Python | |
| 1473 | Paint House III | Swift | Java | Python | |
| 1472 | Design Browser History | Swift | Java | Python | |
| 1471 | The k Strongest Values in an Array | Swift | Java | Python | |
| 1470 | Shuffle the Array | Swift | Java | Python | |
| 1469 | Find All The Lonely Nodes | Swift | Java | Python | |
| 1467 | Probability of a Two Boxes Having The Same Number of Distinct Balls | Swift | Java | Python | |
| 1466 | Reorder Routes to Make All Paths Lead to the City Zero | Swift | Java | Python | |
| 1465 | Maximum Area of a Piece of Cake After Horizontal and Vertical Cuts | Java | Python | ||
| 1464 | Maximum Product of Two Elements in an Array | Swift | Java | Python | |
| 1463 | Cherry Pickup II | Java | Python | ||
| 1462 | Course Schedule IV | Swift | Java | Python | |
| 1461 | Check If a String Contains All Binary Codes of Size K | Java | Python | ||
| 1460 | Make Two Arrays Equal by Reversing Subarrays | Swift | Java | Python | |
| 1458 | Max Dot Product of Two Subsequences | Java | Python | ||
| 1457 | Pseudo-Palindromic Paths in a Binary Tree | Java | Python | ||
| 1456 | Maximum Number of Vowels in a Substring of Given Length | Swift | Java | Python | |
| 1455 | Check If a Word Occurs As a Prefix of Any Word in a Sentence | Swift | Java | Python | |
| 1453 | Maximum Number of Darts Inside of a Circular Dartboard | Swift | Java | Python | |
| 1452 | People Whose List of Favorite Companies Is Not a Subset of Another List | Swift | Java | Python | |
| 1451 | Rearrange Words in a Sentence | Swift | Java | Python | |
| 1450 | Number of Students Doing Homework at a Given Time | Swift | Java | Python | |
| 1449 | Form Largest Integer With Digits That Add up to Target | Swift | Java | Python | |
| 1448 | Count Good Nodes in Binary Tree | Java | Python | ||
| 1447 | Simplified Fractions | Swift | Java | Python | |
| 1446 | Consecutive Characters | Java | Python | ||
| 1444 | Number of Ways of Cutting a Pizza | Swift | Java | Python | |
| 1443 | Minimum Time to Collect All Apples in a Tree | Swift | Java | Python | |
| 1442 | Count Triplets That Can Form Two Arrays of Equal XOR | Swift | Java | Python | |
| 1441 | Build an Array With Stack Operations | Swift | Java | Python | |
| 1439 | Find the Kth Smallest Sum of a Matrix With Sorted Rows | Swift | Java | Python | |
| 1438 | Longest Continuous Subarray With Absolute Diff Less Than or Equal to Limit | Swift | Java | Python | |
| 1437 | Check If All 1's Are at Least Length K Places Away | Java | Python | ||
| 1436 | Destination City | Swift | Java | Python | |
| 1434 | Number of Ways to Wear Different Hats to Each Other | Swift | Java | Python | |
| 1433 | Check If a String Can Break Another String | Swift | Java | Python | |
| 1432 | Max Difference You Can Get From Changing an Integer | Swift | Java | Python | |
| 1431 | Kids With the Greatest Number of Candies | Swift | Java | Python | |
| 1430 | Check If a String Is a Valid Sequence from Root to Leaves Path in a Binary Tree | Swift | Java | Python | |
| 1429 | First Unique Number | Swift | Java | Python | |
| 1428 | Leftmost Column with at Least a One | Swift | Java | Python | |
| 1427 | Perform String Shifts | Swift | Java | Python | |
| 1426 | Counting Elements | Swift | Java | Python | |
| 1425 | Constrained Subsequence Sum | Swift | Java | Python | |
| 1424 | Diagonal Traverse II | Swift | Java | Python | |
| 1423 | Maximum Points You Can Obtain from Cards | Java | Python | ||
| 1422 | Maximum Score After Splitting a String | Java | Python | ||
| 1420 | Build Array Where You Can Find The Maximum Exactly K Comparisons | Swift | Java | Python | |
| 1419 | Minimum Number of Frogs Croaking | Swift | Java | Python | |
| 1418 | Display Table of Food Orders in a Restaurant | Swift | Java | Python | |
| 1417 | Reformat The String | Swift | Java | Python | |
| 1416 | Restore The Array | Swift | Java | Python | |
| 1415 | The k-th Lexicographical String of All Happy Strings of Length n | Swift | Java | Python | |
| 1414 | Find the Minimum Number of Fibonacci Numbers Whose Sum Is K | Swift | Java | Python | |
| 1413 | Minimum Value to Get Positive Step by Step Sum | Java | Python | ||
| 1411 | Number of Ways to Paint N Ă— 3 Grid | Swift | Java | Python | |
| 1410 | HTML Entity Parser | Swift | Java | Python | |
| 1409 | Queries on a Permutation With Key | Swift | Java | Python | |
| 1408 | String Matching in an Array | Swift | Java | Python | |
| 1406 | Stone Game III | Swift | Java | Python | |
| 1405 | Longest Happy String | Swift | Java | Python | |
| 1404 | Number of Steps to Reduce a Number in Binary Representation to One | Swift | Java | Python | |
| 1403 | Minimum Subsequence in Non-Increasing Order | Swift | Java | Python | |
| 1402 | Reducing Dishes | Swift | Java | Python | |
| 1401 | Circle and Rectangle Overlapping | Swift | Java | Python | |
| 1400 | Construct K Palindrome Strings | Swift | Java | Python | |
| 1399 | Count Largest Group | Swift | Java | Python | |
| 1397 | Find All Good Strings | Swift | Java | Python | |
| 1396 | Design Underground System | Java | Python | ||
| 1395 | Count Number of Teams | Swift | Java | Python | |
| 1394 | Find Lucky Integer in an Array | Swift | Java | Python | |
| 1392 | Longest Happy Prefix | Swift | Java | Python | |
| 1391 | Check if There is a Valid Path in a Grid | Java | Python | ||
| 1390 | Four Divisors | Java | Python | ||
| 1389 | Create Target Array in the Given Order | Swift | Java | Python | |
| 1388 | Pizza With 3n Slices | Swift | Java | Python | |
| 1387 | Sort Integers by The Power Value | Swift | Java | Python | |
| 1386 | Cinema Seat Allocation | Swift | Java | Python | |
| 1385 | Find the Distance Value Between Two Arrays | Swift | Java | Python | |
| 1383 | Maximum Performance of a Team | Swift | Java | Python | |
| 1382 | Balance a Binary Search Tree | Java | Python | ||
| 1381 | Design a Stack With Increment Operation | Swift | Java | Python | |
| 1380 | Lucky Numbers in a Matrix | Swift | Java | Python | |
| 1379 | Find a Corresponding Node of a Binary Tree in a Clone of That Tree | Swift | Java | Python | |
| 1377 | Frog Position After T Seconds | Swift | Java | Python | |
| 1376 | Time Needed to Inform All Employees | Swift | Java | Python | |
| 1375 | Number of Times Binary String Is Prefix-Aligned | Swift | Java | Python | |
| 1374 | Generate a String With Characters That Have Odd Counts | Swift | Java | Python | |
| 1373 | Maximum Sum BST in Binary Tree | Java | Python | ||
| 1372 | Longest ZigZag Path in a Binary Tree | Swift | Java | Python | |
| 1371 | Find the Longest Substring Containing Vowels in Even Counts | Swift | Java | Python | |
| 1370 | Increasing Decreasing String | Swift | Java | Python | |
| 1368 | Minimum Cost to Make at Least One Valid Path in a Grid | Swift | Java | Python | |
| 1367 | Linked List in Binary Tree | Swift | Java | Python | |
| 1366 | Rank Teams by Votes | Swift | Java | Python | |
| 1365 | How Many Numbers Are Smaller Than the Current Number | Swift | Java | Python | |
| 1363 | Largest Multiple of Three | Swift | Java | Python | |
| 1362 | Closest Divisors | Swift | Java | Python | |
| 1361 | Validate Binary Tree Nodes | Swift | Java | Python | |
| 1360 | Number of Days Between Two Dates | Swift | Java | Python | |
| 1359 | Count All Valid Pickup and Delivery Options | Java | Python | ||
| 1358 | Number of Substrings Containing All Three Characters | Swift | Java | Python | |
| 1357 | Apply Discount Every n Orders | Swift | Java | Python | |
| 1356 | Sort Integers by The Number of 1 Bits | Swift | Java | Python | |
| 1354 | Construct Target Array With Multiple Sums | Java | Python | ||
| 1353 | Maximum Number of Events That Can Be Attended | Swift | Java | Python | |
| 1352 | Product of the Last K Numbers | Swift | Java | Python | |
| 1351 | Count Negative Numbers in a Sorted Matrix | Swift | Java | Python | |
| 1349 | Maximum Students Taking Exam | Swift | Java | Python | |
| 1348 | Tweet Counts Per Frequency | Swift | Java | Python | |
| 1347 | Minimum Number of Steps to Make Two Strings Anagram | Swift | Java | Python | |
| 1346 | Check If N and Its Double Exist | Swift | Java | Python | |
| 1345 | Jump Game IV | Swift | Java | Python | |
| 1344 | Angle Between Hands of a Clock | Java | Python | ||
| 1343 | Number of Sub-arrays of Size K and Average Greater than or Equal to Threshold | Swift | Java | Python | |
| 1342 | Number of Steps to Reduce a Number to Zero | Java | Python | ||
| 1340 | Jump Game V | Swift | Java | Python | |
| 1339 | Maximum Product of Splitted Binary Tree | Java | Python | ||
| 1338 | Reduce Array Size to The Half | Java | Python | ||
| 1337 | The K Weakest Rows in a Matrix | Java | Python | ||
| 1335 | Minimum Difficulty of a Job Schedule | Swift | Java | Python | |
| 1334 | Find the City With the Smallest Number of Neighbors at a Threshold Distance | Swift | Java | Python | |
| 1333 | Filter Restaurants by Vegan-Friendly, Price and Distance | Swift | Java | Python | |
| 1332 | Remove Palindromic Subsequences | Swift | Java | Python | |
| 1331 | Rank Transform of an Array | Java | Python | ||
| 1330 | Reverse Subarray To Maximize Array Value | Swift | Java | Python | |
| 1329 | Sort the Matrix Diagonally | Swift | Java | Python | |
| 1328 | Break a Palindrome | Java | Python | ||
| 1326 | Minimum Number of Taps to Open to Water a Garden | Swift | Java | Python | |
| 1325 | Delete Leaves With a Given Value | Swift | Java | Python | |
| 1324 | Print Words Vertically | Swift | Java | Python | |
| 1323 | Maximum 69 Number | Swift | Java | Python | |
| 1320 | Minimum Distance to Type a Word Using Two Fingers | Swift | Java | Python | |
| 1319 | Number of Operations to Make Network Connected | Swift | Java | Python | |
| 1318 | Minimum Flips to Make a OR b Equal to c | Java | Python | ||
| 1317 | Convert Integer to the Sum of Two No-Zero Integers | Swift | Java | Python | |
| 1316 | Distinct Echo Substrings | Swift | Java | Python | |
| 1315 | Sum of Nodes with Even-Valued Grandparent | Swift | Java | Python | |
| 1314 | Matrix Block Sum | Swift | Java | Python | |
| 1313 | Decompress Run-Length Encoded List | Swift | Java | Python | |
| 1312 | Minimum Insertion Steps to Make a String Palindrome | Swift | Java | Python | |
| 1311 | Get Watched Videos by Your Friends | Swift | Java | Python | |
| 1310 | XOR Queries of a Subarray | Swift | Java | Python | |
| 1309 | Decrypt String from Alphabet to Integer Mapping | Swift | Java | Python | |
| 1307 | Verbal Arithmetic Puzzle | Swift | Java | Python | |
| 1306 | Jump Game III | Java | Python | ||
| 1305 | All Elements in Two Binary Search Trees | Java | Python | ||
| 1304 | Find N Unique Integers Sum up to Zero | Swift | Java | Python | |
| 1302 | Deepest Leaves Sum | Java | Python | ||
| 1301 | Number of Paths with Max Score | Swift | Java | Python | |
| 1300 | Sum of Mutated Array Closest to Target | Swift | Java | Python | |
| 1299 | Replace Elements with Greatest Element on Right Side | Swift | Java | Python | |
| 1298 | Maximum Candies You Can Get from Boxes | Swift | Java | Python | |
| 1297 | Maximum Number of Occurrences of a Substring | Swift | Java | Python | |
| 1296 | Divide Array in Sets of K Consecutive Numbers | Swift | Java | Python | |
| 1295 | Find Numbers with Even Number of Digits | Swift | Java | Python | |
| 1293 | Shortest Path in a Grid with Obstacles Elimination | Java | Python | ||
| 1292 | Maximum Side Length of a Square with Sum Less than or Equal to Threshold | Swift | Java | Python | |
| 1291 | Sequential Digits | Java | Python | ||
| 1290 | Convert Binary Number in a Linked List to Integer | Java | Python | ||
| 1289 | Minimum Falling Path Sum II | Swift | Java | Python | |
| 1288 | Remove Covered Intervals | Java | Python | ||
| 1287 | Element Appearing More Than 25% In Sorted Array | Java | Python | ||
| 1286 | Iterator for Combination | Java | Python | ||
| 1284 | Minimum Number of Flips to Convert Binary Matrix to Zero Matrix | Swift | Java | Python | |
| 1283 | Find the Smallest Divisor Given a Threshold | Java | Python | ||
| 1282 | Group the People Given the Group Size They Belong To | Swift | Java | Python | |
| 1281 | Subtract the Product and Sum of Digits of an Integer | Swift | Java | Python | |
| 1278 | Palindrome Partitioning III | Swift | Java | Python | |
| 1277 | Count Square Submatrices with All Ones | Java | Python | ||
| 1276 | Number of Burgers with No Waste of Ingredients | Swift | Java | Python | |
| 1275 | Find Winner on a Tic Tac Toe Game | Java | Python | ||
| 1274 | Number of Ships in a Rectangle | Swift | Java | Python | |
| 1273 | Delete Tree Nodes | Swift | Java | Python | |
| 1272 | Remove Interval | Swift | Java | Python | |
| 1271 | Hexspeak | Swift | Java | Python | |
| 1269 | Number of Ways to Stay in the Same Place After Some Steps | Swift | Java | Python | |
| 1268 | Search Suggestions System | Java | Python | ||
| 1267 | Count Servers that Communicate | Swift | Java | Python | |
| 1266 | Minimum Time Visiting All Points | Swift | Java | Python | |
| 1265 | Print Immutable Linked List in Reverse | Swift | Java | Python | |
| 1263 | Minimum Moves to Move a Box to Their Target Location | Swift | Java | Python | |
| 1262 | Greatest Sum Divisible by Three | Swift | Java | Python | |
| 1261 | Find Elements in a Contaminated Binary Tree | Swift | Java | Python | |
| 1260 | Shift 2D Grid | Swift | Java | Python | |
| 1259 | Handshakes That Don't Cross | Swift | Java | Python | |
| 1258 | Synonymous Sentences | Swift | Java | Python | |
| 1257 | Smallest Common Region | Swift | Java | Python | |
| 1256 | Encode Number | Swift | Java | Python | |
| 1255 | Maximum Score Words Formed by Letters | Swift | Java | Python | |
| 1254 | Number of Closed Islands | Swift | Java | Python | |
| 1253 | Reconstruct a 2-Row Binary Matrix | Swift | Java | Python | |
| 1252 | Cells with Odd Values in a Matrix | Swift | Java | Python | |
| 1250 | Check If It Is a Good Array | Swift | Java | Python | |
| 1249 | Minimum Remove to Make Valid Parentheses | Java | Python | ||
| 1248 | Count Number of Nice Subarrays | Swift | Java | Python | |
| 1247 | Minimum Swaps to Make Strings Equal | Swift | Java | Python | |
| 1246 | Palindrome Removal | Swift | Java | Python | |
| 1245 | Tree Diameter | Swift | Java | Python | |
| 1244 | Design A Leaderboard | Swift | Java | Python | |
| 1243 | Array Transformation | Swift | Java | Python | |
| 1240 | Tiling a Rectangle with the Fewest Squares | Swift | Java | Python | |
| 1239 | Maximum Length of a Concatenated String with Unique Characters | Java | Python | ||
| 1238 | Circular Permutation in Binary Representation | Swift | Java | Python | |
| 1237 | Find Positive Integer Solution for a Given Equation | Swift | Java | Python | |
| 1236 | Web Crawler | Swift | Java | Python | |
| 1235 | Maximum Profit in Job Scheduling | Java | Python | ||
| 1234 | Replace the Substring for Balanced String | Swift | Java | Python | |
| 1233 | Remove Sub-Folders from the Filesystem | Swift | Java | Python | |
| 1232 | Check If It Is a Straight Line | Swift | Java | Python | |
| 1231 | Divide Chocolate | Swift | Java | Python | |
| 1230 | Toss Strange Coins | Swift | Java | Python | |
| 1229 | Meeting Scheduler | Swift | Java | Python | |
| 1228 | Missing Number In Arithmetic Progression | Swift | Java | Python | |
| 1227 | Airplane Seat Assignment Probability | Swift | Java | Python | |
| 1224 | Maximum Equal Frequency | Swift | Java | Python | |
| 1223 | Dice Roll Simulation | Swift | Java | Python | |
| 1222 | Queens That Can Attack the King | Swift | Java | Python | |
| 1221 | Split a String in Balanced Strings | Swift | Java | Python | |
| 1220 | Count Vowels Permutation | Java | Python | ||
| 1219 | Path with Maximum Gold | Java | Python | ||
| 1218 | Longest Arithmetic Subsequence of Given Difference | Swift | Java | Python | |
| 1217 | Minimum Cost to Move Chips to The Same Position | Java | Python | ||
| 1216 | Valid Palindrome III | Swift | Java | Python | |
| 1215 | Stepping Numbers | Swift | Java | Python | |
| 1214 | Two Sum BSTs | Swift | Java | Python | |
| 1213 | Intersection of Three Sorted Arrays | Swift | Java | Python | |
| 1210 | Minimum Moves to Reach Target with Rotations | Swift | Java | Python | |
| 1209 | Remove All Adjacent Duplicates in String II | Java | Python | ||
| 1208 | Get Equal Substrings Within Budget | Swift | Java | Python | |
| 1207 | Unique Number of Occurrences | Swift | Java | Python | |
| 1206 | Design Skiplist | Swift | Java | Python | |
| 1203 | Sort Items by Groups Respecting Dependencies | Swift | Java | Python | |
| 1202 | Smallest String With Swaps | Java | Python | ||
| 1201 | Ugly Number III | Java | Python | ||
| 1200 | Minimum Absolute Difference | Swift | Java | Python | |
| 1199 | Minimum Time to Build Blocks | Swift | Java | Python | |
| 1198 | Find Smallest Common Element in All Rows | Swift | Java | Python | |
| 1197 | Minimum Knight Moves | Swift | Java | Python | |
| 1196 | How Many Apples Can You Put into the Basket | Swift | Java | Python | |
| 1192 | Critical Connections in a Network | Java | Python | ||
| 1191 | K-Concatenation Maximum Sum | Swift | Java | Python | |
| 1190 | Reverse Substrings Between Each Pair of Parentheses | Swift | Java | Python | |
| 1189 | Maximum Number of Balloons | Java | Python | ||
| 1187 | Make Array Strictly Increasing | Swift | Java | Python | |
| 1186 | Maximum Subarray Sum with One Deletion | Java | Python | ||
| 1185 | Day of the Week | Swift | Java | Python | |
| 1184 | Distance Between Bus Stops | Swift | Java | Python | |
| 1183 | Maximum Number of Ones | Swift | Java | Python | |
| 1182 | Shortest Distance to Target Color | Swift | Java | Python | |
| 1181 | Before and After Puzzle | Swift | Java | Python | |
| 1180 | Count Substrings with Only One Distinct Letter | Swift | Java | Python | |
| 1178 | Number of Valid Words for Each Puzzle | Swift | Java | Python | |
| 1177 | Can Make Palindrome from Substring | Swift | Java | Python | |
| 1176 | Diet Plan Performance | Swift | Java | Python | |
| 1175 | Prime Arrangements | Swift | Java | Python | |
| 1172 | Dinner Plate Stacks | Swift | Java | Python | |
| 1171 | Remove Zero Sum Consecutive Nodes from Linked List | Swift | Java | Python | |
| 1170 | Compare Strings by Frequency of the Smallest Character | Swift | Java | Python | |
| 1169 | Invalid Transactions | Swift | Java | Python | |
| 1168 | Optimize Water Distribution in a Village | Swift | Java | Python | |
| 1167 | Minimum Cost to Connect Sticks | Swift | Java | Python | |
| 1166 | Design File System | Swift | Java | Python | |
| 1165 | Single-Row Keyboard | Swift | Java | Python | |
| 1163 | Last Substring in Lexicographical Order | Swift | Java | Python | |
| 1162 | As Far from Land as Possible | Swift | Java | Python | |
| 1161 | Maximum Level Sum of a Binary Tree | Swift | Java | Python | |
| 1160 | Find Words That Can Be Formed by Characters | Swift | Java | Python | |
| 1157 | Online Majority Element In Subarray | Swift | Java | Python | |
| 1156 | Swap For Longest Repeated Character Substring | Swift | Java | Python | |
| 1155 | Number of Dice Rolls With Target Sum | Swift | Java | Python | |
| 1154 | Day of the Year | Swift | Java | Python | |
| 1153 | String Transforms Into Another String | Swift | Java | Python | |
| 1152 | Analyze User Website Visit Pattern | Swift | Java | Python | |
| 1151 | Minimum Swaps to Group All 1's Together | Swift | Java | Python | |
| 1150 | Check If a Number Is Majority Element in a Sorted Array | Swift | Java | Python | |
| 1147 | Longest Chunked Palindrome Decomposition | Swift | Java | Python | |
| 1146 | Snapshot Array | Swift | Java | Python | |
| 1145 | Binary Tree Coloring Game | Swift | Java | Python | |
| 1144 | Decrease Elements To Make Array Zigzag | Swift | Java | Python | |
| 1143 | Longest Common Subsequence | Java | Python | ||
| 1140 | Stone Game II | Swift | Java | Python | |
| 1139 | Largest 1-Bordered Square | Swift | Java | Python | |
| 1138 | Alphabet Board Path | Swift | Java | Python | |
| 1137 | N-th Tribonacci Number | Java | Python | ||
| 1136 | Parallel Courses | Swift | Java | Python | |
| 1135 | Connecting Cities With Minimum Cost | Swift | Java | Python | |
| 1134 | Armstrong Number | Swift | Java | Python | |
| 1133 | Largest Unique Number | Swift | Java | Python | |
| 1131 | Maximum of Absolute Value Expression | Swift | Java | Python | |
| 1130 | Minimum Cost Tree From Leaf Values | Swift | Java | Python | |
| 1129 | Shortest Path with Alternating Colors | Swift | Java | Python | |
| 1128 | Number of Equivalent Domino Pairs | Java | Python | ||
| 1125 | Smallest Sufficient Team | Swift | Java | Python | |
| 1124 | Longest Well-Performing Interval | Swift | Java | Python | |
| 1123 | Lowest Common Ancestor of Deepest Leaves | Java | Python | ||
| 1122 | Relative Sort Array | Swift | Java | Python | |
| 1121 | Divide Array Into Increasing Sequences | Swift | Java | Python | |
| 1120 | Maximum Average Subtree | Swift | Java | Python | |
| 1119 | Remove Vowels from a String | Swift | Java | Python | |
| 1118 | Number of Days in a Month | Swift | Java | Python | |
| 1111 | Maximum Nesting Depth of Two Valid Parentheses Strings | Swift | Java | Python | |
| 1110 | Delete Nodes And Return Forest | Swift | Java | Python | |
| 1109 | Corporate Flight Bookings | Swift | Java | Python | |
| 1108 | Defanging an IP Address | Swift | Java | Python | |
| 1106 | Parsing A Boolean Expression | Swift | Java | Python | |
| 1105 | Filling Bookcase Shelves | Swift | Java | Python | |
| 1104 | Path In Zigzag Labelled Binary Tree | Swift | Java | Python | |
| 1103 | Distribute Candies to People | Java | Python | ||
| 1102 | Path With Maximum Minimum Value | Swift | Java | Python | |
| 1101 | The Earliest Moment When Everyone Become Friends | Swift | Java | Python | |
| 1100 | Find K-Length Substrings With No Repeated Characters | Swift | Java | Python | |
| 1099 | Two Sum Less Than K | Swift | Java | Python | |
| 1096 | Brace Expansion II | Swift | Java | Python | |
| 1095 | Find in Mountain Array | Swift | Java | Python | |
| 1094 | Car Pooling | Java | Python | ||
| 1093 | Statistics from a Large Sample | Swift | Java | Python | |
| 1092 | Shortest Common Supersequence | Swift | Java | Python | |
| 1091 | Shortest Path in Binary Matrix | Java | Python | ||
| 1090 | Largest Values From Labels | Swift | Java | Python | |
| 1089 | Duplicate Zeros | Swift | Java | Python | |
| 1088 | Confusing Number II | Swift | Java | Python | |
| 1087 | Brace Expansion | Swift | Java | Python | |
| 1086 | High Five | Swift | Java | Python | |
| 1085 | Sum of Digits in the Minimum Number | Swift | Java | Python | |
| 1081 | Smallest Subsequence of Distinct Characters | Swift | Java | Python | |
| 1080 | Insufficient Nodes in Root to Leaf Paths | Swift | Java | Python | |
| 1079 | Letter Tile Possibilities | Swift | Java | Python | |
| 1078 | Occurrences After Bigram | Swift | Java | Python | |
| 1074 | Number of Submatrices That Sum to Target | Java | Python | ||
| 1073 | Adding Two Negabinary Numbers | Swift | Java | Python | |
| 1072 | Flip Columns For Maximum Number of Equal Rows | Swift | Java | Python | |
| 1071 | Greatest Common Divisor of Strings | Swift | Java | Python | |
| 1067 | Digit Count in Range | Swift | Java | Python | |
| 1066 | Campus Bikes II | Swift | Java | Python | |
| 1065 | Index Pairs of a String | Swift | Java | Python | |
| 1064 | Fixed Point | Swift | Java | Python | |
| 1063 | Number of Valid Subarrays | Swift | Java | Python | |
| 1062 | Longest Repeating Substring | Swift | Java | Python | |
| 1061 | Lexicographically Smallest Equivalent String | Swift | Java | Python | |
| 1060 | Missing Element in Sorted Array | Swift | Java | Python | |
| 1059 | All Paths from Source Lead to Destination | Swift | Java | Python | |
| 1058 | Minimize Rounding Error to Meet Target | Swift | Java | Python | |
| 1057 | Campus Bikes | Swift | Java | Python | |
| 1056 | Confusing Number | Swift | Java | Python | |
| 1055 | Shortest Way to Form String | Swift | Java | Python | |
| 1054 | Distant Barcodes | Swift | Java | Python | |
| 1053 | Previous Permutation With One Swap | Swift | Java | Python | |
| 1052 | Grumpy Bookstore Owner | Swift | Java | Python | |
| 1051 | Height Checker | Swift | Java | Python | |
| 1049 | Last Stone Weight II | Swift | Java | Python | |
| 1048 | Longest String Chain | Java | Python | ||
| 1047 | Remove All Adjacent Duplicates In String | Java | Python | ||
| 1046 | Last Stone Weight | Java | Python | ||
| 1044 | Longest Duplicate Substring | Swift | Java | Python | |
| 1043 | Partition Array for Maximum Sum | Swift | Java | Python | |
| 1042 | Flower Planting With No Adjacent | Swift | Java | Python | |
| 1041 | Robot Bounded In Circle | Java | Python | ||
| 1040 | Moving Stones Until Consecutive II | Swift | Java | Python | |
| 1039 | Minimum Score Triangulation of Polygon | Swift | Java | Python | |
| 1038 | Binary Search Tree to Greater Sum Tree | Java | Python | ||
| 1037 | Valid Boomerang | Swift | Java | Python | |
| 1036 | Escape a Large Maze | Swift | Java | Python | |
| 1035 | Uncrossed Lines | Java | Python | ||
| 1034 | Coloring A Border | Swift | Java | Python | |
| 1033 | Moving Stones Until Consecutive | Swift | Java | Python | |
| 1032 | Stream of Characters | Java | Python | ||
| 1031 | Maximum Sum of Two Non-Overlapping Subarrays | Swift | Java | Python | |
| 1030 | Matrix Cells in Distance Order | Swift | Java | Python | |
| 1029 | Two City Scheduling | Java | Python | ||
| 1028 | Recover a Tree From Preorder Traversal | Java | Python | ||
| 1027 | Longest Arithmetic Subsequence | Swift | Java | Python | |
| 1026 | Maximum Difference Between Node and Ancestor | Java | Python | ||
| 1025 | Divisor Game | Swift | Java | Python | |
| 1024 | Video Stitching | Swift | Java | Python | |
| 1023 | Camelcase Matching | Swift | Java | Python | |
| 1022 | Sum of Root To Leaf Binary Numbers | Java | Python | ||
| 1021 | Remove Outermost Parentheses | Swift | Java | Python | |
| 1020 | Number of Enclaves | Swift | Java | Python | |
| 1019 | Next Greater Node In Linked List | Swift | Java | Python | |
| 1018 | Binary Prefix Divisible By 5 | Swift | Java | Python | |
| 1017 | Convert to Base -2 | Swift | Java | Python | |
| 1016 | Binary String With Substrings Representing 1 To N | Swift | Java | Python | |
| 1015 | Smallest Integer Divisible by K | Java | Python | ||
| 1014 | Best Sightseeing Pair | Swift | Java | Python | |
| 1013 | Partition Array Into Three Parts With Equal Sum | Swift | Java | Python | |
| 1012 | Numbers With Repeated Digits | Swift | Java | Python | |
| 1011 | Capacity To Ship Packages Within D Days | Swift | Java | Python | |
| 1010 | Pairs of Songs With Total Durations Divisible by 60 | Java | Python | ||
| 1009 | Complement of Base 10 Integer | Java | Python | ||
| 1008 | Construct Binary Search Tree from Preorder Traversal | Java | Python | ||
| 1007 | Minimum Domino Rotations For Equal Row | Java | Python | ||
| 1006 | Clumsy Factorial | Swift | Java | Python | |
| 1005 | Maximize Sum Of Array After K Negations | Swift | Java | Python | |
| 1004 | Max Consecutive Ones III | Java | Python | ||
| 1003 | Check If Word Is Valid After Substitutions | Swift | Java | Python | |
| 1002 | Find Common Characters | Swift | Java | Python | |
| 1001 | Grid Illumination | Swift | Java | Python | |
| 1000 | Minimum Cost to Merge Stones | Swift | Java | Python | |
| 999 | Available Captures for Rook | Swift | Java | Python | |
| 998 | Maximum Binary Tree II | Swift | Java | Python | |
| 997 | Find the Town Judge | Java | Python | ||
| 996 | Number of Squareful Arrays | Swift | Java | Python | |
| 995 | Minimum Number of K Consecutive Bit Flips | Swift | Java | Python | |
| 994 | Rotting Oranges | Java | Python | ||
| 993 | Cousins in Binary Tree | Java | Python | ||
| 992 | Subarrays with K Different Integers | Swift | Java | Python | |
| 991 | Broken Calculator | Java | Python | ||
| 990 | Satisfiability of Equality Equations | Swift | Java | Python | |
| 989 | Add to Array-Form of Integer | Swift | Java | Python | |
| 988 | Smallest String Starting From Leaf | Swift | Java | Python | |
| 987 | Vertical Order Traversal of a Binary Tree | Java | Python | ||
| 986 | Interval List Intersections | Java | Python | ||
| 985 | Sum of Even Numbers After Queries | Swift | Java | Python | |
| 984 | String Without AAA or BBB | Swift | Java | Python | |
| 983 | Minimum Cost For Tickets | Java | Python | ||
| 982 | Triples with Bitwise AND Equal To Zero | Swift | Java | Python | |
| 981 | Time Based Key-Value Store | Swift | Java | Python | |
| 980 | Unique Paths III | Java | Python | ||
| 979 | Distribute Coins in Binary Tree | Swift | Java | Python | |
| 978 | Longest Turbulent Subarray | Java | Python | ||
| 977 | Squares of a Sorted Array | Java | Python | ||
| 976 | Largest Perimeter Triangle | Swift | Java | Python | |
| 975 | Odd Even Jump | Swift | Java | Python | |
| 974 | Subarray Sums Divisible by K | Swift | Java | Python | |
| 973 | K Closest Points to Origin | Java | Python | ||
| 972 | Equal Rational Numbers | Swift | Java | Python | |
| 971 | Flip Binary Tree To Match Preorder Traversal | Java | Python | ||
| 970 | Powerful Integers | Java | Python | ||
| 969 | Pancake Sorting | Java | Python | ||
| 968 | Binary Tree Cameras | Java | Python | ||
| 967 | Numbers With Same Consecutive Differences | Java | Python | ||
| 966 | Vowel Spellchecker | Java | Python | ||
| 965 | Univalued Binary Tree | Swift | Java | Python | |
| 964 | Least Operators to Express Number | Swift | Java | Python | |
| 963 | Minimum Area Rectangle II | Swift | Java | Python | |
| 962 | Maximum Width Ramp | Swift | Java | Python | |
| 961 | N-Repeated Element in Size 2N Array | Swift | Java | Python | |
| 960 | Delete Columns to Make Sorted III | Swift | Java | Python | |
| 959 | Regions Cut By Slashes | Swift | Java | Python | |
| 958 | Check Completeness of a Binary Tree | Swift | Java | Python | |
| 957 | Prison Cells After N Days | Swift | Java | Python | |
| 956 | Tallest Billboard | Swift | Java | Python | |
| 955 | Delete Columns to Make Sorted II | Swift | Java | Python | |
| 954 | Array of Doubled Pairs | Java | Python | ||
| 953 | Verifying an Alien Dictionary | Java | Python | ||
| 952 | Largest Component Size by Common Factor | Java | Python | ||
| 951 | Flip Equivalent Binary Trees | Java | Python | ||
| 950 | Reveal Cards In Increasing Order | Swift | Java | Python | |
| 949 | Largest Time for Given Digits | Java | Python | ||
| 948 | Bag of Tokens | Java | Python | ||
| 947 | Most Stones Removed with Same Row or Column | Swift | Java | Python | |
| 946 | Validate Stack Sequences | Java | Python | ||
| 945 | Minimum Increment to Make Array Unique | Swift | Java | Python | |
| 944 | Delete Columns to Make Sorted | Swift | Java | Python | |
| 943 | Find the Shortest Superstring | Java | Python | ||
| 942 | DI String Match | Swift | Java | Python | |
| 941 | Valid Mountain Array | Java | Python | ||
| 940 | Distinct Subsequences II | Swift | Java | Python | |
| 939 | Minimum Area Rectangle | Swift | Java | Python | |
| 938 | Range Sum of BST | Java | Python | ||
| 937 | Reorder Data in Log Files | Swift | Java | Python | |
| 936 | Stamping The Sequence | Java | Python | ||
| 935 | Knight Dialer | Swift | Java | Python | |
| 934 | Shortest Bridge | Java | Python | ||
| 933 | Number of Recent Calls | Java | Python | ||
| 932 | Beautiful Array | Swift | Java | Python | |
| 931 | Minimum Falling Path Sum | Swift | Java | Python | |
| 930 | Binary Subarrays With Sum | Swift | Java | Python | |
| 929 | Unique Email Addresses | Java | Python | ||
| 928 | Minimize Malware Spread II | Swift | Java | Python | |
| 927 | Three Equal Parts | Java | Python | ||
| 926 | Flip String to Monotone Increasing | Java | Python | ||
| 925 | Long Pressed Name | Swift | Java | Python | |
| 924 | Minimize Malware Spread | Swift | Java | Python | |
| 923 | 3Sum With Multiplicity | Java | Python | ||
| 922 | Sort Array By Parity II | Java | Python | ||
| 921 | Minimum Add to Make Parentheses Valid | Swift | Java | Python | |
| 920 | Number of Music Playlists | Swift | Java | Python | |
| 919 | Complete Binary Tree Inserter | Swift | Java | Python | |
| 918 | Maximum Sum Circular Subarray | Java | Python | ||
| 917 | Reverse Only Letters | Java | Python | ||
| 916 | Word Subsets | Java | Python | ||
| 915 | Partition Array into Disjoint Intervals | Java | Python | ||
| 914 | X of a Kind in a Deck of Cards | Swift | Java | Python | |
| 913 | Cat and Mouse | Swift | Java | Python | |
| 912 | Sort an Array | Swift | Java | Python | |
| 911 | Online Election | Swift | Java | Python | |
| 910 | Smallest Range II | Swift | Java | Python | |
| 909 | Snakes and Ladders | Swift | Java | Python | |
| 908 | Smallest Range I | Swift | Java | Python | |
| 907 | Sum of Subarray Minimums | Swift | Java | Python | |
| 906 | Super Palindromes | Swift | Java | Python | |
| 905 | Sort Array By Parity | Java | Python | ||
| 904 | Fruit Into Baskets | Swift | Java | Python | |
| 903 | Valid Permutations for DI Sequence | Swift | Java | Python | |
| 902 | Numbers At Most N Given Digit Set | Java | Python | ||
| 901 | Online Stock Span | Java | Python | ||
| 900 | RLE Iterator | Swift | Java | Python | |
| 899 | Orderly Queue | Java | Python | ||
| 898 | Bitwise ORs of Subarrays | Swift | Java | Python | |
| 897 | Increasing Order Search Tree | Java | Python | ||
| 896 | Monotonic Array | Swift | Java | Python | |
| 895 | Maximum Frequency Stack | Java | Python | ||
| 894 | All Possible Full Binary Trees | Swift | Java | Python | |
| 893 | Groups of Special-Equivalent Strings | Swift | Java | Python | |
| 892 | Surface Area of 3D Shapes | Swift | Java | Python | |
| 891 | Sum of Subsequence Widths | Swift | Java | Python | |
| 890 | Find and Replace Pattern | Java | Python | ||
| 889 | Construct Binary Tree from Preorder and Postorder Traversal | Java | Python | ||
| 888 | Fair Candy Swap | Swift | Java | Python | |
| 887 | Super Egg Drop | Swift | Java | Python | |
| 886 | Possible Bipartition | Java | Python | ||
| 885 | Spiral Matrix III | Swift | Java | Python | |
| 884 | Uncommon Words from Two Sentences | Swift | Java | Python | |
| 883 | Projection Area of 3D Shapes | Swift | Java | Python | |
| 882 | Reachable Nodes In Subdivided Graph | Swift | Java | Python | |
| 881 | Boats to Save People | Java | Python | ||
| 880 | Decoded String at Index | Swift | Java | Python | |
| 879 | Profitable Schemes | Swift | Java | Python | |
| 878 | Nth Magical Number | Java | Python | ||
| 877 | Stone Game | Java | Python | ||
| 876 | Middle of the Linked List | Java | Python | ||
| 875 | Koko Eating Bananas | Java | Python | ||
| 874 | Walking Robot Simulation | Swift | Java | Python | |
| 873 | Length of Longest Fibonacci Subsequence | Swift | Java | Python | |
| 872 | Leaf-Similar Trees | Swift | Java | Python | |
| 871 | Minimum Number of Refueling Stops | Java | Python | ||
| 870 | Advantage Shuffle | Java | Python | ||
| 869 | Reordered Power of 2 | Java | Python | ||
| 868 | Binary Gap | Swift | Java | Python | |
| 867 | Transpose Matrix | Java | Python | ||
| 866 | Prime Palindrome | Swift | Java | Python | |
| 865 | Smallest Subtree with all the Deepest Nodes | Java | Python | ||
| 864 | Shortest Path to Get All Keys | Swift | Java | Python | |
| 863 | All Nodes Distance K in Binary Tree | Swift | Java | Python | |
| 862 | Shortest Subarray with Sum at Least K | Java | Python | ||
| 861 | Score After Flipping Matrix | Swift | Java | Python | |
| 860 | Lemonade Change | Swift | Java | Python | |
| 859 | Buddy Strings | Java | Python | ||
| 858 | Mirror Reflection | Swift | Java | Python | |
| 857 | Minimum Cost to Hire K Workers | Swift | Java | Python | |
| 856 | Score of Parentheses | Java | Python | ||
| 855 | Exam Room | Swift | Java | Python | |
| 854 | K-Similar Strings | Swift | Java | Python | |
| 853 | Car Fleet | Swift | Java | Python | |
| 852 | Peak Index in a Mountain Array | Swift | Java | Python | |
| 851 | Loud and Rich | Swift | Java | Python | |
| 850 | Rectangle Area II | Swift | Java | Python | |
| 849 | Maximize Distance to Closest Person | Java | Python | ||
| 848 | Shifting Letters | Java | Python | ||
| 847 | Shortest Path Visiting All Nodes | Java | Python | ||
| 846 | Hand of Straights | Swift | Java | Python | |
| 845 | Longest Mountain in Array | Java | Python | ||
| 844 | Backspace String Compare | Java | Python | ||
| 843 | Guess the Word | Swift | Java | Python | |
| 842 | Split Array into Fibonacci Sequence | Swift | Java | Python | |
| 841 | Keys and Rooms | Java | Python | ||
| 840 | Magic Squares In Grid | Swift | Java | Python | |
| 839 | Similar String Groups | Swift | Java | Python | |
| 838 | Push Dominoes | Java | Python | ||
| 837 | New 21 Game | Swift | Java | Python | |
| 836 | Rectangle Overlap | Swift | Java | Python | |
| 835 | Image Overlap | Java | Python | ||
| 834 | Sum of Distances in Tree | Swift | Java | Python | |
| 833 | Find And Replace in String | Swift | Java | Python | |
| 832 | Flipping an Image | Java | Python | ||
| 831 | Masking Personal Information | Swift | Java | Python | |
| 830 | Positions of Large Groups | Swift | Java | Python | |
| 829 | Consecutive Numbers Sum | Swift | Java | Python | |
| 828 | Count Unique Characters of All Substrings of a Given String | Swift | Java | Python | |
| 827 | Making A Large Island | Java | Python | ||
| 826 | Most Profit Assigning Work | Swift | Java | Python | |
| 825 | Friends Of Appropriate Ages | Swift | Java | Python | |
| 824 | Goat Latin | Java | Python | ||
| 823 | Binary Trees With Factors | Java | Python | ||
| 822 | Card Flipping Game | Swift | Java | Python | |
| 821 | Shortest Distance to a Character | Java | Python | ||
| 820 | Short Encoding of Words | Java | Python | ||
| 819 | Most Common Word | Swift | Java | Python | |
| 818 | Race Car | Swift | Java | Python | |
| 817 | Linked List Components | Swift | Java | Python | |
| 816 | Ambiguous Coordinates | Java | Python | ||
| 815 | Bus Routes | Swift | Java | Python | |
| 814 | Binary Tree Pruning | Java | Python | ||
| 813 | Largest Sum of Averages | Swift | Java | Python | |
| 812 | Largest Triangle Area | Swift | Java | Python | |
| 811 | Subdomain Visit Count | Swift | Java | Python | |
| 810 | Chalkboard XOR Game | Swift | Java | Python | |
| 809 | Expressive Words | Swift | Java | Python | |
| 808 | Soup Servings | Swift | Java | Python | |
| 807 | Max Increase to Keep City Skyline | Swift | Java | Python | |
| 806 | Number of Lines To Write String | Swift | Java | Python | |
| 805 | Split Array With Same Average | Swift | Java | Python | |
| 804 | Unique Morse Code Words | Java | Python | ||
| 803 | Bricks Falling When Hit | Swift | Java | Python | |
| 802 | Find Eventual Safe States | Swift | Java | Python | |
| 801 | Minimum Swaps To Make Sequences Increasing | Swift | Java | Python | |
| 800 | Similar RGB Color | Swift | Java | Python | |
| 799 | Champagne Tower | Java | Python | ||
| 798 | Smallest Rotation with Highest Score | Swift | Java | Python | |
| 797 | All Paths From Source to Target | Java | Python | ||
| 796 | Rotate String | Swift | Java | Python | |
| 795 | Number of Subarrays with Bounded Maximum | Java | Python | ||
| 794 | Valid Tic-Tac-Toe State | Swift | Java | Python | |
| 793 | Preimage Size of Factorial Zeroes Function | Swift | Java | Python | |
| 792 | Number of Matching Subsequences | Java | Python | ||
| 791 | Custom Sort String | Swift | Java | Python | |
| 790 | Domino and Tromino Tiling | Java | Python | ||
| 789 | Escape The Ghosts | Swift | Java | Python | |
| 788 | Rotated Digits | Swift | Java | Python | |
| 787 | Cheapest Flights Within K Stops | Java | Python | ||
| 786 | K-th Smallest Prime Fraction | Swift | Java | Python | |
| 785 | Is Graph Bipartite? | Java | Python | ||
| 784 | Letter Case Permutation | Java | Python | ||
| 783 | Minimum Distance Between BST Nodes | Java | Python | ||
| 782 | Transform to Chessboard | Swift | Java | Python | |
| 781 | Rabbits in Forest | Swift | Java | Python | |
| 780 | Reaching Points | Swift | Java | Python | |
| 779 | K-th Symbol in Grammar | Swift | Java | Python | |
| 778 | Swim in Rising Water | Java | Python | ||
| 777 | Swap Adjacent in LR String | Swift | Java | Python | |
| 776 | Split BST | Swift | Java | Python | |
| 775 | Global and Local Inversions | Swift | Java | Python | |
| 774 | Minimize Max Distance to Gas Station | Swift | Java | Python | |
| 773 | Sliding Puzzle | Swift | Java | Python | |
| 772 | Basic Calculator III | Swift | Java | Python | |
| 771 | Jewels and Stones | Java | Python | ||
| 770 | Basic Calculator IV | Swift | Java | Python | |
| 769 | Max Chunks To Make Sorted | Swift | Java | Python | |
| 768 | Max Chunks To Make Sorted II | Swift | Java | Python | |
| 767 | Reorganize String | Java | Python | ||
| 766 | Toeplitz Matrix | Swift | Java | Python | |
| 765 | Couples Holding Hands | Swift | Java | Python | |
| 764 | Largest Plus Sign | Java | Python | ||
| 763 | Partition Labels | Java | Python | ||
| 762 | Prime Number of Set Bits in Binary Representation | Swift | Java | Python | |
| 761 | Special Binary String | Swift | Java | Python | |
| 760 | Find Anagram Mappings | Swift | Java | Python | |
| 759 | Employee Free Time | Swift | Java | Python | |
| 758 | Bold Words in String | Swift | Java | Python | |
| 757 | Set Intersection Size At Least Two | Swift | Java | Python | |
| 756 | Pyramid Transition Matrix | Swift | Java | Python | |
| 755 | Pour Water | Swift | Java | Python | |
| 754 | Reach a Number | Swift | Java | Python | |
| 753 | Cracking the Safe | Swift | Java | Python | |
| 752 | Open the Lock | Java | Python | ||
| 751 | IP to CIDR | Swift | Java | Python | |
| 750 | Number Of Corner Rectangles | Swift | Java | Python | |
| 749 | Contain Virus | Swift | Java | Python | |
| 748 | Shortest Completing Word | Java | Python | ||
| 747 | Largest Number At Least Twice of Others | Java | Python | ||
| 746 | Min Cost Climbing Stairs | Java | Python | ||
| 745 | Prefix and Suffix Search | Swift | Java | Python | |
| 744 | Find Smallest Letter Greater Than Target | Java | Python | ||
| 743 | Network Delay Time | Java | Python | ||
| 742 | Closest Leaf in a Binary Tree | Swift | Java | Python | |
| 741 | Cherry Pickup | Swift | Java | Python | |
| 740 | Delete and Earn | Java | Python | ||
| 739 | Daily Temperatures | Java | Python | ||
| 738 | Monotone Increasing Digits | Swift | Java | Python | |
| 737 | Sentence Similarity II | Swift | Java | Python | |
| 736 | Parse Lisp Expression | Swift | Java | Python | |
| 735 | Asteroid Collision | Java | Python | ||
| 734 | Sentence Similarity | Swift | Java | Python | |
| 733 | Flood Fill | Java | Python | ||
| 732 | My Calendar III | Swift | Java | Python | |
| 731 | My Calendar II | Swift | Java | Python | |
| 730 | Count Different Palindromic Subsequences | Swift | Java | Python | |
| 729 | My Calendar I | Java | Python | ||
| 728 | Self Dividing Numbers | Swift | Java | Python | |
| 727 | Minimum Window Subsequence | Swift | Java | Python | |
| 726 | Number of Atoms | Swift | Java | Python | |
| 725 | Split Linked List in Parts | Java | Python | ||
| 724 | Find Pivot Index | Swift | Java | Python | |
| 723 | Candy Crush | Swift | Java | Python | |
| 722 | Remove Comments | Swift | Java | Python | |
| 721 | Accounts Merge | Java | Python | ||
| 720 | Longest Word in Dictionary | Swift | Java | Python | |
| 719 | Find K-th Smallest Pair Distance | Java | Python | ||
| 718 | Maximum Length of Repeated Subarray | Java | Python | ||
| 717 | 1-bit and 2-bit Characters | Swift | Java | Python | |
| 716 | Max Stack | Swift | Java | Python | |
| 715 | Range Module | Swift | Java | Python | |
| 714 | Best Time to Buy and Sell Stock with Transaction Fee | Java | Python | ||
| 713 | Subarray Product Less Than K | Java | Python | ||
| 712 | Minimum ASCII Delete Sum for Two Strings | Swift | Java | Python | |
| 711 | Number of Distinct Islands II | Swift | Java | Python | |
| 710 | Random Pick with Blacklist | Swift | Java | Python | |
| 709 | To Lower Case | Swift | Java | Python | |
| 708 | Insert into a Sorted Circular Linked List | Swift | Java | Python | |
| 707 | Design Linked List | Swift | Java | Python | |
| 706 | Design HashMap | Java | Python | ||
| 705 | Design HashSet | Java | Python | ||
| 704 | Binary Search | Java | Python | ||
| 703 | Kth Largest Element in a Stream | Java | Python | ||
| 702 | Search in a Sorted Array of Unknown Size | Swift | Java | Python | |
| 701 | Insert into a Binary Search Tree | Java | Python | ||
| 700 | Search in a Binary Search Tree | Swift | Java | Python | |
| 699 | Falling Squares | Swift | Java | Python | |
| 698 | Partition to K Equal Sum Subsets | Swift | Java | Python | |
| 697 | Degree of an Array | Swift | Java | Python | |
| 696 | Count Binary Substrings | Java | Python | ||
| 695 | Max Area of Island | Java | Python | ||
| 694 | Number of Distinct Islands | Swift | Java | Python | |
| 693 | Binary Number with Alternating Bits | Swift | Java | Python | |
| 692 | Top K Frequent Words | Swift | Java | Python | |
| 691 | Stickers to Spell Word | Swift | Java | Python | |
| 690 | Employee Importance | Swift | Java | Python | |
| 689 | Maximum Sum of 3 Non-Overlapping Subarrays | Java | Python | ||
| 688 | Knight Probability in Chessboard | Swift | Java | Python | |
| 687 | Longest Univalue Path | Swift | Java | Python | |
| 686 | Repeated String Match | Swift | Java | Python | |
| 685 | Redundant Connection II | Swift | Java | Python | |
| 684 | Redundant Connection | Java | Python | ||
| 683 | K Empty Slots | Swift | Java | Python | |
| 682 | Baseball Game | Java | Python | ||
| 681 | Next Closest Time | Swift | Java | Python | |
| 680 | Valid Palindrome II | Java | Python | ||
| 679 | 24 Game | Swift | Java | Python | |
| 678 | Valid Parenthesis String | Java | Python | ||
| 677 | Map Sum Pairs | Java | Python | ||
| 676 | Implement Magic Dictionary | Swift | Java | Python | |
| 675 | Cut Off Trees for Golf Event | Swift | Java | Python | |
| 674 | Longest Continuous Increasing Subsequence | Java | Python | ||
| 673 | Number of Longest Increasing Subsequence | Java | Python | ||
| 672 | Bulb Switcher II | Swift | Java | Python | |
| 671 | Second Minimum Node In a Binary Tree | Swift | Java | Python | |
| 670 | Maximum Swap | Swift | Java | Python | |
| 669 | Trim a Binary Search Tree | Java | Python | ||
| 668 | Kth Smallest Number in Multiplication Table | Swift | Java | Python | |
| 667 | Beautiful Arrangement II | Java | Python | ||
| 666 | Path Sum IV | Swift | Java | Python | |
| 665 | Non-decreasing Array | Java | Python | ||
| 664 | Strange Printer | Swift | Java | Python | |
| 663 | Equal Tree Partition | Swift | Java | Python | |
| 662 | Maximum Width of Binary Tree | Java | Python | ||
| 661 | Image Smoother | Swift | Java | Python | |
| 660 | Remove 9 | Swift | Java | Python | |
| 659 | Split Array into Consecutive Subsequences | Swift | Java | Python | |
| 658 | Find K Closest Elements | Java | Python | ||
| 657 | Robot Return to Origin | Swift | Java | Python | |
| 656 | Coin Path | Swift | Java | Python | |
| 655 | Print Binary Tree | Swift | Java | Python | |
| 654 | Maximum Binary Tree | Swift | Java | Python | |
| 653 | Two Sum IV - Input is a BST | Java | Python | ||
| 652 | Find Duplicate Subtrees | Swift | Java | Python | |
| 651 | 4 Keys Keyboard | Swift | Java | Python | |
| 650 | 2 Keys Keyboard | Swift | Java | Python | |
| 649 | Dota2 Senate | Swift | Java | Python | |
| 648 | Replace Words | Swift | Java | Python | |
| 647 | Palindromic Substrings | Java | Python | ||
| 646 | Maximum Length of Pair Chain | Swift | Java | Python | |
| 645 | Set Mismatch | Java | Python | ||
| 644 | Maximum Average Subarray II | Swift | Java | Python | |
| 643 | Maximum Average Subarray I | Swift | Java | Python | |
| 642 | Design Search Autocomplete System | Swift | Java | Python | |
| 641 | Design Circular Deque | Swift | Java | Python | |
| 640 | Solve the Equation | Swift | Java | Python | |
| 639 | Decode Ways II | Java | Python | ||
| 638 | Shopping Offers | Swift | Java | Python | |
| 637 | Average of Levels in Binary Tree | Swift | Java | Python | |
| 636 | Exclusive Time of Functions | Swift | Java | Python | |
| 635 | Design Log Storage System | Swift | Java | Python | |
| 634 | Find the Derangement of An Array | Swift | Java | Python | |
| 633 | Sum of Square Numbers | Java | Python | ||
| 632 | Smallest Range Covering Elements from K Lists | Swift | Java | Python | |
| 631 | Design Excel Sum Formula | Swift | Java | Python | |
| 630 | Course Schedule III | Java | Python | ||
| 629 | K Inverse Pairs Array | Java | Python | ||
| 628 | Maximum Product of Three Numbers | Swift | Java | Python | |
| 625 | Minimum Factorization | Swift | Java | Python | |
| 624 | Maximum Distance in Arrays | Swift | Java | Python | |
| 623 | Add One Row to Tree | Java | Python | ||
| 622 | Design Circular Queue | Java | Python | ||
| 621 | Task Scheduler | Java | Python | ||
| 617 | Merge Two Binary Trees | Swift | Java | Python | |
| 616 | Add Bold Tag in String | Swift | Java | Python | |
| 611 | Valid Triangle Number | Java | Python | ||
| 609 | Find Duplicate File in System | Java | Python | ||
| 606 | Construct String from Binary Tree | Swift | Java | Python | |
| 605 | Can Place Flowers | Java | Python | ||
| 604 | Design Compressed String Iterator | Swift | Java | Python | |
| 600 | Non-negative Integers without Consecutive Ones | Swift | Java | Python | |
| 599 | Minimum Index Sum of Two Lists | Swift | Java | Python | |
| 598 | Range Addition II | Java | Python | ||
| 594 | Longest Harmonious Subsequence | Java | Python | ||
| 593 | Valid Square | Java | Python | ||
| 592 | Fraction Addition and Subtraction | Swift | Java | Python | |
| 591 | Tag Validator | Swift | Java | Python | |
| 590 | N-ary Tree Postorder Traversal | Java | Python | ||
| 589 | N-ary Tree Preorder Traversal | Java | Python | ||
| 588 | Design In-Memory File System | Swift | Java | Python | |
| 587 | Erect the Fence | Java | Python | ||
| 583 | Delete Operation for Two Strings | Java | Python | ||
| 582 | Kill Process | Swift | Java | Python | |
| 581 | Shortest Unsorted Continuous Subarray | Java | Python | ||
| 576 | Out of Boundary Paths | Java | Python | ||
| 575 | Distribute Candies | Java | Python | ||
| 573 | Squirrel Simulation | Swift | Java | Python | |
| 572 | Subtree of Another Tree | Swift | Java | Python | |
| 568 | Maximum Vacation Days | Swift | Java | Python | |
| 567 | Permutation in String | Java | Python | ||
| 566 | Reshape the Matrix | Java | Python | ||
| 565 | Array Nesting | Java | Python | ||
| 564 | Find the Closest Palindrome | Swift | Java | Python | |
| 563 | Binary Tree Tilt | Java | Python | ||
| 562 | Longest Line of Consecutive One in Matrix | Swift | Java | Python | |
| 561 | Array Partition | Swift | Java | Python | |
| 560 | Subarray Sum Equals K | Java | Python | ||
| 559 | Maximum Depth of N-ary Tree | Java | Python | ||
| 558 | Logical OR of Two Binary Grids Represented as Quad-Trees | Swift | Java | Python | |
| 557 | Reverse Words in a String III | Swift | Java | Python | |
| 556 | Next Greater Element III | Java | Python | ||
| 555 | Split Concatenated Strings | Swift | Java | Python | |
| 554 | Brick Wall | Java | Python | ||
| 553 | Optimal Division | Swift | Java | Python | |
| 552 | Student Attendance Record II | Swift | Java | Python | |
| 551 | Student Attendance Record I | Swift | Java | Python | |
| 549 | Binary Tree Longest Consecutive Sequence II | Swift | Java | Python | |
| 548 | Split Array with Equal Sum | Swift | Java | Python | |
| 547 | Number of Provinces | Swift | Java | Python | |
| 546 | Remove Boxes | Java | Python | ||
| 545 | Boundary of Binary Tree | Swift | Java | Python | |
| 544 | Output Contest Matches | Swift | Java | Python | |
| 543 | Diameter of Binary Tree | Java | Python | ||
| 542 | 01 Matrix | Java | Python | ||
| 541 | Reverse String II | Swift | Java | Python | |
| 540 | Single Element in a Sorted Array | Java | Python | ||
| 539 | Minimum Time Difference | Swift | Java | Python | |
| 538 | Convert BST to Greater Tree | Java | Python | ||
| 537 | Complex Number Multiplication | Java | Python | ||
| 536 | Construct Binary Tree from String | Swift | Java | Python | |
| 535 | Encode and Decode TinyURL | Java | Python | ||
| 533 | Lonely Pixel II | Swift | Java | Python | |
| 532 | K-diff Pairs in an Array | Java | Python | ||
| 531 | Lonely Pixel I | Swift | Java | Python | |
| 530 | Minimum Absolute Difference in BST | Java | Python | ||
| 529 | Minesweeper | Swift | Java | Python | |
| 528 | Random Pick with Weight | Java | Python | ||
| 527 | Word Abbreviation | Swift | Java | Python | |
| 526 | Beautiful Arrangement | Java | Python | ||
| 525 | Contiguous Array | Java | Python | ||
| 524 | Longest Word in Dictionary through Deleting | Java | Python | ||
| 523 | Continuous Subarray Sum | Swift | Java | Python | |
| 522 | Longest Uncommon Subsequence II | Swift | Java | Python | |
| 521 | Longest Uncommon Subsequence I | Java | Python | ||
| 520 | Detect Capital | Java | Python | ||
| 519 | Random Flip Matrix | Swift | Java | Python | |
| 518 | Coin Change II | Swift | Java | Python | |
| 517 | Super Washing Machines | Swift | Java | Python | |
| 516 | Longest Palindromic Subsequence | Java | Python | ||
| 515 | Find Largest Value in Each Tree Row | Swift | Java | Python | |
| 514 | Freedom Trail | Swift | Java | Python | |
| 513 | Find Bottom Left Tree Value | Swift | Java | Python | |
| 510 | Inorder Successor in BST II | Swift | Java | Python | |
| 509 | Fibonacci Number | Java | Python | ||
| 508 | Most Frequent Subtree Sum | Swift | Java | Python | |
| 507 | Perfect Number | Swift | Java | Python | |
| 506 | Relative Ranks | Java | Python | ||
| 505 | The Maze II | Swift | Java | Python | |
| 504 | Base 7 | Swift | Java | Python | |
| 503 | Next Greater Element II | Swift | Java | Python | |
| 502 | IPO | Swift | Java | Python | |
| 501 | Find Mode in Binary Search Tree | Java | Python | ||
| 500 | Keyboard Row | Swift | Java | Python | |
| 499 | The Maze III | Swift | Java | Python | |
| 498 | Diagonal Traverse | Java | Python | ||
| 497 | Random Point in Non-overlapping Rectangles | Java | Python | ||
| 496 | Next Greater Element I | Java | Python | ||
| 495 | Teemo Attacking | Java | Python | ||
| 494 | Target Sum | Swift | Java | Python | |
| 493 | Reverse Pairs | Swift | Java | Python | |
| 492 | Construct the Rectangle | Swift | Java | Python | |
| 491 | Non-decreasing Subsequences | Swift | Java | Python | |
| 490 | The Maze | Swift | Java | Python | |
| 489 | Robot Room Cleaner | Swift | Java | Python | |
| 488 | Zuma Game | Swift | Java | Python | |
| 487 | Max Consecutive Ones II | Swift | Java | Python | |
| 486 | Predict the Winner | Swift | Java | Python | |
| 485 | Max Consecutive Ones | Java | Python | ||
| 484 | Find Permutation | Swift | Java | Python | |
| 483 | Smallest Good Base | Swift | Java | Python | |
| 482 | License Key Formatting | Swift | Java | Python | |
| 481 | Magical String | Swift | Java | Python | |
| 480 | Sliding Window Median | Java | Python | ||
| 479 | Largest Palindrome Product | Swift | Java | Python | |
| 478 | Generate Random Point in a Circle | Java | Python | ||
| 477 | Total Hamming Distance | Java | Python | ||
| 476 | Number Complement | Java | Python | ||
| 475 | Heaters | Java | Python | ||
| 474 | Ones and Zeroes | Java | Python | ||
| 473 | Matchsticks to Square | Java | Python | ||
| 472 | Concatenated Words | Java | Python | ||
| 471 | Encode String with Shortest Length | Swift | Java | Python | |
| 470 | Implement Rand10() Using Rand7() | Java | Python | ||
| 469 | Convex Polygon | Swift | Java | Python | |
| 468 | Validate IP Address | Java | Python | ||
| 467 | Unique Substrings in Wraparound String | Swift | Java | Python | |
| 466 | Count The Repetitions | Swift | Java | Python | |
| 465 | Optimal Account Balancing | Swift | Java | Python | |
| 464 | Can I Win | Java | Python | ||
| 463 | Island Perimeter | Java | Python | ||
| 462 | Minimum Moves to Equal Array Elements II | Java | Python | ||
| 461 | Hamming Distance | Java | Python | ||
| 460 | LFU Cache | Swift | Java | Python | |
| 459 | Repeated Substring Pattern | Java | Python | ||
| 458 | Poor Pigs | Swift | Java | Python | |
| 457 | Circular Array Loop | Swift | Java | Python | |
| 456 | 132 Pattern | Java | Python | ||
| 455 | Assign Cookies | Swift | Java | Python | |
| 454 | 4Sum II | Java | Python | ||
| 453 | Minimum Moves to Equal Array Elements | Java | Python | ||
| 452 | Minimum Number of Arrows to Burst Balloons | Java | Python | ||
| 451 | Sort Characters By Frequency | Java | Python | ||
| 450 | Delete Node in a BST | Java | Python | ||
| 449 | Serialize and Deserialize BST | Java | Python | ||
| 448 | Find All Numbers Disappeared in an Array | Java | Python | ||
| 447 | Number of Boomerangs | Swift | Java | Python | |
| 446 | Arithmetic Slices II - Subsequence | Java | Python | ||
| 445 | Add Two Numbers II | Java | Python | ||
| 444 | Sequence Reconstruction | Swift | Java | Python | |
| 443 | String Compression | Java | Python | ||
| 442 | Find All Duplicates in an Array | Java | Python | ||
| 441 | Arranging Coins | Java | Python | ||
| 440 | K-th Smallest in Lexicographical Order | Swift | Java | Python | |
| 439 | Ternary Expression Parser | Swift | Java | Python | |
| 438 | Find All Anagrams in a String | Java | Python | ||
| 437 | Path Sum III | Java | Python | ||
| 436 | Find Right Interval | Swift | Java | Python | |
| 435 | Non-overlapping Intervals | Java | Python | ||
| 434 | Number of Segments in a String | Java | Python | ||
| 433 | Minimum Genetic Mutation | Swift | Java | Python | |
| 432 | All O`one Data Structure | Swift | Java | Python | |
| 431 | Encode N-ary Tree to Binary Tree | Swift | Java | Python | |
| 430 | Flatten a Multilevel Doubly Linked List | Java | Python | ||
| 429 | N-ary Tree Level Order Traversal | Java | Python | ||
| 428 | Serialize and Deserialize N-ary Tree | Swift | Java | Python | |
| 427 | Construct Quad Tree | Swift | Java | Python | |
| 426 | Convert Binary Search Tree to Sorted Doubly Linked List | Swift | Java | Python | |
| 425 | Word Squares | Swift | Java | Python | |
| 424 | Longest Repeating Character Replacement | Swift | Java | Python | |
| 423 | Reconstruct Original Digits from English | Java | Python | ||
| 422 | Valid Word Square | Swift | Java | Python | |
| 421 | Maximum XOR of Two Numbers in an Array | Java | Python | ||
| 420 | Strong Password Checker | Swift | Java | Python | |
| 419 | Battleships in a Board | Java | Python | ||
| 418 | Sentence Screen Fitting | Swift | Java | Python | |
| 417 | Pacific Atlantic Water Flow | Java | Python | ||
| 416 | Partition Equal Subset Sum | Java | Python | ||
| 415 | Add Strings | Swift | Java | Python | |
| 414 | Third Maximum Number | Java | Python | ||
| 413 | Arithmetic Slices | Java | Python | ||
| 412 | Fizz Buzz | Java | Python | ||
| 411 | Minimum Unique Word Abbreviation | Swift | Java | Python | |
| 410 | Split Array Largest Sum | Swift | Java | Python | |
| 409 | Longest Palindrome | Java | Python | ||
| 408 | Valid Word Abbreviation | Swift | Java | Python | |
| 407 | Trapping Rain Water II | Java | Python | ||
| 406 | Queue Reconstruction by Height | Java | Python | ||
| 405 | Convert a Number to Hexadecimal | Swift | Java | Python | |
| 404 | Sum of Left Leaves | Java | Python | ||
| 403 | Frog Jump | Swift | Java | Python | |
| 402 | Remove K Digits | Java | Python | ||
| 401 | Binary Watch | Java | Python | ||
| 400 | Nth Digit | Swift | Java | Python | |
| 399 | Evaluate Division | Java | Python | ||
| 398 | Random Pick Index | Swift | Java | Python | |
| 397 | Integer Replacement | Swift | Java | Python | |
| 396 | Rotate Function | Swift | Java | Python | |
| 395 | Longest Substring with At Least K Repeating Characters | Java | Python | ||
| 394 | Decode String | Java | Python | ||
| 393 | UTF-8 Validation | Swift | Java | Python | |
| 392 | Is Subsequence | Java | Python | ||
| 391 | Perfect Rectangle | Java | Python | ||
| 390 | Elimination Game | Swift | Java | Python | |
| 389 | Find the Difference | Java | Python | ||
| 388 | Longest Absolute File Path | Java | Python | ||
| 387 | First Unique Character in a String | Java | Python | ||
| 386 | Lexicographical Numbers | Swift | Java | Python | |
| 385 | Mini Parser | Swift | Java | Python | |
| 384 | Shuffle an Array | Java | Python | ||
| 383 | Ransom Note | Java | Python | ||
| 382 | Linked List Random Node | Java | Python | ||
| 381 | Insert Delete GetRandom O(1) - Duplicates allowed | Swift | Java | Python | |
| 380 | Insert Delete GetRandom O(1) | Java | Python | ||
| 379 | Design Phone Directory | Swift | Java | Python | |
| 378 | Kth Smallest Element in a Sorted Matrix | Java | Python | ||
| 377 | Combination Sum IV | Java | Python | ||
| 376 | Wiggle Subsequence | Java | Python | ||
| 375 | Guess Number Higher or Lower II | Swift | Java | Python | |
| 374 | Guess Number Higher or Lower | Java | Python | ||
| 373 | Find K Pairs with Smallest Sums | Swift | Java | Python | |
| 372 | Super Pow | Java | Python | ||
| 371 | Sum of Two Integers | Java | Python | ||
| 370 | Range Addition | Swift | Java | Python | |
| 369 | Plus One Linked List | Swift | Java | Python | |
| 368 | Largest Divisible Subset | Java | Python | ||
| 367 | Valid Perfect Square | Java | Python | ||
| 366 | Find Leaves of Binary Tree | Java | Python | ||
| 365 | Water and Jug Problem | Swift | Java | Python | |
| 364 | Nested List Weight Sum II | Swift | Java | Python | |
| 363 | Max Sum of Rectangle No Larger Than K | Java | Python | ||
| 362 | Design Hit Counter | Swift | Java | Python | |
| 361 | Bomb Enemy | Swift | Java | Python | |
| 360 | Sort Transformed Array | Swift | Java | Python | |
| 359 | Logger Rate Limiter | Java | Python | ||
| 358 | Rearrange String k Distance Apart | Swift | Java | Python | |
| 357 | Count Numbers with Unique Digits | Swift | Java | Python | |
| 356 | Line Reflection | Swift | Java | Python | |
| 355 | Design Twitter | Swift | Java | Python | |
| 354 | Russian Doll Envelopes | Java | Python | ||
| 353 | Design Snake Game | Swift | Java | Python | |
| 352 | Data Stream as Disjoint Intervals | Swift | Java | Python | |
| 351 | Android Unlock Patterns | Swift | Java | Python | |
| 350 | Intersection of Two Arrays II | Java | Python | ||
| 349 | Intersection of Two Arrays | Java | Python | ||
| 348 | Design Tic-Tac-Toe | Swift | Java | Python | |
| 347 | Top K Frequent Elements | Java | Python | ||
| 346 | Moving Average from Data Stream | Swift | Java | Python | |
| 345 | Reverse Vowels of a String | Java | Python | ||
| 344 | Reverse String | Java | Python | ||
| 343 | Integer Break | Swift | Java | Python | |
| 342 | Power of Four | Java | Python | ||
| 341 | Flatten Nested List Iterator | Java | Python | ||
| 340 | Longest Substring with At Most K Distinct Characters | Swift | Java | Python | |
| 339 | Nested List Weight Sum | Swift | Java | Python | |
| 338 | Counting Bits | Java | Python | ||
| 337 | House Robber III | Swift | Java | Python | |
| 336 | Palindrome Pairs | Swift | Java | Python | |
| 335 | Self Crossing | Swift | Java | Python | |
| 334 | Increasing Triplet Subsequence | Java | Python | ||
| 333 | Largest BST Subtree | Swift | Java | Python | |
| 332 | Reconstruct Itinerary | Java | Python | ||
| 331 | Verify Preorder Serialization of a Binary Tree | Java | Python | ||
| 330 | Patching Array | Java | Python | ||
| 329 | Longest Increasing Path in a Matrix | Java | Python | ||
| 328 | Odd Even Linked List | Java | Python | ||
| 327 | Count of Range Sum | Swift | Java | Python | |
| 326 | Power of Three | Java | Python | ||
| 325 | Maximum Size Subarray Sum Equals k | Swift | Java | Python | |
| 324 | Wiggle Sort II | Swift | Java | Python | |
| 323 | Number of Connected Components in an Undirected Graph | Swift | Java | Python | |
| 322 | Coin Change | Java | Python | ||
| 321 | Create Maximum Number | Swift | Java | Python | |
| 320 | Generalized Abbreviation | Swift | Java | Python | |
| 319 | Bulb Switcher | Swift | Java | Python | |
| 318 | Maximum Product of Word Lengths | Java | Python | ||
| 317 | Shortest Distance from All Buildings | Swift | Java | Python | |
| 316 | Remove Duplicate Letters | Java | Python | ||
| 315 | Count of Smaller Numbers After Self | Java | Python | ||
| 314 | Binary Tree Vertical Order Traversal | Swift | Java | Python | |
| 313 | Super Ugly Number | Swift | Java | Python | |
| 312 | Burst Balloons | Java | Python | ||
| 311 | Sparse Matrix Multiplication | Swift | Java | Python | |
| 310 | Minimum Height Trees | Java | Python | ||
| 309 | Best Time to Buy and Sell Stock with Cooldown | Java | Python | ||
| 308 | Range Sum Query 2D - Mutable | Swift | Java | Python | |
| 307 | Range Sum Query - Mutable | Java | Python | ||
| 306 | Additive Number | Swift | Java | Python | |
| 305 | Number of Islands II | Swift | Java | Python | |
| 304 | Range Sum Query 2D - Immutable | Java | Python | ||
| 303 | Range Sum Query - Immutable | Swift | Java | Python | |
| 302 | Smallest Rectangle Enclosing Black Pixels | Swift | Java | Python | |
| 301 | Remove Invalid Parentheses | Swift | Java | Python | |
| 300 | Longest Increasing Subsequence | Java | Python | ||
| 299 | Bulls and Cows | Java | Python | ||
| 298 | Binary Tree Longest Consecutive Sequence | Swift | Java | Python | |
| 297 | Serialize and Deserialize Binary Tree | Java | Python | ||
| 296 | Best Meeting Point | Swift | Java | Python | |
| 295 | Find Median from Data Stream | Python | |||
| 294 | Flip Game II | Swift | Java | Python | |
| 293 | Flip Game | Swift | Java | Python | |
| 292 | Nim Game | Swift | Python | ||
| 291 | Word Pattern II | Swift | Java | Python | |
| 290 | Word Pattern | Python | |||
| 289 | Game of Life | Python | |||
| 288 | Unique Word Abbreviation | Swift | Java | Python | |
| 287 | Find the Duplicate Number | Python | |||
| 286 | Walls and Gates | Swift | Java | Python | |
| 285 | Inorder Successor in BST | Swift | Java | Python | |
| 284 | Peeking Iterator | Python | |||
| 283 | Move Zeroes | Python | |||
| 282 | Expression Add Operators | Java | Python | ||
| 281 | Zigzag Iterator | Swift | Java | Python | |
| 280 | Wiggle Sort | Swift | Java | Python | |
| 279 | Perfect Squares | Python | |||
| 278 | First Bad Version | Python | |||
| 277 | Find the Celebrity | Swift | Java | Python | |
| 276 | Paint Fence | Swift | Java | Python | |
| 275 | H-Index II | Python | |||
| 274 | H-Index | Python | |||
| 273 | Integer to English Words | Java | Python | ||
| 272 | Closest Binary Search Tree Value II | Swift | Java | Python | |
| 271 | Encode and Decode Strings | Swift | Java | Python | |
| 270 | Closest Binary Search Tree Value | Swift | Java | Python | |
| 269 | Alien Dictionary | Swift | Java | Python | |
| 268 | Missing Number | Python | |||
| 267 | Palindrome Permutation II | Swift | Java | Python | |
| 266 | Palindrome Permutation | Swift | Java | Python | |
| 265 | Paint House II | Swift | Java | Python | |
| 264 | Ugly Number II | Python | |||
| 263 | Ugly Number | Python | |||
| 261 | Graph Valid Tree | Swift | Java | Python | |
| 260 | Single Number III | Python | |||
| 259 | 3Sum Smaller | Swift | Java | Python | |
| 258 | Add Digits | Python | |||
| 257 | Binary Tree Paths | Swift | Python | ||
| 256 | Paint House | Swift | Java | Python | |
| 255 | Verify Preorder Sequence in Binary Search Tree | Swift | Java | Python | |
| 254 | Factor Combinations | Swift | Java | Python | |
| 253 | Meeting Rooms II | Java | Python | ||
| 252 | Meeting Rooms | Java | Python | ||
| 251 | Flatten 2D Vector | Swift | Java | Python | |
| 250 | Count Univalue Subtrees | Swift | Java | Python | |
| 249 | Group Shifted Strings | Swift | Java | Python | |
| 248 | Strobogrammatic Number III | Swift | Java | Python | |
| 247 | Strobogrammatic Number II | Swift | Java | Python | |
| 246 | Strobogrammatic Number | Swift | Java | Python | |
| 245 | Shortest Word Distance III | Swift | Java | Python | |
| 244 | Shortest Word Distance II | Swift | Java | Python | |
| 243 | Shortest Word Distance | Swift | Java | Python | |
| 242 | Valid Anagram | Python | |||
| 241 | Different Ways to Add Parentheses | Python | |||
| 240 | Search a 2D Matrix II | Python | |||
| 239 | Sliding Window Maximum | Python | |||
| 238 | Product of Array Except Self | Python | |||
| 237 | Delete Node in a Linked List | Python | |||
| 236 | Lowest Common Ancestor of a Binary Tree | Python | |||
| 235 | Lowest Common Ancestor of a Binary Search Tree | Python | |||
| 234 | Palindrome Linked List | Python | |||
| 233 | Number of Digit One | Swift | Java | Python | |
| 232 | Implement Queue using Stacks | Swift | Python | ||
| 231 | Power of Two | Python | |||
| 230 | Kth Smallest Element in a BST | Java | Python | ||
| 229 | Majority Element II | Java | Python | ||
| 228 | Summary Ranges | Python | |||
| 227 | Basic Calculator II | Java | Python | ||
| 226 | Invert Binary Tree | Python | |||
| 225 | Implement Stack using Queues | Python | |||
| 224 | Basic Calculator | Java | Python | ||
| 223 | Rectangle Area | Swift | Python | ||
| 222 | Count Complete Tree Nodes | Python | |||
| 221 | Maximal Square | Java | Python | ||
| 220 | Contains Duplicate III | Java | Python | ||
| 219 | Contains Duplicate II | Java | Python | ||
| 218 | The Skyline Problem | Java | Python | ||
| 217 | Contains Duplicate | Python | |||
| 216 | Combination Sum III | Python | |||
| 215 | Kth Largest Element in an Array | Python | |||
| 214 | Shortest Palindrome | Swift | Java | Python | |
| 213 | House Robber II | Swift | Java | Python | |
| 212 | Word Search II | Python | |||
| 211 | Design Add and Search Words Data Structure | Swift | Java | Python | |
| 210 | Course Schedule II | Java | Python | ||
| 209 | Minimum Size Subarray Sum | Java | Python | ||
| 208 | Implement Trie (Prefix Tree) | Java | Python | ||
| 207 | Course Schedule | Python | |||
| 206 | Reverse Linked List | Python | |||
| 205 | Isomorphic Strings | Java | Python | ||
| 204 | Count Primes | Python | |||
| 203 | Remove Linked List Elements | Swift | Python | ||
| 202 | Happy Number | Python | |||
| 201 | Bitwise AND of Numbers Range | Java | Python | ||
| 200 | Number of Islands | Python | |||
| 199 | Binary Tree Right Side View | Java | Python | ||
| 198 | House Robber | Swift | Python | ||
| 191 | Number of 1 Bits | Python | |||
| 190 | Reverse Bits | Python | |||
| 189 | Rotate Array | Java | Python | ||
| 188 | Best Time to Buy and Sell Stock IV | Python | |||
| 187 | Repeated DNA Sequences | Java | Python | ||
| 186 | Reverse Words in a String II | Swift | Java | Python | |
| 179 | Largest Number | Java | Python | ||
| 174 | Dungeon Game | Python | |||
| 173 | Binary Search Tree Iterator | Java | Python | ||
| 172 | Factorial Trailing Zeroes | Java | Python | ||
| 171 | Excel Sheet Column Number | Python | |||
| 170 | Two Sum III - Data structure design | Swift | Java | Python | |
| 169 | Majority Element | Python | |||
| 168 | Excel Sheet Column Title | Java | Python | ||
| 167 | Two Sum II - Input Array Is Sorted | Java | Python | ||
| 166 | Fraction to Recurring Decimal | Swift | Java | Python | |
| 165 | Compare Version Numbers | Java | Python | ||
| 164 | Maximum Gap | Java | Python | ||
| 163 | Missing Ranges | Swift | Java | Python | |
| 162 | Find Peak Element | Python | |||
| 161 | One Edit Distance | Swift | Java | Python | |
| 160 | Intersection of Two Linked Lists | Java | Python | ||
| 159 | Longest Substring with At Most Two Distinct Characters | Swift | Java | Python | |
| 158 | Read N Characters Given read4 II - Call Multiple Times | Swift | Java | Python | |
| 157 | Read N Characters Given Read4 | Swift | Java | Python | |
| 156 | Binary Tree Upside Down | Swift | Java | Python | |
| 155 | Min Stack | Java | Python | ||
| 154 | Find Minimum in Rotated Sorted Array II | Python | |||
| 153 | Find Minimum in Rotated Sorted Array | Python | |||
| 152 | Maximum Product Subarray | Java | Python | ||
| 151 | Reverse Words in a String | Swift | Python | ||
| 150 | Evaluate Reverse Polish Notation | Java | Python | ||
| 149 | Max Points on a Line | Swift | Python | ||
| 148 | Sort List | Java | Python | ||
| 147 | Insertion Sort List | Java | Python | ||
| 146 | LRU Cache | Python | |||
| 145 | Binary Tree Postorder Traversal | Python | |||
| 144 | Binary Tree Preorder Traversal | Python | |||
| 143 | Reorder List | Java | Python | ||
| 142 | Linked List Cycle II | Java | Python | ||
| 141 | Linked List Cycle | Python | |||
| 140 | Word Break II | Python | |||
| 139 | Word Break | Python | |||
| 138 | Copy List with Random Pointer | Java | Python | ||
| 137 | Single Number II | Python | |||
| 136 | Single Number | Python | |||
| 135 | Candy | Python | |||
| 134 | Gas Station | Java | Python | ||
| 133 | Clone Graph | Java | Python | ||
| 132 | Palindrome Partitioning II | Java | Python | ||
| 131 | Palindrome Partitioning | Java | Python | ||
| 130 | Surrounded Regions | Python | |||
| 129 | Sum Root to Leaf Numbers | Python | |||
| 128 | Longest Consecutive Sequence | Python | |||
| 127 | Word Ladder | Swift | Python | ||
| 126 | Word Ladder II | Swift | Python | ||
| 125 | Valid Palindrome | Java | Python | ||
| 124 | Binary Tree Maximum Path Sum | Python | |||
| 123 | Best Time to Buy and Sell Stock III | Java | Python | ||
| 122 | Best Time to Buy and Sell Stock II | Python | |||
| 121 | Best Time to Buy and Sell Stock | Python | |||
| 120 | Triangle | Java | Python | ||
| 119 | Pascal's Triangle II | Java | Python | ||
| 118 | Pascal's Triangle | Java | Python | ||
| 117 | Populating Next Right Pointers in Each Node II | Java | Python | ||
| 116 | Populating Next Right Pointers in Each Node | Python | |||
| 115 | Distinct Subsequences | Swift | Java | Python | |
| 114 | Flatten Binary Tree to Linked List | Python | |||
| 113 | Path Sum II | Swift | Python | ||
| 112 | Path Sum | Python | |||
| 111 | Minimum Depth of Binary Tree | Python | |||
| 110 | Balanced Binary Tree | Python | |||
| 109 | Convert Sorted List to Binary Search Tree | Python | |||
| 108 | Convert Sorted Array to Binary Search Tree | Python | |||
| 107 | Binary Tree Level Order Traversal II | Swift | Python | ||
| 106 | Construct Binary Tree from Inorder and Postorder Traversal | Swift | Java | Python | |
| 105 | Construct Binary Tree from Preorder and Inorder Traversal | Java | Python | ||
| 104 | Maximum Depth of Binary Tree | Python | |||
| 103 | Binary Tree Zigzag Level Order Traversal | Swift | Python | ||
| 102 | Binary Tree Level Order Traversal | Swift | Java | Python | |
| 101 | Symmetric Tree | Swift | Python | ||
| 100 | Same Tree | Python | |||
| 99 | Recover Binary Search Tree | Python | |||
| 98 | Validate Binary Search Tree | Java | Python | ||
| 97 | Interleaving String | Java | Python | ||
| 96 | Unique Binary Search Trees | Python | |||
| 95 | Unique Binary Search Trees II | Java | Python | ||
| 94 | Binary Tree Inorder Traversal | Python | |||
| 93 | Restore IP Addresses | Python | |||
| 92 | Reverse Linked List II | Java | Python | ||
| 91 | Decode Ways | Java | Python | ||
| 90 | Subsets II | Python | |||
| 89 | Gray Code | Python | |||
| 88 | Merge Sorted Array | Swift | Python | ||
| 87 | Scramble String | Swift | Java | Python | |
| 86 | Partition List | Java | Python | ||
| 85 | Maximal Rectangle | Java | Python | ||
| 84 | Largest Rectangle in Histogram | Java | Python | ||
| 83 | Remove Duplicates from Sorted List | Python | |||
| 82 | Remove Duplicates from Sorted List II | Java | Python | ||
| 81 | Search in Rotated Sorted Array II | Java | Python | ||
| 80 | Remove Duplicates from Sorted Array II | Python | |||
| 79 | Word Search | Java | Python | ||
| 78 | Subsets | Python | |||
| 77 | Combinations | Python | |||
| 76 | Minimum Window Substring | Java | Python | ||
| 75 | Sort Colors | Java | Python | ||
| 74 | Search a 2D Matrix | Python | |||
| 73 | Set Matrix Zeroes | Java | Python | ||
| 72 | Edit Distance | Python | |||
| 71 | Simplify Path | Java | Python | ||
| 70 | Climbing Stairs | Python | |||
| 69 | Sqrt(x) | Java | Python | ||
| 68 | Text Justification | Swift | Python | ||
| 67 | Add Binary | Java | Python | ||
| 66 | Plus One | Java | Python | ||
| 65 | Valid Number | Swift | Python | ||
| 64 | Minimum Path Sum | Python | |||
| 63 | Unique Paths II | Python | |||
| 62 | Unique Paths | Python | |||
| 61 | Rotate List | Java | Python | ||
| 60 | Permutation Sequence | Python | |||
| 59 | Spiral Matrix II | Python | |||
| 58 | Length of Last Word | Python | |||
| 57 | Insert Interval | Java | Python | ||
| 56 | Merge Intervals | Swift | Python | ||
| 55 | Jump Game | Python | |||
| 54 | Spiral Matrix | Java | Python | ||
| 53 | Maximum Subarray | Python | |||
| 52 | N-Queens II | Python | |||
| 51 | N-Queens | Python | |||
| 50 | Pow(x, n) | Python | |||
| 49 | Group Anagrams | Python | |||
| 48 | Rotate Image | Java | Python | ||
| 47 | Permutations II | Python | |||
| 46 | Permutations | Python | |||
| 45 | Jump Game II | Python | |||
| 44 | Wildcard Matching | Swift | Python | ||
| 43 | Multiply Strings | Python | |||
| 42 | Trapping Rain Water | Python | |||
| 41 | First Missing Positive | Java | Python | ||
| 40 | Combination Sum II | Swift | Python | ||
| 39 | Combination Sum | Python | |||
| 38 | Count and Say | Swift | Java | Python | |
| 37 | Sudoku Solver | Python | |||
| 36 | Valid Sudoku | Java | Python | ||
| 35 | Search Insert Position | Python | |||
| 34 | Find First and Last Position of Element in Sorted Array | Java | Python | ||
| 33 | Search in Rotated Sorted Array | Python | |||
| 32 | Longest Valid Parentheses | Python | |||
| 31 | Next Permutation | Python | |||
| 30 | Substring with Concatenation of All Words | Swift | Java | Python | |
| 29 | Divide Two Integers | Python | |||
| 28 | Find the Index of the First Occurrence in a String | Swift | Java | Python | |
| 27 | Remove Element | Swift | Python | ||
| 26 | Remove Duplicates from Sorted Array | Python | |||
| 25 | Reverse Nodes in k-Group | Swift | Python | ||
| 24 | Swap Nodes in Pairs | Python | |||
| 23 | Merge k Sorted Lists | Python | |||
| 22 | Generate Parentheses | Python | |||
| 21 | Merge Two Sorted Lists | Python | |||
| 20 | Valid Parentheses | Java | Python | ||
| 19 | Remove Nth Node From End of List | Java | Python | ||
| 18 | 4Sum | Swift | Java | Python | |
| 17 | Letter Combinations of a Phone Number | Python | |||
| 16 | 3Sum Closest | Java | Python | ||
| 15 | 3Sum | Python | |||
| 14 | Longest Common Prefix | Python | |||
| X | 13 | Roman to Integer | |||
| 12 | Integer to Roman | Java | Python | ||
| 11 | Container With Most Water | Java | Python | ||
| 10 | Regular Expression Matching | Swift | Java | Python | |
| 9 | Palindrome Number | Java | |||
| 8 | String to Integer (atoi) | Java | Python | ||
| 7 | Reverse Integer | Python | |||
| 6 | Zigzag Conversion | Java | Python | ||
| 5 | Longest Palindromic Substring | Java | Python | ||
| 4 | Median of Two Sorted Arrays | Python | |||
| 3 | Longest Substring Without Repeating Characters | Java | Python | ||
| 2 | Add Two Numbers | Python | |||
| X | 1 | Two Sum |