|
479 | 479 | |0338|Counting Bits|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0338.Counting-Bits)|72.0%|Easy||
|
480 | 480 | |0339|Nested List Weight Sum||78.7%|Medium||
|
481 | 481 | |0340|Longest Substring with At Most K Distinct Characters||46.7%|Medium||
|
482 |
| -|0341|Flatten Nested List Iterator|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0341.Flatten-Nested-List-Iterator)|57.6%|Medium|| |
| 482 | +|0341|Flatten Nested List Iterator|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0341.Flatten-Nested-List-Iterator)|57.5%|Medium|| |
483 | 483 | |0342|Power of Four|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0342.Power-of-Four)|42.9%|Easy||
|
484 | 484 | |0343|Integer Break|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0343.Integer-Break)|52.7%|Medium||
|
485 | 485 | |0344|Reverse String|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0344.Reverse-String)|72.6%|Easy||
|
|
674 | 674 | |0533|Lonely Pixel II||48.3%|Medium||
|
675 | 675 | |0534|Game Play Analysis III||81.1%|Medium||
|
676 | 676 | |0535|Encode and Decode TinyURL|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0535.Encode-and-Decode-TinyURL)|83.1%|Medium||
|
677 |
| -|0536|Construct Binary Tree from String||54.4%|Medium|| |
| 677 | +|0536|Construct Binary Tree from String||54.5%|Medium|| |
678 | 678 | |0537|Complex Number Multiplication|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0537.Complex-Number-Multiplication)|70.9%|Medium||
|
679 | 679 | |0538|Convert BST to Greater Tree|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0538.Convert-BST-to-Greater-Tree)|61.7%|Medium||
|
680 | 680 | |0539|Minimum Time Difference||53.0%|Medium||
|
|
1002 | 1002 | |0861|Score After Flipping Matrix||74.4%|Medium||
|
1003 | 1003 | |0862|Shortest Subarray with Sum at Least K|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0862.Shortest-Subarray-with-Sum-at-Least-K)|25.9%|Hard||
|
1004 | 1004 | |0863|All Nodes Distance K in Binary Tree|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0863.All-Nodes-Distance-K-in-Binary-Tree)|59.9%|Medium||
|
1005 |
| -|0864|Shortest Path to Get All Keys|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0864.Shortest-Path-to-Get-All-Keys)|43.4%|Hard|| |
| 1005 | +|0864|Shortest Path to Get All Keys|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0864.Shortest-Path-to-Get-All-Keys)|43.5%|Hard|| |
1006 | 1006 | |0865|Smallest Subtree with all the Deepest Nodes||66.6%|Medium||
|
1007 | 1007 | |0866|Prime Palindrome||25.3%|Medium||
|
1008 | 1008 | |0867|Transpose Matrix|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0867.Transpose-Matrix)|61.4%|Easy||
|
|
1134 | 1134 | |0993|Cousins in Binary Tree|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0993.Cousins-in-Binary-Tree)|53.6%|Easy||
|
1135 | 1135 | |0994|Rotting Oranges||51.1%|Medium||
|
1136 | 1136 | |0995|Minimum Number of K Consecutive Bit Flips|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0995.Minimum-Number-of-K-Consecutive-Bit-Flips)|50.3%|Hard||
|
1137 |
| -|0996|Number of Squareful Arrays|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0996.Number-of-Squareful-Arrays)|49.1%|Hard|| |
| 1137 | +|0996|Number of Squareful Arrays|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0996.Number-of-Squareful-Arrays)|49.0%|Hard|| |
1138 | 1138 | |0997|Find the Town Judge||49.9%|Easy||
|
1139 | 1139 | |0998|Maximum Binary Tree II||64.8%|Medium||
|
1140 | 1140 | |0999|Available Captures for Rook|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0999.Available-Captures-for-Rook)|67.6%|Easy||
|
|
1406 | 1406 | |1265|Print Immutable Linked List in Reverse||94.1%|Medium||
|
1407 | 1407 | |1266|Minimum Time Visiting All Points|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1266.Minimum-Time-Visiting-All-Points)|79.2%|Easy||
|
1408 | 1408 | |1267|Count Servers that Communicate||57.9%|Medium||
|
1409 |
| -|1268|Search Suggestions System|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1268.Search-Suggestions-System)|65.8%|Medium|| |
| 1409 | +|1268|Search Suggestions System|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1268.Search-Suggestions-System)|65.7%|Medium|| |
1410 | 1410 | |1269|Number of Ways to Stay in the Same Place After Some Steps||43.3%|Hard||
|
1411 | 1411 | |1270|All People Report to the Given Manager||88.2%|Medium||
|
1412 | 1412 | |1271|Hexspeak||56.1%|Easy||
|
|
1424 | 1424 | |1283|Find the Smallest Divisor Given a Threshold|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1283.Find-the-Smallest-Divisor-Given-a-Threshold)|52.2%|Medium||
|
1425 | 1425 | |1284|Minimum Number of Flips to Convert Binary Matrix to Zero Matrix||70.8%|Hard||
|
1426 | 1426 | |1285|Find the Start and End Number of Continuous Ranges||88.3%|Medium||
|
1427 |
| -|1286|Iterator for Combination||71.6%|Medium|| |
| 1427 | +|1286|Iterator for Combination||71.7%|Medium|| |
1428 | 1428 | |1287|Element Appearing More Than 25% In Sorted Array|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1287.Element-Appearing-More-Than-25-In-Sorted-Array)|59.7%|Easy||
|
1429 | 1429 | |1288|Remove Covered Intervals||57.8%|Medium||
|
1430 | 1430 | |1289|Minimum Falling Path Sum II||62.4%|Hard||
|
|
1689 | 1689 | |1548|The Most Similar Path in a Graph||56.8%|Hard||
|
1690 | 1690 | |1549|The Most Recent Orders for Each Product||67.9%|Medium||
|
1691 | 1691 | |1550|Three Consecutive Odds||64.1%|Easy||
|
1692 |
| -|1551|Minimum Operations to Make Array Equal|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1551.Minimum-Operations-to-Make-Array-Equal)|80.6%|Medium|| |
| 1692 | +|1551|Minimum Operations to Make Array Equal|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1551.Minimum-Operations-to-Make-Array-Equal)|80.7%|Medium|| |
1693 | 1693 | |1552|Magnetic Force Between Two Balls||52.5%|Medium||
|
1694 | 1694 | |1553|Minimum Number of Days to Eat N Oranges||32.1%|Hard||
|
1695 | 1695 | |1554|Strings Differ by One Character||65.6%|Medium||
|
|
1793 | 1793 | |1652|Defuse the Bomb|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1652.Defuse-the-Bomb)|60.6%|Easy||
|
1794 | 1794 | |1653|Minimum Deletions to Make String Balanced|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1653.Minimum-Deletions-to-Make-String-Balanced)|54.0%|Medium||
|
1795 | 1795 | |1654|Minimum Jumps to Reach Home|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1654.Minimum-Jumps-to-Reach-Home)|25.7%|Medium||
|
1796 |
| -|1655|Distribute Repeating Integers|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1655.Distribute-Repeating-Integers)|40.6%|Hard|| |
| 1796 | +|1655|Distribute Repeating Integers|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1655.Distribute-Repeating-Integers)|40.7%|Hard|| |
1797 | 1797 | |1656|Design an Ordered Stream|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1656.Design-an-Ordered-Stream)|82.6%|Easy||
|
1798 | 1798 | |1657|Determine if Two Strings Are Close|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1657.Determine-if-Two-Strings-Are-Close)|54.7%|Medium||
|
1799 | 1799 | |1658|Minimum Operations to Reduce X to Zero|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1658.Minimum-Operations-to-Reduce-X-to-Zero)|33.3%|Medium||
|
|
2179 | 2179 | |2038|Remove Colored Pieces if Both Neighbors are the Same Color||53.6%|Medium||
|
2180 | 2180 | |2039|The Time When the Network Becomes Idle||47.0%|Medium||
|
2181 | 2181 | |2040|Kth Smallest Product of Two Sorted Arrays||23.5%|Hard||
|
2182 |
| -|2041|Accepted Candidates From the Interviews||75.3%|Medium|| |
| 2182 | +|2041|Accepted Candidates From the Interviews||75.4%|Medium|| |
2183 | 2183 | |2042|Check if Numbers Are Ascending in a Sentence||70.6%|Easy||
|
2184 | 2184 | |2043|Simple Bank System||64.0%|Medium||
|
2185 | 2185 | |2044|Count Number of Maximum Bitwise-OR Subsets||74.6%|Medium||
|
|
2205 | 2205 | |2064|Minimized Maximum of Products Distributed to Any Store||43.5%|Medium||
|
2206 | 2206 | |2065|Maximum Path Quality of a Graph||56.1%|Hard||
|
2207 | 2207 | |2066|Account Balance||84.5%|Medium||
|
2208 |
| -|2067|Number of Equal Count Substrings||64.2%|Medium|| |
| 2208 | +|2067|Number of Equal Count Substrings||64.0%|Medium|| |
2209 | 2209 | |2068|Check Whether Two Strings are Almost Equivalent||67.8%|Easy||
|
2210 | 2210 | |2069|Walking Robot Simulation II||15.5%|Medium||
|
2211 | 2211 | |2070|Most Beautiful Item for Each Query||42.6%|Medium||
|
2212 | 2212 | |2071|Maximum Number of Tasks You Can Assign||29.4%|Hard||
|
2213 |
| -|2072|The Winner University||91.9%|Easy|| |
2214 |
| -|2073|Time Needed to Buy Tickets||56.0%|Easy|| |
2215 |
| -|2074|Reverse Nodes in Even Length Groups||38.3%|Medium|| |
2216 |
| -|2075|Decode the Slanted Ciphertext||46.5%|Medium|| |
2217 |
| -|2076|Process Restricted Friend Requests||37.7%|Hard|| |
| 2213 | +|2072|The Winner University||92.1%|Easy|| |
| 2214 | +|2073|Time Needed to Buy Tickets||56.2%|Easy|| |
| 2215 | +|2074|Reverse Nodes in Even Length Groups||38.7%|Medium|| |
| 2216 | +|2075|Decode the Slanted Ciphertext||46.7%|Medium|| |
| 2217 | +|2076|Process Restricted Friend Requests||38.5%|Hard|| |
2218 | 2218 | |------------|-------------------------------------------------------|-------| ----------------| ---------------|-------------|
|
2219 | 2219 |
|
2220 | 2220 | ------------------------------------------------------------------
|
|
0 commit comments