https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock-ii/solution/ 暴力 本题可以多次买卖股票,如果只允许一次买卖股票,整个暴力就是n2的算法,如果可以无限制买卖股票直接用普通的写法不是很好写,可以用递归来解决。 ...
分类:
其他好文 时间:
2019-05-05 14:38:58
阅读次数:
137
Polycarpus just has been out of luck lately! As soon as he found a job in the "Binary Cat" cafe, the club got burgled. All ice-cream was stolen. On th ...
分类:
其他好文 时间:
2019-05-04 12:13:22
阅读次数:
193
一看就是DP题~~(很水的一道紫题)~~ 设$dp[i][j][k]$为留下$i$个$r$族的人,死去$j$个$s$族的人,死去$k$个$p$族的人的概率(跟其他的题解有点差别,但本质相同)。 cpp include using namespace std; double dp[101][101][ ...
分类:
其他好文 时间:
2019-05-04 12:06:14
阅读次数:
155
https://ac.nowcoder.com/acm/contest/847/C 在blueland上有 n n个水果店,它们的编号依次为 0,1,2...n?1 0,1,2...n?1。奇妙的是,每个水果店都只卖一种水果,且这些水果店卖的水果种类都各不相同。 在每个水果店有一个传送门,且这些传送 ...
分类:
其他好文 时间:
2019-05-04 00:32:19
阅读次数:
167
题目链接:http://poj.org/problem?id=2828 题目大意: 插队买票,有 n 个人依次插队,一开始买票队列为空,每个插队的人有两个属性 (pos, val) ,pos 表示这个人插队插在了 pos 位置,val 代表这个人的 id,输出 n 个人插完队后形成的序列所对应的 i ...
分类:
其他好文 时间:
2019-04-30 23:31:09
阅读次数:
167
For sale online Truck Adblue Emulator For SCANIA See the price Where to buy? Truck Adblue Emulator For SCANIA is the best selling product in the marke ...
分类:
数据库 时间:
2019-04-26 00:45:56
阅读次数:
186
For sale online Truck Adblue Emulator For SCANIA See the price Where to buy? Truck Adblue Emulator For SCANIA is the best selling product in the marke ...
分类:
数据库 时间:
2019-04-26 00:10:35
阅读次数:
190
9. Bookshops in London 伦敦书店 (1) Londoner are greater readers.They buy vast numbers of newspapers and magazines and even of books—especially paperbacks ...
分类:
其他好文 时间:
2019-04-24 23:33:30
阅读次数:
342
Array Easy + Medium 1. 121. Best Time to Buy and Sell Stock 一次买入一次卖出,求最大利润.. 维护最小值,用buy保存下标,同时维护当前遍历得到的最大利润。 2. Best Time to Buy and Sell Stock II 不限制 ...
分类:
其他好文 时间:
2019-04-19 16:03:30
阅读次数:
131
题意 Language:DefaultBuy Tickets Time Limit: 4000MSMemory Limit: 65536KTotal Submissions: 25813Accepted: 12368DescriptionRailway tickets were difficult ...
分类:
其他好文 时间:
2019-04-06 09:16:24
阅读次数:
117