因为题解较多,因此按照题号排序,每 100 道题汇总到一起。 你可以在侧边栏点击题号所处的范围,也可以通过 Ctrl + F 搜索题号/标题。
LeetCode 之 1100-1199 刷题笔记
- 1101. The Earliest Moment When Everyone Become Friends 彼此熟识的最早时间
- 1102. Path With Maximum Minimum Value 得分最高的路径
- 1110. Delete Nodes And Return Forest 删点成林
- 1111. Maximum Nesting Depth of Two Valid Parentheses Strings 有效括号的嵌套深度
- 1114. Print in Order 按序打印
- 1118. Number of Days in a Month 一月有多少天
- 1119. Remove Vowels from a String 删去字符串中的元音
- 1120. Maximum Average Subtree 子树的最大平均值
- 1128. Number of Equivalent Domino Pairs 等价多米诺骨牌对的数量
- 1133. Largest Unique Number 最大唯一数
- 1134. Armstrong Number 阿姆斯特朗数
- 1135. Connecting Cities With Minimum Cost 最低成本联通所有城市
- 1137. N-th Tribonacci Number 第 N 个泰波那契数
- 1150. Check If a Number Is Majority Element in a Sorted Array 检查一个数是否在数组中占绝大多数
- 1151. Minimum Swaps to Group All 1's Together 最少交换次数来组合所有的 1
- 1154. Day of the Year 一年中的第几天
- 1160. Find Words That Can Be Formed by Characters 拼写单词
- 1161. Maximum Level Sum of a Binary Tree 最大层内元素和
- 1162. As Far from Land as Possible 地图分析
- 1165. Single-Row Keyboard 单行键盘
- 1166. Design File System 设计文件系统
- 1167. Minimum Cost to Connect Sticks 连接棒材的最低费用
- 1170. Compare Strings by Frequency of the Smallest Character 比较字符串最小字母出现频次
- 1171. Remove Zero Sum Consecutive Nodes from Linked List 从链表中删去总和值为零的连续节点
- 1180. Count Substrings with Only One Distinct Letter 统计只含单一字母的子串
- 1181. Before and After Puzzle 前后拼接
- 1182. Shortest Distance to Target Color 与目标颜色间的最短距离
- 1185. Day of the Week 一周中的第几天