摘要:
1.题目介绍 题目地址(714. 买卖股票的最佳时机含手续费 - 力扣(LeetCode)) https://leetcode.cn/problems/best-time-to-buy-and-sell-stock-with-transaction-fee/ 题目描述 给定一个整数数组 prices 阅读全文
摘要:
1.题目 题目地址(122. 买卖股票的最佳时机 II - 力扣(LeetCode)) https://leetcode.cn/problems/best-time-to-buy-and-sell-stock-ii/ 题目描述 给你一个整数数组 prices ,其中 prices[i] 表示某支股票 阅读全文
摘要:
1.题目 题目地址(121. 买卖股票的最佳时机 - 力扣(LeetCode)) https://leetcode.cn/problems/best-time-to-buy-and-sell-stock/ 题目描述 给定一个数组 prices ,它的第 i 个元素 prices[i] 表示一支给定股 阅读全文
摘要:
1.题目介绍 题目地址(1630. 等差子数组 - 力扣(LeetCode)) https://leetcode.cn/problems/arithmetic-subarrays/ 题目描述 如果一个数列由至少两个元素组成,且每两个连续元素之间的差值都相同,那么这个序列就是 等差数列 。更正式地,数 阅读全文
摘要:
1.题目介绍 题目地址(1705. 吃苹果的最大数目 - 力扣(LeetCode)) https://leetcode.cn/problems/maximum-number-of-eaten-apples/ 题目描述 有一棵特殊的苹果树,一连 n 天,每天都可以长出若干个苹果。在第 i 天,树上会长 阅读全文