码迷,mamicode.com
首页 >  
搜索关键字:minimum    ( 3256个结果
LeetCode--Min Stack
题目: Design a stack that supports push, pop, top, and retrieving the minimum element in constant time. push(x) -- Push element x onto stack. pop() -- Removes the element on top of the stack. top(...
分类:其他好文   时间:2014-12-28 16:56:04    阅读次数:106
LeetCode:Minimum Path Sum
题目描述: Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path. Note: You can only move either down ...
分类:其他好文   时间:2014-12-26 11:12:15    阅读次数:117
meta name="viewport" content="width=device-width,initial-scale=1.0" 解释
content属性值 : width:可视区域的宽度,值可为数字或关键词device-width height:同width intial-scale:页面首次被显示是可视区域的缩放级别,取值1.0则页面按实际尺寸显示,无任何缩放 maximum-scale=1.0, minimum-sca...
分类:Web程序   时间:2014-12-25 17:47:59    阅读次数:173
LintCode-Minimum Adjustment Cost
Given an integer array, adjust each integers so that the difference of every adjcent integers are not greater than a given number target.If the array ...
分类:其他好文   时间:2014-12-24 06:25:41    阅读次数:170
jekyll bootstrap更改主题theme
使用主题介绍:由于JB版本0.2.X的主题,现在完全是模块化的。他们跟踪和单独版本的主题包。这让每个人都可以自由发布和共享主题。Jekyll-Bootstrap v 0.2.x只附带twitter主题,其他主题需要被安装。直接浏览当前主题包在GitHub上:https://github.com/jekyllbootstrap可以看到可供我们使用的主题有the-minimum、tom、mark-re...
分类:其他好文   时间:2014-12-23 22:39:13    阅读次数:208
meta标签
一、 网页手机wap2.0网页的head里加入下面这条元标签,在iPhone的浏览器中页面将以原始大小显示,并不允许缩放。 width - viewport的宽度 height - viewport的高度 initial-scale - 初始的缩放比例 minimum...
分类:Web程序   时间:2014-12-23 19:04:16    阅读次数:126
【leetcode】Edit Distance (hard)
Given two wordsword1andword2, find the minimum number of steps required to convertword1toword2. (each operation is counted as 1 step.)You have the fol...
分类:其他好文   时间:2014-12-23 17:02:59    阅读次数:142
[C++]LeetCode: 51 Minimum Path Sum
题目: Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path. Note: You can only move either down or r...
分类:编程语言   时间:2014-12-23 14:01:48    阅读次数:218
LeetCode: Minimum Path Sum 解题报告
Minimum Path SumGiven a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers ...
分类:其他好文   时间:2014-12-22 21:11:52    阅读次数:229
Lintcode: Minimum Subarray 解题报告
Minimum Subarray原题链接: http://lintcode.com/zh-cn/problem/minimum-subarray/#Given an array of integers, find the subarray with smallest sum.Return the s...
分类:其他好文   时间:2014-12-19 19:05:04    阅读次数:250
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!