Legends Never Die.
01
10
01
121. 买卖股票的最佳时机 121. 买卖股票的最佳时机
#!/usr/bin/env python # -*- coding:utf-8 -*- # 重要题 # 双指针思路,左指针为买入价,右指针为卖出价 # 右指针向右移动找最高卖出价,动态更改最大收益 # 当遇到比左指针还低的价格时,左指针收
2018-01-01
4 / 4