码迷,mamicode.com
首页 >  
搜索关键字:largest    ( 1413个结果
wordpress主题开发:给标签云增加七彩背景色
本篇文章不是标签而是标签的背景色是七彩的,有点绕口令,还是看图说话,本篇要实现的七彩标签云背景色如图所示:要实现七彩标签云背景色代码也很简单,代码如下: 把这段代码放在侧边栏sidebar.php即可(smallest,largest表示字号大小,这里统一大小设置为12,number表示显示多少个标 ...
分类:其他好文   时间:2017-03-26 17:19:30    阅读次数:282
(单调栈)poj-2559 Largest Rectangle in a Histogram
A histogram is a polygon composed of a sequence of rectangles aligned at a common base line. The rectangles have equal widths but may have different h ...
分类:其他好文   时间:2017-03-25 23:52:10    阅读次数:305
UVA 11324.The Largest Clique tarjan缩点+拓扑dp
题目链接:https://vjudge.net/problem/UVA-11324 题意:求一个有向图中结点数最大的结点集,使得该结点集中任意两个结点u和v满足:要目u可以到达v,要么v可以到达u(相互可达也可以)。 思路:同一个强联通分量中满足结点集中任意两个结点u和v满足:要目u可以到达v,要么 ...
分类:其他好文   时间:2017-03-23 21:38:17    阅读次数:244
215. Kth Largest Element in an Array
Find the kth largest element in an unsorted array. Note that it is the kth largest element in the sorted order, not the kth distinct element. For exam ...
分类:其他好文   时间:2017-03-21 10:20:52    阅读次数:149
hdu1238 Substrings 扩展KMP
You are given a number of case-sensitive strings of alphabetic characters, find the largest string X, such that either X, or its inverse can be found ...
分类:其他好文   时间:2017-03-19 11:07:40    阅读次数:164
LeetCode: Find Largest Value in Each Tree Row
BFS ...
分类:其他好文   时间:2017-03-15 11:25:42    阅读次数:155
[LeetCode]515 Find Largest Value in Each Tree Row(dfs)
题目链接:https://leetcode.com/problems/find-largest-value-in-each-tree-row/?tab=Description 题意:找每层的最大值。 直接dfs扔map里 ...
分类:其他好文   时间:2017-03-10 16:32:19    阅读次数:218
[leetcode sort]179. Largest Number
Given a list of non negative integers, arrange them such that they form the largest number. For example, given [3, 30, 34, 5, 9], the largest formed n ...
分类:其他好文   时间:2017-03-08 22:40:42    阅读次数:176
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 ...
分类:其他好文   时间:2017-03-07 12:54:25    阅读次数:115
hdu_1506:Largest Rectangle in a Histogram 【单调栈】
题目链接 对栈的一种灵活运用吧算是,希望我的注释写的足够清晰。。 ...
分类:其他好文   时间:2017-03-05 17:26:25    阅读次数:166
1413条   上一页 1 ... 45 46 47 48 49 ... 142 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!