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
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
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
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
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
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
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
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
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
原题如下: 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