You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+43-2
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,47 @@ LeetCode Problems' Solutions
78
78
79
79
| # | Title | Solution | Difficulty |
80
80
| :-: | - | - | :-: |
81
+
| <spanid="2045">2045</span> |[Second Minimum Time to Reach Destination](https://leetcode.com/problems/second-minimum-time-to-reach-destination"到达目的地的第二短时间")|[Go](problems/second-minimum-time-to-reach-destination)| Hard |
82
+
| <spanid="2044">2044</span> |[Count Number of Maximum Bitwise-OR Subsets](https://leetcode.com/problems/count-number-of-maximum-bitwise-or-subsets"统计按位或能得到最大值的子集数目")|[Go](problems/count-number-of-maximum-bitwise-or-subsets)| Medium |
83
+
| <spanid="2043">2043</span> |[Simple Bank System](https://leetcode.com/problems/simple-bank-system"简易银行系统")|[Go](problems/simple-bank-system)| Medium |
84
+
| <spanid="2042">2042</span> |[Check if Numbers Are Ascending in a Sentence](https://leetcode.com/problems/check-if-numbers-are-ascending-in-a-sentence"检查句子中的数字是否递增")|[Go](problems/check-if-numbers-are-ascending-in-a-sentence)| Easy |
85
+
| <spanid="2041">2041</span> |[Accepted Candidates From the Interviews](https://leetcode.com/problems/accepted-candidates-from-the-interviews) 🔒 |[MySQL](problems/accepted-candidates-from-the-interviews)| Medium |
86
+
| <spanid="2040">2040</span> |[Kth Smallest Product of Two Sorted Arrays](https://leetcode.com/problems/kth-smallest-product-of-two-sorted-arrays"两个有序数组的第 K 小乘积")|[Go](problems/kth-smallest-product-of-two-sorted-arrays)| Hard |
87
+
| <spanid="2039">2039</span> |[The Time When the Network Becomes Idle](https://leetcode.com/problems/the-time-when-the-network-becomes-idle"网络空闲的时刻")|[Go](problems/the-time-when-the-network-becomes-idle)| Medium |
88
+
| <spanid="2038">2038</span> |[Remove Colored Pieces if Both Neighbors are the Same Color](https://leetcode.com/problems/remove-colored-pieces-if-both-neighbors-are-the-same-color"如果相邻两个颜色均相同则删除当前颜色")|[Go](problems/remove-colored-pieces-if-both-neighbors-are-the-same-color)| Medium |
89
+
| <spanid="2037">2037</span> |[Minimum Number of Moves to Seat Everyone](https://leetcode.com/problems/minimum-number-of-moves-to-seat-everyone"使每位学生都有座位的最少移动次数")|[Go](problems/minimum-number-of-moves-to-seat-everyone)| Easy |
90
+
| <spanid="2036">2036</span> |[Maximum Alternating Subarray Sum](https://leetcode.com/problems/maximum-alternating-subarray-sum) 🔒 |[Go](problems/maximum-alternating-subarray-sum)| Medium |
91
+
| <spanid="2035">2035</span> |[Partition Array Into Two Arrays to Minimize Sum Difference](https://leetcode.com/problems/partition-array-into-two-arrays-to-minimize-sum-difference"将数组分成两个数组并最小化数组和的差")|[Go](problems/partition-array-into-two-arrays-to-minimize-sum-difference)| Hard |
92
+
| <spanid="2034">2034</span> |[Stock Price Fluctuation](https://leetcode.com/problems/stock-price-fluctuation"股票价格波动")|[Go](problems/stock-price-fluctuation)| Medium |
93
+
| <spanid="2033">2033</span> |[Minimum Operations to Make a Uni-Value Grid](https://leetcode.com/problems/minimum-operations-to-make-a-uni-value-grid"获取单值网格的最小操作数")|[Go](problems/minimum-operations-to-make-a-uni-value-grid)| Medium |
94
+
| <spanid="2032">2032</span> |[Two Out of Three](https://leetcode.com/problems/two-out-of-three"至少在两个数组中出现的值")|[Go](problems/two-out-of-three)| Easy |
95
+
| <spanid="2031">2031</span> |[Count Subarrays With More Ones Than Zeros](https://leetcode.com/problems/count-subarrays-with-more-ones-than-zeros) 🔒 |[Go](problems/count-subarrays-with-more-ones-than-zeros)| Medium |
96
+
| <spanid="2030">2030</span> |[Smallest K-Length Subsequence With Occurrences of a Letter](https://leetcode.com/problems/smallest-k-length-subsequence-with-occurrences-of-a-letter"含特定字母的最小子序列")|[Go](problems/smallest-k-length-subsequence-with-occurrences-of-a-letter)| Hard |
97
+
| <spanid="2029">2029</span> |[Stone Game IX](https://leetcode.com/problems/stone-game-ix"石子游戏 IX")|[Go](problems/stone-game-ix)| Medium |
98
+
| <spanid="2028">2028</span> |[Find Missing Observations](https://leetcode.com/problems/find-missing-observations"找出缺失的观测数据")|[Go](problems/find-missing-observations)| Medium |
99
+
| <spanid="2027">2027</span> |[Minimum Moves to Convert String](https://leetcode.com/problems/minimum-moves-to-convert-string"转换字符串的最少操作次数")|[Go](problems/minimum-moves-to-convert-string)| Easy |
| <spanid="2025">2025</span> |[Maximum Number of Ways to Partition an Array](https://leetcode.com/problems/maximum-number-of-ways-to-partition-an-array"分割数组的最多方案数")|[Go](problems/maximum-number-of-ways-to-partition-an-array)| Hard |
102
+
| <spanid="2024">2024</span> |[Maximize the Confusion of an Exam](https://leetcode.com/problems/maximize-the-confusion-of-an-exam"考试的最大困扰度")|[Go](problems/maximize-the-confusion-of-an-exam)| Medium |
103
+
| <spanid="2023">2023</span> |[Number of Pairs of Strings With Concatenation Equal to Target](https://leetcode.com/problems/number-of-pairs-of-strings-with-concatenation-equal-to-target"连接后等于目标字符串的字符串对")|[Go](problems/number-of-pairs-of-strings-with-concatenation-equal-to-target)| Medium |
104
+
| <spanid="2022">2022</span> |[Convert 1D Array Into 2D Array](https://leetcode.com/problems/convert-1d-array-into-2d-array"将一维数组转变成二维数组")|[Go](problems/convert-1d-array-into-2d-array)| Easy |
105
+
| <spanid="2021">2021</span> |[Brightest Position on Street](https://leetcode.com/problems/brightest-position-on-street) 🔒 |[Go](problems/brightest-position-on-street)| Medium |
106
+
| <spanid="2020">2020</span> |[Number of Accounts That Did Not Stream](https://leetcode.com/problems/number-of-accounts-that-did-not-stream) 🔒 |[MySQL](problems/number-of-accounts-that-did-not-stream)| Medium |
107
+
| <spanid="2019">2019</span> |[The Score of Students Solving Math Expression](https://leetcode.com/problems/the-score-of-students-solving-math-expression"解出数学表达式的学生分数")|[Go](problems/the-score-of-students-solving-math-expression)| Hard |
108
+
| <spanid="2018">2018</span> |[Check if Word Can Be Placed In Crossword](https://leetcode.com/problems/check-if-word-can-be-placed-in-crossword"判断单词是否能放入填字游戏内")|[Go](problems/check-if-word-can-be-placed-in-crossword)| Medium |
109
+
| <spanid="2017">2017</span> |[Grid Game](https://leetcode.com/problems/grid-game"网格游戏")|[Go](problems/grid-game)| Medium |
110
+
| <spanid="2016">2016</span> |[Maximum Difference Between Increasing Elements](https://leetcode.com/problems/maximum-difference-between-increasing-elements"增量元素之间的最大差值")|[Go](problems/maximum-difference-between-increasing-elements)| Easy |
111
+
| <spanid="2015">2015</span> |[Average Height of Buildings in Each Segment](https://leetcode.com/problems/average-height-of-buildings-in-each-segment) 🔒 |[Go](problems/average-height-of-buildings-in-each-segment)| Medium |
112
+
| <spanid="2014">2014</span> |[Longest Subsequence Repeated k Times](https://leetcode.com/problems/longest-subsequence-repeated-k-times"重复 K 次的最长子序列")|[Go](problems/longest-subsequence-repeated-k-times)| Hard |
113
+
| <spanid="2013">2013</span> |[Detect Squares](https://leetcode.com/problems/detect-squares"检测正方形")|[Go](problems/detect-squares)| Medium |
114
+
| <spanid="2012">2012</span> |[Sum of Beauty in the Array](https://leetcode.com/problems/sum-of-beauty-in-the-array"数组美丽值求和")|[Go](problems/sum-of-beauty-in-the-array)| Medium |
115
+
| <spanid="2011">2011</span> |[Final Value of Variable After Performing Operations](https://leetcode.com/problems/final-value-of-variable-after-performing-operations"执行操作后的变量值")|[Go](problems/final-value-of-variable-after-performing-operations)| Easy |
116
+
| <spanid="2010">2010</span> |[The Number of Seniors and Juniors to Join the Company II](https://leetcode.com/problems/the-number-of-seniors-and-juniors-to-join-the-company-ii) 🔒 |[MySQL](problems/the-number-of-seniors-and-juniors-to-join-the-company-ii)| Hard |
117
+
| <spanid="2009">2009</span> |[Minimum Number of Operations to Make Array Continuous](https://leetcode.com/problems/minimum-number-of-operations-to-make-array-continuous"使数组连续的最少操作数")|[Go](problems/minimum-number-of-operations-to-make-array-continuous)| Hard |
118
+
| <spanid="2008">2008</span> |[Maximum Earnings From Taxi](https://leetcode.com/problems/maximum-earnings-from-taxi"出租车的最大盈利")|[Go](problems/maximum-earnings-from-taxi)| Medium |
119
+
| <spanid="2007">2007</span> |[Find Original Array From Doubled Array](https://leetcode.com/problems/find-original-array-from-doubled-array"从双倍数组中还原原数组")|[Go](problems/find-original-array-from-doubled-array)| Medium |
120
+
| <spanid="2006">2006</span> |[Count Number of Pairs With Absolute Difference K](https://leetcode.com/problems/count-number-of-pairs-with-absolute-difference-k"差的绝对值为 K 的数对数目")|[Go](problems/count-number-of-pairs-with-absolute-difference-k)| Easy |
121
+
| <spanid="2005">2005</span> |[Subtree Removal Game with Fibonacci Tree](https://leetcode.com/problems/subtree-removal-game-with-fibonacci-tree) 🔒 |[Go](problems/subtree-removal-game-with-fibonacci-tree)| Hard |
81
122
| <spanid="2004">2004</span> |[The Number of Seniors and Juniors to Join the Company](https://leetcode.com/problems/the-number-of-seniors-and-juniors-to-join-the-company) 🔒 |[MySQL](problems/the-number-of-seniors-and-juniors-to-join-the-company)| Hard |
82
123
| <spanid="2003">2003</span> |[Smallest Missing Genetic Value in Each Subtree](https://leetcode.com/problems/smallest-missing-genetic-value-in-each-subtree"每棵子树内缺失的最小基因值")|[Go](problems/smallest-missing-genetic-value-in-each-subtree)| Hard |
83
124
| <spanid="2002">2002</span> |[Maximum Product of the Length of Two Palindromic Subsequences](https://leetcode.com/problems/maximum-product-of-the-length-of-two-palindromic-subsequences"两个回文子序列长度的最大乘积")|[Go](problems/maximum-product-of-the-length-of-two-palindromic-subsequences)| Medium |
@@ -164,7 +205,7 @@ LeetCode Problems' Solutions
164
205
| <spanid="1921">1921</span> |[Eliminate Maximum Number of Monsters](https://leetcode.com/problems/eliminate-maximum-number-of-monsters"消灭怪物的最大数量")|[Go](problems/eliminate-maximum-number-of-monsters)| Medium |
165
206
| <spanid="1920">1920</span> |[Build Array from Permutation](https://leetcode.com/problems/build-array-from-permutation"基于排列构建数组")|[Go](problems/build-array-from-permutation)| Easy |
166
207
| <spanid="1919">1919</span> |[Leetcodify Similar Friends](https://leetcode.com/problems/leetcodify-similar-friends"兴趣相同的朋友") 🔒 |[MySQL](problems/leetcodify-similar-friends)| Hard |
167
-
| <spanid="1918">1918</span> |[Kth Smallest Subarray Sum](https://leetcode.com/problems/kth-smallest-subarray-sum"第 K 小的子序列和") 🔒 |[Go](problems/kth-smallest-subarray-sum)| Medium |
208
+
| <spanid="1918">1918</span> |[Kth Smallest Subarray Sum](https://leetcode.com/problems/kth-smallest-subarray-sum"第 K 小的子数组和·") 🔒 |[Go](problems/kth-smallest-subarray-sum)| Medium |
168
209
| <spanid="1917">1917</span> |[Leetcodify Friends Recommendations](https://leetcode.com/problems/leetcodify-friends-recommendations) 🔒 |[MySQL](problems/leetcodify-friends-recommendations)| Hard |
169
210
| <spanid="1916">1916</span> |[Count Ways to Build Rooms in an Ant Colony](https://leetcode.com/problems/count-ways-to-build-rooms-in-an-ant-colony"统计为蚁群构筑房间的不同顺序")|[Go](problems/count-ways-to-build-rooms-in-an-ant-colony)| Hard |
170
211
| <spanid="1915">1915</span> |[Number of Wonderful Substrings](https://leetcode.com/problems/number-of-wonderful-substrings"最美子字符串的数目")|[Go](problems/number-of-wonderful-substrings)| Medium |
@@ -523,7 +564,7 @@ LeetCode Problems' Solutions
523
564
| <spanid="1562">1562</span> |[Find Latest Group of Size M](https://leetcode.com/problems/find-latest-group-of-size-m"查找大小为 M 的最新分组")|[Go](problems/find-latest-group-of-size-m)| Medium |
524
565
| <spanid="1561">1561</span> |[Maximum Number of Coins You Can Get](https://leetcode.com/problems/maximum-number-of-coins-you-can-get"你可以获得的最大硬币数目")|[Go](problems/maximum-number-of-coins-you-can-get)| Medium |
525
566
| <spanid="1560">1560</span> |[Most Visited Sector in a Circular Track](https://leetcode.com/problems/most-visited-sector-in-a-circular-track"圆形赛道上经过次数最多的扇区")|[Go](problems/most-visited-sector-in-a-circular-track)| Easy |
526
-
| <spanid="1559">1559</span> |[Detect Cycles in 2D Grid](https://leetcode.com/problems/detect-cycles-in-2d-grid"二维网格图中探测环")|[Go](problems/detect-cycles-in-2d-grid)|Hard|
567
+
| <spanid="1559">1559</span> |[Detect Cycles in 2D Grid](https://leetcode.com/problems/detect-cycles-in-2d-grid"二维网格图中探测环")|[Go](problems/detect-cycles-in-2d-grid)|Medium|
527
568
| <spanid="1558">1558</span> |[Minimum Numbers of Function Calls to Make Target Array](https://leetcode.com/problems/minimum-numbers-of-function-calls-to-make-target-array"得到目标数组的最少函数调用次数")|[Go](problems/minimum-numbers-of-function-calls-to-make-target-array)| Medium |
528
569
| <spanid="1557">1557</span> |[Minimum Number of Vertices to Reach All Nodes](https://leetcode.com/problems/minimum-number-of-vertices-to-reach-all-nodes"可以到达所有点的最少点数目")|[Go](problems/minimum-number-of-vertices-to-reach-all-nodes)| Medium |
0 commit comments