首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
试探性专题
【启发】leetcode - 121. Best Time to Buy and Sell Stock 【动态规划 + 连续区间问题 + 试探性购买】
题目 Say you have an array for which the ith element is the price of a given stock on day i. If you were only permitted to complete at most one transaction (ie, buy one and sell one share of the sto
阅读更多...