码迷,mamicode.com
首页 >  
搜索关键字:maximum    ( 4142个结果
Best Time to Buy and Sell Stock III
Say you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the maximum profit. You may complete a...
分类:其他好文   时间:2015-11-29 16:26:58    阅读次数:120
Best Time to Buy and Sell Stock II
Say you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the maximum profit. You may complete a...
分类:其他好文   时间:2015-11-29 13:34:38    阅读次数:122
239. Sliding Window Maximum
题目:Given an arraynums, there is a sliding window of sizekwhich is moving from the very left of the array to the very right. You can only see theknumbe...
分类:Windows程序   时间:2015-11-29 13:28:51    阅读次数:214
【HDU 1839】 Delay Constrained Maximum Capacity Path(二分+最短路)
【HDU 1839】 Delay Constrained Maximum Capacity Path(二分+最短路) Delay Constrained Maximum Capacity Path Time Limit: 10000/10000 MS (Java/Others)    Memory Limit: 65535/65535 K (Java/Others) Tota...
分类:其他好文   时间:2015-11-29 12:10:59    阅读次数:205
Maximum Subarray
Find the contiguous subarray within an array (containing at least one number) which has the largest sum.For example, given the array[?2,1,?3,4,?1,2,1,...
分类:其他好文   时间:2015-11-29 00:55:49    阅读次数:199
Best Time to Buy and Sell Stock with Cooldown
题目: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 comp...
分类:其他好文   时间:2015-11-28 22:55:16    阅读次数:228
[Leetcode] Longest Palindromic Substring
问题:Given a string S, find the longest palindromic substring in S. You may assume that the maximum length of S is 1000, and there exists one unique lon...
分类:其他好文   时间:2015-11-27 17:11:12    阅读次数:131
Best Time to Buy and Sell Stock III
题目: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 comp...
分类:其他好文   时间:2015-11-26 15:08:16    阅读次数:179
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.Design an algorithm to find the maximum profit. You may comp...
分类:其他好文   时间:2015-11-26 14:48:48    阅读次数:128
6、EIGRP配置实验之负载均衡
1、实验拓扑2、负载均衡原理等价负载均衡:默认情况下EIGRP只支持等价负载均衡,默认支持4条线路的等价负载均衡,可以通过showipprotocols查看,最大可以支持16条线路的等价负载均衡,可以在EIGRP路由进程下通过maximum-paths16修改负载均衡线路条数。不等价负载均衡:不等价负..
分类:其他好文   时间:2015-11-25 19:39:15    阅读次数:227
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!