LeetCode/solutions/188. Best Time to Buy and Sell Stock IV.md
2019-11-05 16:24:16 +08:00

3 lines
319 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# [188. Best Time to Buy and Sell Stock IV](https://leetcode.com/problems/best-time-to-buy-and-sell-stock-iv/)
允许k次交易的股票买卖问题属于LeetCode六道股票买卖题目之一见我的博客文章[动态规划之股票买卖系列](https://shusentang.github.io/2019/11/03/Buy-and-Sell-Stock/)。