数学
LEETCODE 1453. Maximum Number of Darts Inside of a Circular Dartboard 解题思路分析
题目大意: 圆形靶内的最大飞镖数量 墙壁…
LEETCODE 402. Remove K Digits 解题思路分析
题目大意: 移掉K位数字 给定一个以字符…
LEETCODE 1432. Max Difference You Can Get From Changing an Integer 解题思路分析
题目大意: 改变一个整数能得到的最大差值…
LEETCODE 66. Plus One 解题思路分析
题目大意: 加一 给定一个由整数组成的非…
LEETCODE 1401. Circle and Rectangle Overlapping 解题思路分析
题目大意: 圆和矩形是否有重叠 给你一个…
LEETCODE 1404. Number of Steps to Reduce a Number in Binary Representation to One 解题思路分析
题目大意: 将二进制表示减到 1 的步骤…
LEETCODE 1414. Find the Minimum Number of Fibonacci Numbers Whose Sum Is K 解题思路分析
题目大意: 和为 K 的最少斐波那契数字…
LEETCODE 1402. Reducing Dishes 解题思路分析
题目大意: 做菜顺序 一个厨师收集了他&…
LEETCODE 43. Multiply Strings 解题思路分析
字符串相乘 给定两个以字符串形式表示的非…
LEETCODE 1390. Four Divisors 解题思路分析
题目大意: 四因数 给你一个整数数组&n…