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