File tree 3 files changed +3
-1
lines changed
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 238
238
| [ 2043. 简易银行系统] ( https://leetcode-cn.com/problems/simple-bank-system/ ) | [ LeetCode 题解链接] ( https://leetcode-cn.com/problems/simple-bank-system/solution/by-ac_oier-9pqi/ ) | 中等 | 🤩🤩🤩🤩 |
239
239
| [ 2047. 句子中的有效单词数] ( https://leetcode-cn.com/problems/number-of-valid-words-in-a-sentence/ ) | [ LeetCode 题解链接] ( https://leetcode-cn.com/problems/number-of-valid-words-in-a-sentence/solution/gong-shui-san-xie-jian-dan-zi-fu-chuan-m-5pcz/ ) | 简单 | 🤩🤩🤩🤩 |
240
240
| [ 2069. 模拟行走机器人 II] ( https://leetcode-cn.com/problems/walking-robot-simulation-ii/ ) | [ LeetCode 题解链接] ( https://leetcode-cn.com/problems/walking-robot-simulation-ii/solution/by-ac_oier-6zib/ ) | 中等 | 🤩🤩🤩🤩 |
241
+ | [ 2335. 装满杯子需要的最短总时长] ( https://leetcode.cn/problems/minimum-amount-of-time-to-fill-cups/ ) | [ LeetCode 题解链接] ( https://mp.weixin.qq.com/s?__biz=MzU4NDE3MTEyMA==&mid=2247495870&idx=1&sn=a15b87852faaa33fc9d976b575ef1099 ) | 简单 | 🤩🤩🤩🤩🤩 |
241
242
| [ 面试题 01.02. 判定是否互为字符重排] ( https://leetcode.cn/problems/check-permutation-lcci/ ) | [ LeetCode 题解链接] ( https://leetcode.cn/problems/check-permutation-lcci/solution/by-ac_oier-qj3j/ ) | 简单 | 🤩🤩🤩 |
242
243
| [ 面试题 01.05. 一次编辑] ( https://leetcode.cn/problems/one-away-lcci/ ) | [ LeetCode 题解链接] ( https://leetcode.cn/problems/one-away-lcci/solution/by-ac_oier-7ml0/ ) | 中等 | 🤩🤩🤩🤩 |
243
244
| [ 面试题 01.08. 零矩阵] ( https://leetcode.cn/problems/zero-matrix-lcci/ ) | [ LeetCode 题解链接] ( https://leetcode.cn/problems/zero-matrix-lcci/solution/by-ac_oier-0lo0/ ) | 中等 | 🤩🤩🤩🤩 |
Original file line number Diff line number Diff line change 47
47
| [ 1877. 数组中最大数对和的最小值] ( https://leetcode-cn.com/problems/minimize-maximum-pair-sum-in-array/ ) | [ LeetCode 题解链接] ( https://leetcode-cn.com/problems/minimize-maximum-pair-sum-in-array/solution/gong-shui-san-xie-noxiang-xin-ke-xue-xi-ru29y/ ) | 中等 | 🤩🤩🤩🤩🤩 |
48
48
| [ 1996. 游戏中弱角色的数量] ( https://leetcode-cn.com/problems/the-number-of-weak-characters-in-the-game/ ) | [ LeetCode 题解链接] ( https://leetcode-cn.com/problems/the-number-of-weak-characters-in-the-game/solution/gong-shui-san-xie-tan-xin-yun-yong-ti-by-5ok6/ ) | 中等 | 🤩🤩🤩🤩 |
49
49
| [ 2170. 使数组变成交替数组的最少操作数] ( https://leetcode-cn.com/problems/minimum-operations-to-make-the-array-alternating/ ) | [ LeetCode 题解链接] ( https://leetcode-cn.com/problems/minimum-operations-to-make-the-array-alternating/solution/gong-shui-san-xie-jian-dan-ji-shu-lei-ta-0eo4/ ) | 中等 | 🤩🤩🤩🤩 |
50
+ | [ 2335. 装满杯子需要的最短总时长] ( https://leetcode.cn/problems/minimum-amount-of-time-to-fill-cups/ ) | [ LeetCode 题解链接] ( https://mp.weixin.qq.com/s?__biz=MzU4NDE3MTEyMA==&mid=2247495870&idx=1&sn=a15b87852faaa33fc9d976b575ef1099 ) | 简单 | 🤩🤩🤩🤩🤩 |
50
51
| [ 剑指 Offer II 067. 最大的异或] ( https://leetcode.cn/problems/ms70jA/ ) | [ LeetCode 题解链接] ( https://leetcode.cn/problems/ms70jA/solution/by-ac_oier-d9kx/ ) | 中等 | 🤩🤩🤩🤩 |
51
52
Original file line number Diff line number Diff line change 1
1
### 题目描述
2
2
3
- 这是 LeetCode 上的 ** [ 2335. 装满杯子需要的最短总时长] ( ) ** ,难度为 ** 简单** 。
3
+ 这是 LeetCode 上的 ** [ 2335. 装满杯子需要的最短总时长] ( https://mp.weixin.qq.com/s?__biz=MzU4NDE3MTEyMA==&mid=2247495870&idx=1&sn=a15b87852faaa33fc9d976b575ef1099 ) ** ,难度为 ** 简单** 。
4
4
5
5
Tag : 「排序」、「递归」、「模拟」、「贪心」、「数学」
6
6
You can’t perform that action at this time.
0 commit comments