|
699 | 699 | |0558|Logical OR of Two Binary Grids Represented as Quad-Trees||48.2%|Medium||
|
700 | 700 | |0559|Maximum Depth of N-ary Tree|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0559.Maximum-Depth-of-N-ary-Tree)|71.6%|Easy||
|
701 | 701 | |0560|Subarray Sum Equals K|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0560.Subarray-Sum-Equals-K)|44.0%|Medium||
|
702 |
| -|0561|Array Partition|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0561.Array-Partition)|76.6%|Easy|| |
| 702 | +|0561|Array Partition|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0561.Array-Partition)|76.5%|Easy|| |
703 | 703 | |0562|Longest Line of Consecutive One in Matrix||50.0%|Medium||
|
704 | 704 | |0563|Binary Tree Tilt|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0563.Binary-Tree-Tilt)|59.3%|Easy||
|
705 | 705 | |0564|Find the Closest Palindrome||21.9%|Hard||
|
|
1083 | 1083 | |0942|DI String Match|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0942.DI-String-Match)|76.6%|Easy||
|
1084 | 1084 | |0943|Find the Shortest Superstring||45.0%|Hard||
|
1085 | 1085 | |0944|Delete Columns to Make Sorted||69.7%|Easy||
|
1086 |
| -|0945|Minimum Increment to Make Array Unique||49.7%|Medium|| |
| 1086 | +|0945|Minimum Increment to Make Array Unique||49.8%|Medium|| |
1087 | 1087 | |0946|Validate Stack Sequences|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0946.Validate-Stack-Sequences)|67.6%|Medium||
|
1088 | 1088 | |0947|Most Stones Removed with Same Row or Column|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0947.Most-Stones-Removed-with-Same-Row-or-Column)|57.0%|Medium||
|
1089 | 1089 | |0948|Bag of Tokens||52.0%|Medium||
|
|
1144 | 1144 | |1003|Check If Word Is Valid After Substitutions|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1003.Check-If-Word-Is-Valid-After-Substitutions)|58.2%|Medium||
|
1145 | 1145 | |1004|Max Consecutive Ones III|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1004.Max-Consecutive-Ones-III)|63.5%|Medium||
|
1146 | 1146 | |1005|Maximize Sum Of Array After K Negations|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1005.Maximize-Sum-Of-Array-After-K-Negations)|51.1%|Easy||
|
1147 |
| -|1006|Clumsy Factorial|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1006.Clumsy-Factorial)|54.8%|Medium|| |
| 1147 | +|1006|Clumsy Factorial|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1006.Clumsy-Factorial)|54.7%|Medium|| |
1148 | 1148 | |1007|Minimum Domino Rotations For Equal Row||52.4%|Medium||
|
1149 | 1149 | |1008|Construct Binary Search Tree from Preorder Traversal||80.9%|Medium||
|
1150 | 1150 | |1009|Complement of Base 10 Integer|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1009.Complement-of-Base-10-Integer)|62.0%|Easy||
|
|
1199 | 1199 | |1058|Minimize Rounding Error to Meet Target||44.9%|Medium||
|
1200 | 1200 | |1059|All Paths from Source Lead to Destination||40.5%|Medium||
|
1201 | 1201 | |1060|Missing Element in Sorted Array||54.6%|Medium||
|
1202 |
| -|1061|Lexicographically Smallest Equivalent String||70.3%|Medium|| |
| 1202 | +|1061|Lexicographically Smallest Equivalent String||70.4%|Medium|| |
1203 | 1203 | |1062|Longest Repeating Substring||59.1%|Medium||
|
1204 | 1204 | |1063|Number of Valid Subarrays||74.1%|Hard||
|
1205 | 1205 | |1064|Fixed Point||63.6%|Easy||
|
|
1857 | 1857 | |1716|Calculate Money in Leetcode Bank|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1716.Calculate-Money-in-Leetcode-Bank)|65.0%|Easy||
|
1858 | 1858 | |1717|Maximum Score From Removing Substrings||46.0%|Medium||
|
1859 | 1859 | |1718|Construct the Lexicographically Largest Valid Sequence||51.7%|Medium||
|
1860 |
| -|1719|Number Of Ways To Reconstruct A Tree||42.6%|Hard|| |
| 1860 | +|1719|Number Of Ways To Reconstruct A Tree||42.5%|Hard|| |
1861 | 1861 | |1720|Decode XORed Array|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1720.Decode-XORed-Array)|86.0%|Easy||
|
1862 | 1862 | |1721|Swapping Nodes in a Linked List|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1721.Swapping-Nodes-in-a-Linked-List)|67.8%|Medium||
|
1863 | 1863 | |1722|Minimize Hamming Distance After Swap Operations||48.6%|Medium||
|
|
2095 | 2095 | |1954|Minimum Garden Perimeter to Collect Enough Apples||53.0%|Medium||
|
2096 | 2096 | |1955|Count Number of Special Subsequences||51.3%|Hard||
|
2097 | 2097 | |1956|Minimum Time For K Virus Variants to Spread||46.5%|Hard||
|
2098 |
| -|1957|Delete Characters to Make Fancy String||56.5%|Easy|| |
| 2098 | +|1957|Delete Characters to Make Fancy String||56.6%|Easy|| |
2099 | 2099 | |1958|Check if Move is Legal||44.2%|Medium||
|
2100 | 2100 | |1959|Minimum Total Space Wasted With K Resizing Operations||41.9%|Medium||
|
2101 | 2101 | |1960|Maximum Product of the Length of Two Palindromic Substrings||29.6%|Hard||
|
|
2386 | 2386 | |2245|Maximum Trailing Zeros in a Cornered Path||35.2%|Medium||
|
2387 | 2387 | |2246|Longest Path With Different Adjacent Characters||44.9%|Hard||
|
2388 | 2388 | |2247|Maximum Cost of Trip With K Highways||50.5%|Hard||
|
2389 |
| -|2248|Intersection of Multiple Arrays||69.6%|Easy|| |
| 2389 | +|2248|Intersection of Multiple Arrays||69.5%|Easy|| |
2390 | 2390 | |2249|Count Lattice Points Inside a Circle||50.4%|Medium||
|
2391 | 2391 | |2250|Count Number of Rectangles Containing Each Point||33.9%|Medium||
|
2392 | 2392 | |2251|Number of Flowers in Full Bloom||51.9%|Hard||
|
|
2472 | 2472 | |2331|Evaluate Boolean Binary Tree||79.5%|Easy||
|
2473 | 2473 | |2332|The Latest Time to Catch a Bus||22.7%|Medium||
|
2474 | 2474 | |2333|Minimum Sum of Squared Difference||24.9%|Medium||
|
2475 |
| -|2334|Subarray With Elements Greater Than Varying Threshold||40.2%|Hard|| |
| 2475 | +|2334|Subarray With Elements Greater Than Varying Threshold||40.1%|Hard|| |
2476 | 2476 | |2335|Minimum Amount of Time to Fill Cups||55.3%|Easy||
|
2477 | 2477 | |2336|Smallest Number in Infinite Set||71.8%|Medium||
|
2478 | 2478 | |2337|Move Pieces to Obtain a String||48.0%|Medium||
|
2479 | 2479 | |2338|Count the Number of Ideal Arrays||25.3%|Hard||
|
2480 | 2480 | |2339|All the Matches of the League||88.8%|Easy||
|
2481 |
| -|2340|Minimum Adjacent Swaps to Make a Valid Array||76.7%|Medium|| |
| 2481 | +|2340|Minimum Adjacent Swaps to Make a Valid Array||76.6%|Medium|| |
2482 | 2482 | |2341|Maximum Number of Pairs in Array||76.6%|Easy||
|
2483 | 2483 | |2342|Max Sum of a Pair With Equal Sum of Digits||52.9%|Medium||
|
2484 | 2484 | |2343|Query Kth Smallest Trimmed Number||40.7%|Medium||
|
|
2518 | 2518 | |2377|Sort the Olympic Table||80.2%|Easy||
|
2519 | 2519 | |2378|Choose Edges to Maximize Score in a Tree||61.9%|Medium||
|
2520 | 2520 | |2379|Minimum Recolors to Get K Consecutive Black Blocks||56.6%|Easy||
|
2521 |
| -|2380|Time Needed to Rearrange a Binary String||47.6%|Medium|| |
| 2521 | +|2380|Time Needed to Rearrange a Binary String||47.7%|Medium|| |
2522 | 2522 | |2381|Shifting Letters II||33.9%|Medium||
|
2523 | 2523 | |2382|Maximum Segment Sum After Removals||47.7%|Hard||
|
2524 | 2524 | |2383|Minimum Hours of Training to Win a Competition||40.8%|Easy||
|
|
2532 | 2532 | |2391|Minimum Amount of Time to Collect Garbage||85.4%|Medium||
|
2533 | 2533 | |2392|Build a Matrix With Conditions||59.1%|Hard||
|
2534 | 2534 | |2393|Count Strictly Increasing Subarrays||76.4%|Medium||
|
2535 |
| -|2394|Employees With Deductions||50.9%|Medium|| |
| 2535 | +|2394|Employees With Deductions||50.8%|Medium|| |
2536 | 2536 | |2395|Find Subarrays With Equal Sum||63.6%|Easy||
|
2537 | 2537 | |2396|Strictly Palindromic Number||87.7%|Medium||
|
2538 | 2538 | |2397|Maximum Rows Covered by Columns||52.2%|Medium||
|
|
2544 | 2544 | |2403|Minimum Time to Kill All Monsters||52.3%|Hard||
|
2545 | 2545 | |2404|Most Frequent Even Element||51.7%|Easy||
|
2546 | 2546 | |2405|Optimal Partition of String||74.1%|Medium||
|
2547 |
| -|2406|Divide Intervals Into Minimum Number of Groups||44.9%|Medium|| |
| 2547 | +|2406|Divide Intervals Into Minimum Number of Groups||45.0%|Medium|| |
2548 | 2548 | |2407|Longest Increasing Subsequence II||20.6%|Hard||
|
2549 | 2549 | |2408|Design SQL||87.3%|Medium||
|
2550 | 2550 | |2409|Count Days Spent Together||42.3%|Easy||
|
|
2561 | 2561 | |2420|Find All Good Indices||36.8%|Medium||
|
2562 | 2562 | |2421|Number of Good Paths||37.5%|Hard||
|
2563 | 2563 | |2422|Merge Operations to Turn Array Into a Palindrome||74.8%|Medium||
|
2564 |
| -|2423|Remove Letter To Equalize Frequency||19.5%|Easy|| |
| 2564 | +|2423|Remove Letter To Equalize Frequency||19.4%|Easy|| |
2565 | 2565 | |2424|Longest Uploaded Prefix||53.2%|Medium||
|
2566 | 2566 | |2425|Bitwise XOR of All Pairings||58.3%|Medium||
|
2567 | 2567 | |2426|Number of Pairs Satisfying Inequality||41.0%|Hard||
|
|
2578 | 2578 | |2437|Number of Valid Clock Times||40.3%|Easy||
|
2579 | 2579 | |2438|Range Product Queries of Powers||36.5%|Medium||
|
2580 | 2580 | |2439|Minimize Maximum of Array||30.1%|Medium||
|
2581 |
| -|2440|Create Components With Same Value||53.4%|Hard|| |
| 2581 | +|2440|Create Components With Same Value||53.5%|Hard|| |
2582 | 2582 | |2441|Largest Positive Integer That Exists With Its Negative||68.7%|Easy||
|
2583 | 2583 | |2442|Count Number of Distinct Integers After Reverse Operations||78.8%|Medium||
|
2584 | 2584 | |2443|Sum of Number and Its Reverse||40.6%|Medium||
|
|
0 commit comments