|
403 | 403 | | 1608 | [Special Array With X Elements Greater Than or Equal X](https://leetcode.com/problems/special-array-with-x-elements-greater-than-or-equal-x) | [](src/SpecialArrayWithXElementsGreaterThanEqualToX.java) | |
|
404 | 404 | | 1614 | [Maximum Nesting Depth of the Parentheses](https://leetcode.com/problems/maximum-nesting-depth-of-the-parentheses) | [](src/MaximumNestingDepthOfTheParentheses.java) | |
|
405 | 405 | | 1619 | [Mean of Array After Removing Some Elements](https://leetcode.com/problems/mean-of-array-after-removing-some-elements) | [](src/MeanOfArrayAfterRemovingSomeElements.java) | |
|
| 406 | +| 1624 | [Largest Substring Between Two Equal Characters](https://leetcode.com/problems/largest-substring-between-two-equal-characters) | | | |
| 407 | +| 1629 | [Slowest Key](https://leetcode.com/problems/slowest-key) | | | |
| 408 | +| 1636 | [Sort Array by Increasing Frequency](https://leetcode.com/problems/sort-array-by-increasing-frequency) | | | |
| 409 | +| 1640 | [Check Array Formation Through Concatenation](https://leetcode.com/problems/check-array-formation-through-concatenation) | | | |
| 410 | +| 1646 | [Get Maximum in Generated Array](https://leetcode.com/problems/get-maximum-in-generated-array) | | | |
| 411 | +| 1652 | [Defuse the Bomb](https://leetcode.com/problems/defuse-the-bomb) | | | |
| 412 | +| 1656 | [Design an Ordered Stream](https://leetcode.com/problems/design-an-ordered-stream) | | | |
| 413 | +| 1662 | [Check If Two String Arrays are Equivalent](https://leetcode.com/problems/check-if-two-string-arrays-are-equivalent) | | | |
| 414 | +| 1668 | [Maximum Repeating Substring](https://leetcode.com/problems/maximum-repeating-substring) | | | |
| 415 | +| 1672 | [Richest Customer Wealth](https://leetcode.com/problems/richest-customer-wealth) | | | |
| 416 | +| 1678 | [Goal Parser Interpretation](https://leetcode.com/problems/goal-parser-interpretation) | | | |
| 417 | +| 1684 | [Count the Number of Consistent Strings](https://leetcode.com/problems/count-the-number-of-consistent-strings) | | | |
| 418 | +| 1688 | [Count of Matches in Tournament](https://leetcode.com/problems/count-of-matches-in-tournament) | | | |
| 419 | +| 1694 | [Reformat Phone Number](https://leetcode.com/problems/reformat-phone-number) | | | |
| 420 | +| 1700 | [Number of Students Unable to Eat Lunch](https://leetcode.com/problems/number-of-students-unable-to-eat-lunch) | | | |
| 421 | +| 1704 | [Determine if String Halves Are Alike](https://leetcode.com/problems/determine-if-string-halves-are-alike) | | | |
| 422 | +| 1708 | 🔒 [Largest Subarray Length K](https://leetcode.com/problems/largest-subarray-length-k/) | | | |
| 423 | +| 1710 | [Maximum Units on a Truck](https://leetcode.com/problems/maximum-units-on-a-truck/) | | | |
| 424 | +| 1716 | [Calculate Money in Leetcode Bank](https://leetcode.com/problems/calculate-money-in-leetcode-bank) | | | |
| 425 | +| 1720 | [Decode XORed Array](https://leetcode.com/problems/decode-xored-array) | | | |
| 426 | +| 1725 | [Number Of Rectangles That Can Form The Largest Square](https://leetcode.com/problems/number-of-rectangles-that-can-form-the-largest-square) | | | |
| 427 | +| 1732 | [Find the Highest Altitude](https://leetcode.com/problems/find-the-highest-altitude) | | | |
| 428 | +| 1736 | [Latest Time by Replacing Hidden Digits](https://leetcode.com/problems/latest-time-by-replacing-hidden-digits) | | | |
| 429 | +| 1742 | [Maximum Number of Balls in a Box](https://leetcode.com/problems/maximum-number-of-balls-in-a-box) | | | |
| 430 | +| 1748 | [Sum of Unique Elements](https://leetcode.com/problems/sum-of-unique-elements) | | | |
| 431 | +| 1752 | [Check if Array Is Sorted and Rotated](https://leetcode.com/problems/check-if-array-is-sorted-and-rotated) | | | |
| 432 | +| 1758 | [Minimum Changes To Make Alternating Binary String](https://leetcode.com/problems/minimum-changes-to-make-alternating-binary-string) | | | |
| 433 | +| 1763 | [Longest Nice Substring](https://leetcode.com/problems/longest-nice-substring) | | | |
| 434 | +| 1768 | [Merge Strings Alternately](https://leetcode.com/problems/merge-strings-alternately) | | | |
| 435 | +| 1773 | [Count Items Matching a Rule](https://leetcode.com/problems/count-items-matching-a-rule) | | | |
| 436 | +| 1779 | [Find Nearest Point That Has the Same X or Y Coordinate](https://leetcode.com/problems/find-nearest-point-that-has-the-same-x-or-y-coordinate) | | | |
| 437 | +| 1784 | [Check if Binary String Has at Most One Segment of Ones](https://leetcode.com/problems/check-if-binary-string-has-at-most-one-segment-of-ones) | | | |
| 438 | +| 1790 | [Check if One String Swap Can Make Strings Equal](https://leetcode.com/problems/check-if-one-string-swap-can-make-strings-equal) | | | |
| 439 | +| 1791 | [Find Center of Star Graph](https://leetcode.com/problems/find-center-of-star-graph) | | | |
| 440 | +| 1796 | [Second Largest Digit in a String](https://leetcode.com/problems/second-largest-digit-in-a-string) | | | |
| 441 | +| 1800 | [Maximum Ascending Subarray Sum](https://leetcode.com/problems/maximum-ascending-subarray-sum) | | | |
| 442 | +| 1805 | [Number of Different Integers in a String](https://leetcode.com/problems/number-of-different-integers-in-a-string) | | | |
| 443 | +| 1812 | [Determine Color of a Chessboard Square](https://leetcode.com/problems/determine-color-of-a-chessboard-square) | | | |
| 444 | +| 1816 | [Truncate Sentence](https://leetcode.com/problems/truncate-sentence) | | | |
| 445 | +| 1822 | [Sign of the Product of an Array](https://leetcode.com/problems/sign-of-the-product-of-an-array) | | | |
| 446 | +| 1826 | [Faulty Sensor](https://leetcode.com/problems/faulty-sensor) | | | |
| 447 | +| 1827 | [Minimum Operations to Make the Array Increasing](https://leetcode.com/problems/minimum-operations-to-make-the-array-increasing) | | | |
| 448 | +| 1832 | [Check if the Sentence Is Pangram](https://leetcode.com/problems/check-if-the-sentence-is-pangram) | | | |
| 449 | +| 1837 | [Sum of Digits in Base K](https://leetcode.com/problems/sum-of-digits-in-base-k) | | | |
| 450 | +| 1844 | [Replace All Digits with Characters](https://leetcode.com/problems/replace-all-digits-with-characters) | | | |
| 451 | +| 1848 | [Minimum Distance to the Target Element](https://leetcode.com/problems/minimum-distance-to-the-target-element) | | | |
| 452 | +| 1854 | [Maximum Population Year](https://leetcode.com/problems/maximum-population-year) | | | |
| 453 | +| 1859 | [Sorting the Sentence](https://leetcode.com/problems/sorting-the-sentence) | | | |
| 454 | +| 1863 | [Sum of All Subset XOR Totals](https://leetcode.com/problems/sum-of-all-subset-xor-totals) | | | |
| 455 | +| 1869 | [Longer Contiguous Segments of Ones than Zeros](https://leetcode.com/problems/longer-contiguous-segments-of-ones-than-zeros) | | | |
| 456 | +| 1624 | []() | | | |
| 457 | +| 1624 | []() | | | |
| 458 | +| 1624 | []() | | | |
| 459 | +| 1624 | []() | | | |
| 460 | +| 1624 | []() | | | |
| 461 | +| 1624 | []() | | | |
| 462 | +| 1624 | []() | | | |
| 463 | +| 1624 | []() | | | |
| 464 | +| 1624 | []() | | | |
0 commit comments