X

数学

LEETCODE 1304. Find N Unique Integers Sum up to Zero 解题思路分析

题目大意: 和为零的N个唯一整数 给你一…

LEETCODE 1295. Find Numbers with Even Number of Digits 解题思路分析

题目大意: 统计位数为偶数的数字 给你一…

LEETCODE 1291. Sequential Digits 解题思路分析

题目大意: 顺次数 我们定义「顺次数」为…

LEETCODE 679. 24 Game 解题思路分析

题目大意: 24 点游戏 你有 4 张写…

LEETCODE 1281. Subtract the Product and Sum of Digits of an Integer 解题思路分析

题目大意: 整数的各位积和之差 给你一个…

LEETCODE 1180. Count Substrings with Only One Distinct Letter 解题思路分析

题目大意: 统计只含单一字母的子串 给你…

LEETCODE 1272. Remove Interval 解题思路分析

题目大意: 删除区间 给你一个 有序的 …

LEETCODE 1276. Number of Burgers with No Waste of Ingredients 解题思路分析

题目大意: 不浪费原料的汉堡制作方案 圣…

LEETCODE 1271. Hexspeak 解题思路分析

题目大意: 十六进制魔术数字 你有一个十…

LEETCODE 1266. Minimum Time Visiting All Points 解题思路分析

题目大意: 访问所有点的最小时间 平面上…