|
126 | 126 |
|
127 | 127 | | | Easy | Medium | Hard | Total |
|
128 | 128 | |:--------:|:--------:|:--------:|:--------:|:--------:|
|
129 |
| -|Optimizing|33|33|23|89| |
| 129 | +|Optimizing|33|32|23|88| |
130 | 130 | |Accepted|**285**|**386**|**114**|**785**|
|
131 | 131 | |Total|499|1003|399|1901|
|
132 |
| -|Perfection Rate|88.4%|91.5%|79.8%|88.7%| |
| 132 | +|Perfection Rate|88.4%|91.7%|79.8%|88.8%| |
133 | 133 | |Completion Rate|57.1%|38.5%|28.6%|41.3%|
|
134 | 134 | |------------|----------------------------|----------------------------|----------------------------|----------------------------|
|
135 | 135 |
|
136 | 136 | ## 二. 目录
|
137 | 137 |
|
138 |
| -以下已经收录了 696 道题的题解,还有 11 道题在尝试优化到 beats 100% |
| 138 | +以下已经收录了 697 道题的题解,还有 11 道题在尝试优化到 beats 100% |
139 | 139 |
|
140 | 140 | | No. | Title | Solution | Acceptance | Difficulty | Frequency |
|
141 | 141 | |:--------:|:--------------------------------------------------------------|:--------:|:--------:|:--------:|:--------:|
|
|
611 | 611 | |0470|Implement Rand10() Using Rand7()|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0470.Implement-Rand10()-Using-Rand7())|46.1%|Medium||
|
612 | 612 | |0471|Encode String with Shortest Length||50.0%|Hard||
|
613 | 613 | |0472|Concatenated Words||44.0%|Hard||
|
614 |
| -|0473|Matchsticks to Square||40.0%|Medium|| |
| 614 | +|0473|Matchsticks to Square|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0473.Matchsticks-to-Square)|40.0%|Medium|| |
615 | 615 | |0474|Ones and Zeroes|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0474.Ones-and-Zeroes)|43.5%|Medium||
|
616 | 616 | |0475|Heaters|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0475.Heaters)|33.9%|Medium||
|
617 | 617 | |0476|Number Complement|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0476.Number-Complement)|65.2%|Easy||
|
|
664 | 664 | |0523|Continuous Subarray Sum|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0523.Continuous-Subarray-Sum)|25.2%|Medium||
|
665 | 665 | |0524|Longest Word in Dictionary through Deleting|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0524.Longest-Word-in-Dictionary-through-Deleting)|50.3%|Medium||
|
666 | 666 | |0525|Contiguous Array|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0525.Contiguous-Array)|43.9%|Medium||
|
667 |
| -|0526|Beautiful Arrangement|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0526.Beautiful-Arrangement)|62.4%|Medium|| |
| 667 | +|0526|Beautiful Arrangement|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0526.Beautiful-Arrangement)|62.3%|Medium|| |
668 | 668 | |0527|Word Abbreviation||56.8%|Hard||
|
669 | 669 | |0528|Random Pick with Weight|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0528.Random-Pick-with-Weight)|45.0%|Medium||
|
670 | 670 | |0529|Minesweeper|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0529.Minesweeper)|62.1%|Medium||
|
|
1745 | 1745 | |1604|Alert Using Same Key-Card Three or More Times in a One Hour Period||43.5%|Medium||
|
1746 | 1746 | |1605|Find Valid Matrix Given Row and Column Sums||77.6%|Medium||
|
1747 | 1747 | |1606|Find Servers That Handled Most Number of Requests||38.1%|Hard||
|
1748 |
| -|1607|Sellers With No Sales||55.1%|Easy|| |
| 1748 | +|1607|Sellers With No Sales||55.2%|Easy|| |
1749 | 1749 | |1608|Special Array With X Elements Greater Than or Equal X|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1608.Special-Array-With-X-Elements-Greater-Than-or-Equal-X)|61.4%|Easy||
|
1750 | 1750 | |1609|Even Odd Tree||52.3%|Medium||
|
1751 | 1751 | |1610|Maximum Number of Visible Points||32.5%|Hard||
|
|
1778 | 1778 | |1637|Widest Vertical Area Between Two Points Containing No Points||83.8%|Medium||
|
1779 | 1779 | |1638|Count Substrings That Differ by One Character||71.2%|Medium||
|
1780 | 1780 | |1639|Number of Ways to Form a Target String Given a Dictionary||40.3%|Hard||
|
1781 |
| -|1640|Check Array Formation Through Concatenation|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1640.Check-Array-Formation-Through-Concatenation)|55.6%|Easy|| |
| 1781 | +|1640|Check Array Formation Through Concatenation|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1640.Check-Array-Formation-Through-Concatenation)|55.5%|Easy|| |
1782 | 1782 | |1641|Count Sorted Vowel Strings|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1641.Count-Sorted-Vowel-Strings)|75.0%|Medium||
|
1783 |
| -|1642|Furthest Building You Can Reach|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1642.Furthest-Building-You-Can-Reach)|43.3%|Medium|| |
| 1783 | +|1642|Furthest Building You Can Reach|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1642.Furthest-Building-You-Can-Reach)|43.4%|Medium|| |
1784 | 1784 | |1643|Kth Smallest Instructions||45.4%|Hard||
|
1785 | 1785 | |1644|Lowest Common Ancestor of a Binary Tree II||56.9%|Medium||
|
1786 | 1786 | |1645|Hopper Company Queries II||38.9%|Hard||
|
|
1857 | 1857 | |1716|Calculate Money in Leetcode Bank|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1716.Calculate-Money-in-Leetcode-Bank)|64.1%|Easy||
|
1858 | 1858 | |1717|Maximum Score From Removing Substrings||41.6%|Medium||
|
1859 | 1859 | |1718|Construct the Lexicographically Largest Valid Sequence||48.4%|Medium||
|
1860 |
| -|1719|Number Of Ways To Reconstruct A Tree||39.7%|Hard|| |
| 1860 | +|1719|Number Of Ways To Reconstruct A Tree||39.8%|Hard|| |
1861 | 1861 | |1720|Decode XORed Array|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1720.Decode-XORed-Array)|85.4%|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)|66.6%|Medium||
|
1863 | 1863 | |1722|Minimize Hamming Distance After Swap Operations||46.0%|Medium||
|
|
1917 | 1917 | |1776|Car Fleet II||49.7%|Hard||
|
1918 | 1918 | |1777|Product's Price for Each Store||86.4%|Easy||
|
1919 | 1919 | |1778|Shortest Path in a Hidden Grid||45.0%|Medium||
|
1920 |
| -|1779|Find Nearest Point That Has the Same X or Y Coordinate||66.7%|Easy|| |
| 1920 | +|1779|Find Nearest Point That Has the Same X or Y Coordinate||66.6%|Easy|| |
1921 | 1921 | |1780|Check if Number is a Sum of Powers of Three||63.2%|Medium||
|
1922 | 1922 | |1781|Sum of Beauty of All Substrings||58.3%|Medium||
|
1923 | 1923 | |1782|Count Pairs Of Nodes||34.4%|Hard||
|
|
1981 | 1981 | |1840|Maximum Building Height||34.3%|Hard||
|
1982 | 1982 | |1841|League Statistics||61.7%|Medium||
|
1983 | 1983 | |1842|Next Palindrome Using Same Digits||63.8%|Hard||
|
1984 |
| -|1843|Suspicious Bank Accounts||52.2%|Medium|| |
| 1984 | +|1843|Suspicious Bank Accounts||52.1%|Medium|| |
1985 | 1985 | |1844|Replace All Digits with Characters||80.1%|Easy||
|
1986 | 1986 | |1845|Seat Reservation Manager||55.1%|Medium||
|
1987 | 1987 | |1846|Maximum Element After Decreasing and Rearranging||54.6%|Medium||
|
|
2023 | 2023 | |1882|Process Tasks Using Servers||30.4%|Medium||
|
2024 | 2024 | |1883|Minimum Skips to Arrive at Meeting On Time||38.0%|Hard||
|
2025 | 2025 | |1884|Egg Drop With 2 Eggs and N Floors||70.6%|Medium||
|
2026 |
| -|1885|Count Pairs in Two Arrays||56.2%|Medium|| |
| 2026 | +|1885|Count Pairs in Two Arrays||56.3%|Medium|| |
2027 | 2027 | |1886|Determine Whether Matrix Can Be Obtained By Rotation||53.6%|Easy||
|
2028 | 2028 | |1887|Reduction Operations to Make the Array Elements Equal||59.5%|Medium||
|
2029 | 2029 | |1888|Minimum Number of Flips to Make the Binary String Alternating||33.6%|Medium||
|
|
2032 | 2032 | |1891|Cutting Ribbons||55.8%|Medium||
|
2033 | 2033 | |1892|Page Recommendations II||40.6%|Hard||
|
2034 | 2034 | |1893|Check if All the Integers in a Range Are Covered||48.8%|Easy||
|
2035 |
| -|1894|Find the Student that Will Replace the Chalk||37.9%|Medium|| |
| 2035 | +|1894|Find the Student that Will Replace the Chalk||37.8%|Medium|| |
2036 | 2036 | |1895|Largest Magic Square||48.4%|Medium||
|
2037 | 2037 | |1896|Minimum Cost to Change the Final Value of Expression||49.4%|Hard||
|
2038 | 2038 | |1897|Redistribute Characters to Make All Strings Equal||58.1%|Easy||
|
|
0 commit comments