[ Talk is Cheap Show me the CODE ] : jQuery Mobile页面布局当我们专注地研究人类生活的空虚,并考虑荣华富贵空幻无常时,或许我们正在阿谀逢迎自己懒惰的天性。Written In The Font为了app的手机端,我选择了 jQuery Mobile ,...
分类:
Web程序 时间:
2015-01-05 14:42:18
阅读次数:
179
http://poj.org/problem?id=2828
题意:有n个的排队,每一个人都有一个val来对应,每一个后来人都会插入当前队伍的某一个位置pos。要求把队伍最后的状态输出。
逆向思考。这样考虑,最后一个人一定会得到当前队伍他想要的位置,如果我们往前一个阶段,倒数第二个人也一定能得到他想要的位置……,也就是说,我们可以这样处理,我们把最后一个人插入,然后忽略它,再把...
分类:
其他好文 时间:
2015-01-04 21:25:59
阅读次数:
160
Say you have an array for which the ith element is the price of a given stock on day i.
Design an algorithm to find the maximum profit. You may complete at most two transactions.
Note:
You may ...
分类:
其他好文 时间:
2015-01-04 17:14:20
阅读次数:
130
Best Time to Buy and Sell Stock IIQuestion SolutionSay you have an array for which the ith element is the price of a given stock on day i.Design an al...
分类:
其他好文 时间:
2015-01-03 19:45:09
阅读次数:
140
Best Time to Buy and Sell Stock IIIQuestion SolutionSay you have an array for which the ith element is the price of a given stock on day i.Design an a...
分类:
其他好文 时间:
2015-01-03 19:43:30
阅读次数:
171
Best Time to Buy and Sell StockSay you have an array for which theithelement is the price of a given stock on dayi.If you were only permitted to compl...
分类:
其他好文 时间:
2015-01-03 19:43:30
阅读次数:
205
2014年是奋斗拼搏的一年,在这一年里我不曾放弃自己的梦想;2014年是悲喜交加的一年,在这一年里我不曾对未来充满恐惧;2014年最感到遗憾的就是,我依旧是一个人孤独的前行(屌丝一个,衰。。。。。。),还有就是没能把大一下学期的成绩搞高一点(成绩不是太重要,但是还是能够体现个人的某一些能力的,,,,平时学的太苦太累就没意思了,,,,),,
2014年1月份算是正式开始了我的ACM之旅,...
分类:
其他好文 时间:
2015-01-01 16:05:42
阅读次数:
143
Algorithm: Scan through the array, keep finding 1. prices[i] with the condition: prices[i] prices[i+1], or at the end of an ascending trend, trea...
分类:
其他好文 时间:
2014-12-31 06:16:24
阅读次数:
159
Best Time to Buy and Sell Stock IIISay you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the...
分类:
其他好文 时间:
2014-12-30 23:16:18
阅读次数:
268
问题描述:
Say you have an array for which the ith element is the price of a given stock on day
i.
Design an algorithm to find the maximum profit. You may complete at most
two transactions.
Note:
Y...
分类:
其他好文 时间:
2014-12-30 22:08:07
阅读次数:
178