码迷,mamicode.com
首页 >  
搜索关键字:non-negative    ( 2271个结果
LeetCode - 2. Add Two Numbers
Discription You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their ...
分类:其他好文   时间:2017-09-10 12:39:58    阅读次数:206
Leetcode刷题总结: 445. Add Two Numbers II
You are given two non-empty linked lists representing two non-negative integers. The most significant digit comes first and each of their nodes contai ...
分类:其他好文   时间:2017-09-09 13:52:16    阅读次数:135
leetcode 002 两个数相加
题目: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 con ...
分类:其他好文   时间:2017-09-09 00:04:57    阅读次数:213
【LeetCode】066. 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 le ...
分类:其他好文   时间:2017-09-07 23:04:30    阅读次数:160
Add Digits
Given a non-negative integer num, repeatedly add all its digits until the result has only one digit. For example: Given num = 38, the process is like: ...
分类:其他好文   时间:2017-09-06 10:11:31    阅读次数:152
[LintCode] Largest Rectangle in Histogram
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 hist ...
分类:其他好文   时间:2017-09-05 13:25:33    阅读次数:239
[leetcode-670-Maximum Swap]
Given a non-negative integer, you could swap two digits at most once to get the maximum valued number. Return the maximum valued number you could get. ...
分类:其他好文   时间:2017-09-03 14:14:05    阅读次数:125
[leetcode-671-Second Minimum Node In a Binary Tree]
Given a non-empty special binary tree consisting of nodes with the non-negative value, where each node in this tree has exactly two or zero sub-node. ...
分类:其他好文   时间:2017-09-03 13:15:06    阅读次数:127
LeetCode - 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 their nodes contai ...
分类:其他好文   时间:2017-09-01 18:54:57    阅读次数:206
leetcode 523. Continuous Subarray Sum
Given a list of non-negative numbers and a target integer k, write a function to check if the array has a continuous subarray of size at least 2 that ...
分类:其他好文   时间:2017-08-30 18:25:05    阅读次数:120
2271条   上一页 1 ... 55 56 57 58 59 ... 228 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!