码迷,mamicode.com
首页 >  
搜索关键字:non-negative    ( 2271个结果
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...
分类:其他好文   时间:2015-01-20 15:37:03    阅读次数:92
hdu3652--B-number(数位dp练习4)
B-number Time Limit:1000MS     Memory Limit:32768KB     64bit IO Format:%I64d & %I64u Submit Status Description A wqb-number, or B-number for short, is a non-negative integer whose dec...
分类:其他好文   时间:2015-01-20 12:04:45    阅读次数:131
LeetCode: Largest Number 解题报告
Largest NumberGiven a list of non negative integers, arrange them such that they form the largest number.For example, given [3, 30, 34, 5, 9], the lar...
分类:其他好文   时间:2015-01-20 10:17:53    阅读次数:331
【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...
分类:其他好文   时间:2015-01-19 23:27:51    阅读次数:244
LeetCode Jump Game II
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.Your goal is to rea...
分类:其他好文   时间:2015-01-19 15:53:51    阅读次数:122
Multiply Strings -- leetcode
Given two numbers represented as strings, return multiplication of the numbers as a string. Note: The numbers can be arbitrarily large and are non-negative. 用字符串表示的整数,做乘法运算。 如人工做乘法运算的步骤一样,实现了本算...
分类:其他好文   时间:2015-01-19 09:22:47    阅读次数:136
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 num...
分类:其他好文   时间:2015-01-19 09:11:16    阅读次数:135
LeetCode Jump Game II
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...
分类:其他好文   时间:2015-01-19 01:33:38    阅读次数:190
Add Two Numbers
https://oj.leetcode.com/problems/add-two-numbers/You are given two linked lists representing two non-negative numbers. The digits are stored in revers...
分类:其他好文   时间:2015-01-18 21:08:18    阅读次数:243
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...
分类:其他好文   时间:2015-01-18 19:40:22    阅读次数:144
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!