Problem I: Ingenious Lottery Tickets Your friend Superstitious Stanley is always getting himself into trouble. This time, in his Super Lotto Pick and ...
分类:
其他好文 时间:
2019-08-01 11:44:13
阅读次数:
108
Best Time to Buy and Sell Stock II Best Time to Buy and Sell Stock III 比较难想到,分别记录四个状态: 1buy,1buy1sell,2buy1sell,2buy2sell。 构建四个dp数组,例如,1buy1sell[i] = ...
分类:
其他好文 时间:
2019-07-28 13:54:19
阅读次数:
77
Stancu likes space travels but he is a poor software developer and will never be able to buy his own spacecraft. That is why he is preparing to steal ...
分类:
其他好文 时间:
2019-07-13 12:07:28
阅读次数:
109
不及物动词, 不及物本身义完整,动词结尾无被动。 不及物加宾需介词连,to,on,in sing,go,run 及物动词 后面必须跟宾语意义才完整的实义动词,叫做及物动词 like,want,buy,catch,invent,get,found,like,,prevent,promise,raise ...
分类:
其他好文 时间:
2019-07-13 09:35:13
阅读次数:
122
题目链接 : https://leetcode cn.com/problems/best time to buy and sell stock/ 题目描述: 给定一个数组,它的第 i 个元素是一支给定股票第 i 天的价格。 如果你最多只允许完成一笔交易(即买入和卖出一支股票),设计一个算法来计算你所 ...
分类:
其他好文 时间:
2019-07-11 20:38:06
阅读次数:
153
题目链接: https://leetcode cn.com/problems/best time to buy and sell stock ii/ 题目描述: 给定一个数组,它的第 i 个元素是一支给定股票第 i 天的价格。 设计一个算法来计算你所能获取的最大利润。你可以尽可能地完成更多的交易(多 ...
分类:
其他好文 时间:
2019-07-11 20:33:32
阅读次数:
108
题目链接 : https://leetcode cn.com/problems/best time to buy and sell stock iii/ 题目描述: 给定一个数组,它的第 i 个元素是一支给定的股票在第 i 天的价格。 设计一个算法来计算你所能获取的最大利润。你最多可以完成 两笔 交 ...
分类:
其他好文 时间:
2019-07-11 20:26:58
阅读次数:
108
[POJ3904]Sky Code 题面 Stancu likes space travels but he is a poor software developer and will never be able to buy his own spacecraft. That is why he i ...
分类:
其他好文 时间:
2019-06-21 12:59:59
阅读次数:
70
该题相对之前两道题难了不少,做了两遍还是有点不熟。给定一个股票价格的数组,让你最多只能交易两次,求能够获得的最大利润。 这里有一个关键点:在某一天买入股票,并在当天卖出股票是合法的(支持t+0交易,不得不吐槽天朝t+1交易机制)。 举个例子[1,3,8],我们可以选择在第0天买入,然后第2天卖出。也 ...
分类:
其他好文 时间:
2019-06-09 23:50:31
阅读次数:
119
#获取字典中的key ${b} Set Variable ${a}[0][dealer_buy_price] Log ${b} #${b}的float类型转换string 再和后面比较 Should Be Equal as Strings ${b} 26.87 #获取字典中的key ${b} Set ...
分类:
其他好文 时间:
2019-06-09 14:34:13
阅读次数:
128