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
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
题目: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
题目: 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
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
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
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
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
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
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