码迷,mamicode.com
首页 >  
搜索关键字:maximum repetition s    ( 4177个结果
【Longest Palindromic Substring】cpp
题目:Given a stringS, find the longest palindromic substring inS. You may assume that the maximum length ofSis 1000, and there exists one unique longest...
分类:其他好文   时间:2015-05-06 17:07:28    阅读次数:140
【翻译自mos文章】rman 备份时报:ORA-02396: exceeded maximum idle time
rman 备份时报:ORA-02396: exceeded maximum idle time參考原文:RMAN backup faling with ORA-02396: exceeded maximum idle time, please connect again (Doc ID 144618...
分类:其他好文   时间:2015-05-06 12:36:10    阅读次数:154
Hadoop map reduce 任务数量优化
mapred.tasktracker.map.tasks.maximum官方解释:The maximum number of map tasks that will be runsimultaneously by a task tracker.我的理解:一个tasktracker最多可以同时运行的m...
分类:其他好文   时间:2015-05-06 12:25:22    阅读次数:120
LeetCode 5 -- Longest Palindromic Substring
Given a stringS, find the longest palindromic substring inS. You may assume that the maximum length ofSis 1000, and there exists one unique longest pa...
分类:其他好文   时间:2015-05-05 23:42:33    阅读次数:168
ural 1079. Maximum
水题...
分类:其他好文   时间:2015-05-05 21:55:30    阅读次数:167
152-Maximum Product Subarray
【题目】Find the contiguous subarray within an array (containing at least one number) which has the largest product.For example, given the array[2,3,-2,4]...
分类:其他好文   时间:2015-05-05 21:40:48    阅读次数:137
Balanced Binary Tree
https://leetcode.com/problems/balanced-binary-tree/https://leetcode.com/discuss/28162/java-o-n-solution-based-on-maximum-depth-of-binary-treeGiven a b...
分类:其他好文   时间:2015-05-05 18:52:21    阅读次数:128
【算法设计-优先队列】优先队列的实现与操作
优先队列是堆排序的一个具体应用。 优先队列分为如下几个操作: 1.INSERT(S,x)把元素x插入到优先队列中。 2.MAXIMUM(S):返回s中具有最大关键字的元素。 3.EXTRACT_MAX(S):去掉S中最大关键字的元素 4.INCREASE_KEY(S,x,k):将元素x的关键字值增加到k,k是不小于x的元素。 优先队列的应用: 1.共享计算机系统的作业调度。最大优先队...
分类:编程语言   时间:2015-05-04 10:05:49    阅读次数:187
RMQ-ST算法
RMQ(Range Minimum/Maximum Query),即区间最值查询,是指这样一个问题:对于长度为n的数列A,回答若干询问RMQ(A,i,j)(i,j#include #include #include using namespace std;const int N = 10e6+1.....
分类:编程语言   时间:2015-05-03 00:45:00    阅读次数:183
12. binary search Trees
12. binary search Trees The search tree data structure supports many dynamic-set operations,including search ,minimum,maximum,predecessor,successor ,i...
分类:其他好文   时间:2015-05-01 23:45:21    阅读次数:263
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!