码迷,mamicode.com
首页 >  
搜索关键字:buy tickets    ( 1402个结果
Buy the Ticket
"Buy the Ticket" 参考: "Buy the Ticket" 上面博客中好像 n 和 m 的意思写反了,不过问题不大,反着输入就好了,题目中说 n 是 50 的人数,m 是 100 的人数,这里反了一下。另外还需要用到高精度。 公式(m 是 50 的人数,n 是 100 的人数): $ ...
分类:其他好文   时间:2019-08-17 11:04:39    阅读次数:77
HDU 6438 Buy and Resell
高卖低买,可以交易多次 维护一个优先队列,贪心 相当于每天卖出 用当前元素减优先队列最小得到收益 用0/卖出,1/买入标志是否真实进行了交易,记录次数 ...
分类:其他好文   时间:2019-08-17 10:55:24    阅读次数:81
HDU 1392 Surround the Trees (凸包周长)
题目链接: "HDU 1392" Problem Description There are a lot of trees in an area. A peasant wants to buy a rope to surround all these trees. So at first he mu ...
分类:其他好文   时间:2019-08-17 00:46:44    阅读次数:87
C - Ekka Dokka
Ekka and his friend Dokka decided to buy a cake. They both love cakes and that's why they want to share the cake after buying it. As the name suggeste ...
分类:其他好文   时间:2019-08-12 23:43:21    阅读次数:96
ARTS打卡计划第十四周
Algorithms: https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock/ Review: “How to write a good software design doc” by Angela Zhang https: ...
分类:其他好文   时间:2019-08-11 22:56:36    阅读次数:117
promise
//手写异步// 在js中只要看到异步首先想到回调函数,将后续要做的事传入当前要做的事里面,当前的事做好后开始做后面的事function buy(callback) { setTimeout(function () { var a="我做完饭了"; callback(a); },2000)}buy(... ...
分类:其他好文   时间:2019-08-11 17:21:27    阅读次数:102
[动态规划] leetcode 309 Best Time to Buy and Sell Stock with Cooldown
problem:https://leetcode.com/problems/best-time-to-buy-and-sell-stock-with-cooldown/ 这道题有好几个变种。对于没有cooldown的题目而言,只需要考虑第i天,当前持有股票的最大收益和当前不持有股票的最大收益。而引入 ...
分类:其他好文   时间:2019-08-04 19:45:14    阅读次数:81
[动态规划]714 Best Time to Buy and Sell Stock with Transaction Fee
problem:https://leetcode.com/problems/best-time-to-buy-and-sell-stock-with-transaction-fee/ 维护两个状态,一个是当前持有股票状态,一个是当前不持有股票状态,两者分别计算最大值。 在第i天,如果当天不持有股票, ...
分类:其他好文   时间:2019-08-04 19:36:31    阅读次数:89
leetcode 309. Best Time to Buy and Sell Stock with Cooldown
题意 买股票,中间买卖完一次后必须休息一下,求最大收益 题解 建议观看视频 https://www.bilibili.com/video/av31578180 状态转移图 buy[i] 代表当前持有股票的最大收益 sell[i] 代表当前卖出股票的最大收益 rest[i] 代表当前休息的最大收益 c ...
分类:其他好文   时间:2019-08-04 18:03:54    阅读次数:86
WeTypecho程序配置
基于Typecho的一个全新版个人博客小程序 Typecho下载地址:http://typecho.org/ 且支持https服务,如果没有可以免费申请一下。 阿里云ssl免费申请:https://common-buy.aliyun.com/?spm=5176.7968328.1266638..57... ...
分类:其他好文   时间:2019-08-02 20:57:42    阅读次数:346
1402条   上一页 1 ... 8 9 10 11 12 ... 141 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!