码迷,mamicode.com
首页 >  
搜索关键字:non-negative    ( 2271个结果
leetcode------------------Add Two Numbers
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 single digit. Add the two numbers and return it as a link...
分类:其他好文   时间:2015-01-27 09:29:46    阅读次数:186
[LeetCode#55, 45]Jump Game, Jump Game II
The problem:Given an array of non-negative integers, you are initially positioned at the first index of the array.Each element in the array represents...
分类:其他好文   时间:2015-01-25 01:20:47    阅读次数:190
[leetcode]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 number is 9534330. Note: The result may be very ...
分类:其他好文   时间:2015-01-24 14:29:39    阅读次数:137
LeetCode - Largest Number
Largest Number2015.1.23 20:24Given a list of non negative integers, arrange them such that they form the largest number.For example, given[3, 30, 34, ...
分类:其他好文   时间:2015-01-23 21:26:27    阅读次数:154
LeetCode2-Add Two Numbers
题目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 singl...
分类:其他好文   时间:2015-01-23 21:26:02    阅读次数:205
Minimum Path Sum
https://oj.leetcode.com/problems/minimum-path-sum/Given amxngrid filled with non-negative numbers, find a path from top left to bottom right whichmini...
分类:其他好文   时间:2015-01-23 17:49:43    阅读次数:175
LeetCode 002 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 nod...
分类:其他好文   时间:2015-01-23 10:52:22    阅读次数:133
Jump Game -- leetcode
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. Determine i...
分类:其他好文   时间:2015-01-22 15:31:35    阅读次数:146
[LeetCode]11.Container With Most Water
【题目】 Given n non-negative integers a1, a2, ..., an, where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two endpoints of line i is at (i, ai) and (i,...
分类:其他好文   时间:2015-01-21 16:37:56    阅读次数:159
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...
分类:其他好文   时间:2015-01-20 17:31:13    阅读次数:136
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!