码迷,mamicode.com
首页 >  
搜索关键字:non-negative    ( 2271个结果
Largest Rectangle in Histogram leetcode java
题目:Given n non-negative integers representing the histogram's bar height where the width of each bar is 1, find the area of largest rectangle in the ....
分类:编程语言   时间:2014-07-26 09:53:57    阅读次数:273
[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.N...
分类:其他好文   时间:2014-07-26 01:42:16    阅读次数:263
Balanced Number (数位dp)
Balanced NumberTime Limit:3000MSMemory Limit:0KB64bit IO Format:%lld & %lluDescriptionA balanced number is a non-negative integer that can be balanced...
分类:其他好文   时间:2014-07-26 00:11:36    阅读次数:345
Add Two Numbers leetcode java
题目:You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a sin....
分类:编程语言   时间:2014-07-24 10:01:23    阅读次数:223
Rotate List leetcode java
题目:Given a list, rotate the list to the right by k places, where k is non-negative.For example:Given 1->2->3->4->5->NULL and k = 2,return 4->5->1->2-....
分类:编程语言   时间:2014-07-24 09:53:16    阅读次数:219
[leetcode]Gray Code
Gray CodeThe gray code is a binary numeral system where two successive values differ in only one bit.Given a non-negative integernrepresenting the tot...
分类:其他好文   时间:2014-07-24 00:53:27    阅读次数:198
[leetcode]Add Two Numbers
Add Two NumbersYou are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes co...
分类:其他好文   时间:2014-07-23 16:51:51    阅读次数:251
poj 2442 -- Sequence
SequenceTime Limit: 6000MSMemory Limit: 65536KTotal Submissions: 7018Accepted: 2265DescriptionGiven m sequences, each contains n non-negative integer....
分类:其他好文   时间:2014-07-23 16:14:11    阅读次数:338
Leet code —Jump Game
问题描述: Given an array of non-negative integers, you are initially positioned at the first index of the array. Each element in the array represents your maximum jump length at that position. Determin...
分类:其他好文   时间:2014-07-23 00:04:37    阅读次数:216
【leetcode刷题笔记】Jump Game
Given an array of non-negative integers, you are initially positioned at the first index of the array.Each element in the array represents your maximu...
分类:其他好文   时间:2014-07-22 00:09:37    阅读次数:151
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!