2. Add Two Numbers【medium】 You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and ...
分类:
其他好文 时间:
2017-10-14 21:17:05
阅读次数:
241
Given a non-negative integer represented as a non-empty array of digits, plus one to the integer. You may assume the integer do not contain any leadin ...
分类:
其他好文 时间:
2017-10-14 21:14:06
阅读次数:
144
Given two non-negative integers num1 and num2 represented as strings, return the product of num1 and num2. Note: The length of both num1 and num2 is < ...
分类:
其他好文 时间:
2017-10-11 20:24:19
阅读次数:
149
You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contai ...
分类:
其他好文 时间:
2017-10-09 22:41:16
阅读次数:
199
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 n ...
分类:
其他好文 时间:
2017-10-09 09:56:26
阅读次数:
113
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->3- ...
分类:
其他好文 时间:
2017-10-06 19:03:37
阅读次数:
144
Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining. ...
分类:
移动开发 时间:
2017-10-06 18:09:58
阅读次数:
239
2. Add Two Numbers You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of ...
分类:
其他好文 时间:
2017-10-05 23:37:06
阅读次数:
221
link 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 ...
分类:
其他好文 时间:
2017-10-05 23:10:06
阅读次数:
238
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 maxim ...
分类:
其他好文 时间:
2017-10-03 20:10:58
阅读次数:
204