
贪心
文章平均质量分 76
普通网友
这个作者很懒,什么都没留下…
展开
-
LeetCode 122 Best Time to Buy and Sell Stock II
这个题和Best Time to Buy and Sell Stock 是有关的。先看下Best Time to Buy and Sell Stock II: Say you have an array for which the ith element is the price of a given stock on day i. If you were only permitt原创 2018-01-23 14:56:35 · 153 阅读 · 0 评论 -
LeetCode 621 Task Scheduler
Given a char array representing tasks CPU need to do. It contains capital letters A to Z where different letters represent different tasks.Tasks could be done without original order. Each task could b...原创 2018-02-15 10:08:10 · 186 阅读 · 0 评论