因为题解较多,因此按照题号排序,每 100 道题汇总到一起。 你可以在侧边栏点击题号所处的范围,也可以通过 Ctrl + F 搜索题号/标题。
LeetCode 之 1000-1099 刷题笔记
- 1001. Grid Illumination 网格照明
- 1002. Find Common Characters 查找共用字符
- 1003. Check If Word Is Valid After Substitutions 检查替换后的词是否有效
- 1004. Max Consecutive Ones III 最大连续1的个数 III
- 1005. Maximize Sum Of Array After K Negations K 次取反后最大化的数组和
- 1006. Clumsy Factorial 笨阶乘
- 1007. Minimum Domino Rotations For Equal Row 行相等的最少多米诺旋转
- 1008. Construct Binary Search Tree from Preorder Traversal 前序遍历构造二叉搜索树
- 1012. Numbers With Repeated Digits 至少有 1 位重复的数字
- 1013. Partition Array Into Three Parts With Equal Sum 将数组分成和相等的三个部分
- 1014. Best Sightseeing Pair 最佳观光组合
- 1018. Binary Prefix Divisible By 5 可被 5 整除的二进制前缀
- 1019. Next Greater Node In Linked List 链表中的下一个更大节点
- 1020. Number of Enclaves 飞地的数量
- 1021. Remove Outermost Parentheses 删除最外层的括号
- 1022. Sum of Root To Leaf Binary Numbers 从根到叶的二进制数之和
- 1023. Camelcase Matching 驼峰式匹配
- 1024. Video Stitching 视频拼接
- 1025. Divisor Game 除数博弈
- 1029. Two City Scheduling 两地调度
- 1030. Matrix Cells in Distance Order 距离顺序排列矩阵单元格
- 1033. Moving Stones Until Consecutive 移动石子直到连续
- 1037. Valid Boomerang 有效的回旋镖
- 1041. Robot Bounded In Circle 困于环中的机器人
- 1042. Flower Planting With No Adjacent 不邻接植花
- 1046. Last Stone Weight 最后一块石头的重量
- 1047. Remove All Adjacent Duplicates In String 删除字符串中的所有相邻重复项
- 1051. Height Checker 高度检查器
- 1056. Confusing Number 易混淆数
- 1060. Missing Element in Sorted Array 有序数组中的缺失元素
- 1064. Fixed Point 不动点
- 1065. Index Pairs of a String 字符串的索引对
- 1071. Greatest Common Divisor of Strings 字符串的最大公因子
- 1079. Letter Tile Possibilities 活字印刷
- 1085. Sum of Digits in the Minimum Number 最小元素各数位之和
- 1086. High Five 前五科的均分
- 1094. Car Pooling 拼车
- 1095. Find in Mountain Array 山脉数组中查找目标值
- 1099. Two Sum Less Than K 小于 K 的两数之和