上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 44 下一页
摘要: LeetCode 1491. Average Salary Excluding the Minimum and Maximum Salary () 题目 链接 https://leetcode-cn.com/problems/average-salary-excluding-the-minimum- 阅读全文
posted @ 2022-04-24 18:43 cheng102e 阅读(36) 评论(0) 推荐(0) 编辑
摘要: LeetCode 1523. Count Odd Numbers in an Interval Range (在区间范围内统计奇数数目) 题目 链接 https://leetcode-cn.com/problems/count-odd-numbers-in-an-interval-range/ 问题 阅读全文
posted @ 2022-04-24 18:19 cheng102e 阅读(29) 评论(0) 推荐(0) 编辑
摘要: LeetCode 18. 4Sum (四数之和) 题目 链接 https://leetcode-cn.com/problems/4sum/ 问题描述 给你一个由 n 个整数组成的数组 nums ,和一个目标值 target 。请你找出并返回满足下述全部条件且不重复的四元组 [nums[a], num 阅读全文
posted @ 2022-04-24 17:43 cheng102e 阅读(15) 评论(0) 推荐(0) 编辑
摘要: LeetCode 15. 3Sum (三数之和) 题目 链接 https://leetcode-cn.com/problems/3sum/ 问题描述 给你一个包含 n 个整数的数组 nums,判断 nums 中是否存在三个元素 a,b,c ,使得 a + b + c = 0 ?请你找出所有和为 0 阅读全文
posted @ 2022-04-24 17:41 cheng102e 阅读(21) 评论(0) 推荐(0) 编辑
摘要: LeetCode 1137. N-th Tribonacci Number (第 N 个泰波那契数) 题目 链接 https://leetcode-cn.com/problems/n-th-tribonacci-number/ 问题描述 泰波那契序列 Tn 定义如下: T0 = 0, T1 = 1, 阅读全文
posted @ 2022-04-24 16:24 cheng102e 阅读(13) 评论(0) 推荐(0) 编辑
摘要: LeetCode 509. Fibonacci Number (斐波那契数) 题目 链接 https://leetcode-cn.com/problems/fibonacci-number/ 问题描述 斐波那契数 (通常用 F(n) 表示)形成的序列称为 斐波那契数列 。该数列由 0 和 1 开始, 阅读全文
posted @ 2022-04-10 17:59 cheng102e 阅读(15) 评论(0) 推荐(0) 编辑
摘要: LeetCode 46. Permutations (全排列) 题目 链接 https://leetcode-cn.com/problems/permutations/ 问题描述 给定一个不含重复数字的数组 nums ,返回其 所有可能的全排列 。你可以 按任意顺序 返回答案。 示例 输入:nums 阅读全文
posted @ 2022-04-10 16:15 cheng102e 阅读(20) 评论(0) 推荐(0) 编辑
摘要: LeetCode 210. Course Schedule II (课程表 II) 题目 链接 https://leetcode-cn.com/problems/course-schedule-ii/ 问题描述 现在你总共有 numCourses 门课需要选,记为 0 到 numCourses - 阅读全文
posted @ 2022-04-10 15:29 cheng102e 阅读(16) 评论(0) 推荐(0) 编辑
摘要: LeetCode 207. Course Schedule (课程表) 题目 链接 https://leetcode-cn.com/problems/course-schedule/ 问题描述 你这个学期必须选修 numCourses 门课程,记为 0 到 numCourses - 1 。 在选修某 阅读全文
posted @ 2022-04-10 15:27 cheng102e 阅读(28) 评论(0) 推荐(0) 编辑
摘要: LeetCode 797. All Paths From Source to Target (所有可能的路径) 题目 链接 https://leetcode-cn.com/problems/all-paths-from-source-to-target/ 问题描述 给你一个有 n 个节点的 有向无环 阅读全文
posted @ 2022-04-10 10:49 cheng102e 阅读(43) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 44 下一页