mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-13 11:21:42 +08:00
存量题库数据更新
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<p><strong>提示:</strong></p>
|
||||
|
||||
<ul>
|
||||
<li>裁剪到剩下 <code>x</code> 个数位的意思是不断删除最左边的数位,直到剩下 <code>x</code> 个数位。</li>
|
||||
<li>裁剪到剩下最右边 <code>x</code> 个数位的意思是不断删除最左边的数位,直到剩下 <code>x</code> 个数位。</li>
|
||||
<li><code>nums</code> 中的字符串可能会有前导 0 。</li>
|
||||
</ul>
|
||||
|
||||
@@ -57,3 +57,7 @@
|
||||
<li><code>1 <= k<sub>i</sub> <= nums.length</code></li>
|
||||
<li><code>1 <= trim<sub>i</sub> <= nums[0].length</code></li>
|
||||
</ul>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p><strong>进阶:</strong>你能使用 <strong>基数排序算法</strong> 解决此问题吗?这种解法的复杂度又是多少?</p>
|
||||
|
Reference in New Issue
Block a user