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-12-04 21:25:19
阅读次数:
201
Given a non-negative integer represented as non-empty a singly linked list of digits, plus one to the integer. You may assume the integer do not conta ...
分类:
其他好文 时间:
2017-12-04 15:00:47
阅读次数:
161
Given an array of scores that are non-negative integers. Player 1 picks one of the numbers from either end of the array followed by the player 2 and t ...
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-12-03 13:50:10
阅读次数:
108
Given a non-negative integer c, your task is to decide whether there're two integers a and b such that a2 + b2 = c. Example 1: Input: 5 Output: True E... ...
分类:
其他好文 时间:
2017-12-03 12:50:14
阅读次数:
141
Description: 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 conta ...
分类:
其他好文 时间:
2017-11-26 21:03:32
阅读次数:
131
Your are given an array of integers prices, for which the i-th element is the price of a given stock on day i; and a non-negative integer fee represen ...
分类:
其他好文 时间:
2017-11-25 00:52:44
阅读次数:
129
leetcode 55. Jump Game Medium descrition Given an array of non negative integers, you are initially positioned at the first index of the array. Each e ...
分类:
其他好文 时间:
2017-11-24 22:57:07
阅读次数:
133
Description: Given a non-empty array of non-negative integers nums, the degree of this array is defined as the maximum frequency of any one of its ele ...
分类:
其他好文 时间:
2017-11-23 08:35:46
阅读次数:
165
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-11-18 15:24:59
阅读次数:
149