码迷,mamicode.com
首页 >  
搜索关键字:non-negative    ( 2271个结果
2. Add Two Numbers【medium】
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
66. Plus One
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
Multiply Strings
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
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 their nodes contai ...
分类:其他好文   时间:2017-10-09 22:41:16    阅读次数:199
179 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 n ...
分类:其他好文   时间:2017-10-09 09:56:26    阅读次数:113
LeetCode 61. Rotate List
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
leetcode42. Trapping Rain Water
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
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
leetcode 84. Largest Rectangle in Histogram
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
leetcode 45. 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 maxim ...
分类:其他好文   时间:2017-10-03 20:10:58    阅读次数:204
2271条   上一页 1 ... 52 53 54 55 56 ... 228 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!