码迷,mamicode.com
首页 >  
搜索关键字:maximum    ( 4142个结果
[LeetCode][JavaScript]Maximum Subarray
Maximum Subarray Maximum Subarray Find the contiguous subarray within an array (containing at least one number) which has the largest sum. For example ...
分类:编程语言   时间:2016-03-27 23:55:18    阅读次数:252
算法_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 ...
分类:编程语言   时间:2016-03-27 01:15:39    阅读次数:253
C#解leetcode 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],t ...
分类:Windows程序   时间:2016-03-24 16:23:52    阅读次数:252
leetcode:Maximum Depth of Binary Tree
1、 Given a binary tree, find its maximum depth. The maximum depth is the number of nodes along the longest path from the root node down to the farthes
分类:其他好文   时间:2016-03-22 19:06:39    阅读次数:114
318. Maximum Product of Word Lengths
题目: Given a string array words, find the maximum value of length(word[i]) * length(word[j]) where the two words do not share common letters. You may a
分类:其他好文   时间:2016-03-21 01:35:31    阅读次数:202
UVA 11827 Maximum GCD
题目很水 暴力就能过 难点在如何输入没有停止的数
分类:其他好文   时间:2016-03-21 00:08:04    阅读次数:331
Maximum Depth of Binary Tree
Given a binary tree, find its maximum depth. The maximum depth is the number of nodes along the longest path from the root node down to the farthest l
分类:其他好文   时间:2016-03-18 09:27:07    阅读次数:131
linux(x86) exploit 开发系列2:整数溢出
What is Integer Overflow? Storing a value greater than maximum supported value is called integer overflow. Integer overflow on its own doesnt lead to ...
分类:系统相关   时间:2016-03-18 00:13:32    阅读次数:228
Maximum Subsequence Sum - 最大子列和问题_C语言实现
第一次写这方面的blog.自己也是初次接触相关知识,写的有不妥的地方十分欢迎大家指正~ 这是浙大PAT上的一道算法题(据说是浙大04年研究生复试题),题目是这样的: Maximum Subsequence Sum Given a sequence of KK integers { N_1N?1??,
分类:编程语言   时间:2016-03-17 21:35:24    阅读次数:786
webapp-viewport 相关知识整理
我们在开发移动设备的网站时,最常见的的一个动作就是把下面这个东西复制到我们的head标签中: <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=
分类:移动开发   时间:2016-03-17 21:12:20    阅读次数:372
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!