上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 44 下一页
摘要: LeetCode 2006. Count Number of Pairs With Absolute Difference K (差的绝对值为 K 的数对数目) 题目 链接 https://leetcode-cn.com/problems/count-number-of-pairs-with-abs 阅读全文
posted @ 2022-02-09 19:49 cheng102e 阅读(74) 评论(0) 推荐(0) 编辑
摘要: LeetCode 2000. Reverse Prefix of Word (反转单词前缀) 题目 链接 https://leetcode-cn.com/problems/reverse-prefix-of-word/ 问题描述 给你一个下标从 0 开始的字符串 word 和一个字符 ch 。找出 阅读全文
posted @ 2022-02-02 16:07 cheng102e 阅读(35) 评论(0) 推荐(0) 编辑
摘要: LeetCode 1763. Longest Nice Substring (最长的美好子字符串) 题目 链接 https://leetcode-cn.com/problems/longest-nice-substring/ 问题描述 当一个字符串 s 包含的每一种字母的大写和小写形式 同时 出现在 阅读全文
posted @ 2022-02-02 16:06 cheng102e 阅读(49) 评论(0) 推荐(0) 编辑
摘要: LeetCode 539. Minimum Time Difference(最小时间差) 题目 链接 https://leetcode-cn.com/problems/minimum-time-difference/ 问题描述 给定一个 24 小时制(小时:分钟 "HH:MM" )的时间列表,找出列 阅读全文
posted @ 2022-01-18 23:32 cheng102e 阅读(64) 评论(0) 推荐(0) 编辑
摘要: LeetCode 747. Largest Number At Least Twice of Others(至少是其他数字两倍的最大数) 题目 链接 https://leetcode-cn.com/problems/largest-number-at-least-twice-of-others/ 问 阅读全文
posted @ 2022-01-16 23:09 cheng102e 阅读(25) 评论(0) 推荐(0) 编辑
摘要: LeetCode 645. Set Mismatch(错误的集合) 题目 链接 https://leetcode-cn.com/problems/set-mismatch 问题描述 集合 s 包含从 1 到 n 的整数。不幸的是,因为数据错误,导致集合里面某一个数字复制了成了集合里面的另外一个数字的 阅读全文
posted @ 2021-07-04 10:20 cheng102e 阅读(90) 评论(0) 推荐(0) 编辑
摘要: LeetCode 401. Binary Watch(二进制手表) 题目 链接 https://leetcode-cn.com/problems/binary-watch 问题描述 二进制手表顶部有 4 个 LED 代表 小时(0-11),底部的 6 个 LED 代表 分钟(0-59)。每个 LED 阅读全文
posted @ 2021-06-21 08:44 cheng102e 阅读(128) 评论(0) 推荐(0) 编辑
摘要: LeetCode 852. Peak Index in a Mountain Array(山脉数组的峰顶索引) 题目 链接 https://leetcode-cn.com/problems/peak-index-in-a-mountain-array 问题描述 符合下列属性的数组 arr 称为 山脉 阅读全文
posted @ 2021-06-15 15:42 cheng102e 阅读(63) 评论(0) 推荐(0) 编辑
摘要: LeetCode 518. Coin Change 2(零钱兑换 II) 题目 链接 https://leetcode-cn.com/problems/coin-change-2 问题描述 给定不同面额的硬币和一个总金额。写出函数来计算可以凑成总金额的硬币组合数。假设每一种面额的硬币有无限个。 示例 阅读全文
posted @ 2021-06-10 14:59 cheng102e 阅读(114) 评论(0) 推荐(0) 编辑
摘要: LeetCode 860. Lemonade Change(柠檬水找零) 题目 链接 https://leetcode-cn.com/problems/lemonade-change 问题描述 在柠檬水摊上,每一杯柠檬水的售价为 5 美元。 顾客排队购买你的产品,(按账单 bills 支付的顺序)一 阅读全文
posted @ 2021-06-10 11:29 cheng102e 阅读(91) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 44 下一页