码迷,mamicode.com
首页 >  
搜索关键字:minimum    ( 3256个结果
[LeetCode] Minimum Window Substring
题目:Given a string S and a string T, find the minimum window in S which will contain all the characters in T in complexity O(n).For example,S="ADOBECOD...
分类:Windows程序   时间:2014-11-28 06:18:27    阅读次数:309
哈夫曼编码(Huffman coding)的那些事,(编码技术介绍和程序实现)
前言 哈夫曼编码(Huffman coding)是一种可变长的前缀码。哈夫曼编码使用的算法是David A. Huffman还是在MIT的学生时提出的,并且在1952年发表了名为《A Method for the Construction of Minimum-Redundancy Codes》的....
分类:其他好文   时间:2014-11-27 23:24:27    阅读次数:448
HDU3473--Minimum Sum(静态区间第k大)
Minimum SumTime Limit: 16000/8000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 3047Accepted Submission(s): 701Problem...
分类:其他好文   时间:2014-11-27 20:26:52    阅读次数:258
[HDU] 1394 Minimum Inversion Number [线段树求逆序数]
Minimum Inversion NumberTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 11788Accepted Submission(s...
分类:其他好文   时间:2014-11-27 12:06:02    阅读次数:236
leetcode-Minimum Depth of Binary Tree
leetcode-Minimum Depth of Binary Tree...
分类:其他好文   时间:2014-11-27 09:16:04    阅读次数:248
[leetcode]
问题描述: Follow up for "Find Minimum in Rotated Sorted Array": What if duplicates are allowed? Would this affect the run-time complexity? How and why? Suppose a sorted array is rotated at som...
分类:其他好文   时间:2014-11-26 22:40:43    阅读次数:240
LeetCode 76 Minimum Window Substring
Given a string S and a string T, find the minimum window in S which will contain all the characters in T in complexity O(n). For example, S = "ADOBECODEBANC" T = "ABC" Minimum window is "BANC". ...
分类:Windows程序   时间:2014-11-26 16:33:21    阅读次数:229
NGUI 基础知识
UIRoot管理 scalePixelPerfect: 像素匹配,图片不会被缩放,除非屏幕高度小于 Minimum Height 或者大于 maximum Height,如果那样的话,就使用 FixedSize。FixedSize: 图片都会被等比缩放。FixedSizeOnMobile: 意思是P...
分类:其他好文   时间:2014-11-26 14:05:29    阅读次数:301
移动设备页面自适应
;(function(){ var w = parseInt(window.screen.width), s = w/640, u = navigator.userAgent.toLowerCase(), m = '2.3) m += 'minimum-scale='+s+',maximum-sca...
分类:移动开发   时间:2014-11-25 18:26:23    阅读次数:188
MinStack
leetcode Min StackDesign a stack that supports push, pop, top, and retrieving the minimum element in constant time.push(x) -- Push element x onto stac...
分类:其他好文   时间:2014-11-25 12:31:30    阅读次数:129
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!