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
Given an integer with no more than 9 digits, you are supposed to read it in the traditional Chinese way. Output "Fu" first if it is negative. For exam ...
分类:
其他好文 时间:
2017-12-01 14:23:54
阅读次数:
168
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
NTC(Negative Temperature Coefficient)是一种随温度上升时,电阻值呈指数关系减小的热敏电阻。应用广泛,最近我们就采用了NTC来控制加热并测温,并达到了预期的效果。 1、硬件设计 我们使用三极管作为加热元件,通过NTC来控制通过三极管的电流,以起到控制温度的作用,至于 ...
分类:
其他好文 时间:
2017-11-26 11:18:11
阅读次数:
153
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