Given a non-empty array of digits representing a non-negative integer, plus one to the integer. The digits are stored such that the most significant d ...
分类:
编程语言 时间:
2019-04-26 22:27:14
阅读次数:
174
题目: 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 co ...
分类:
其他好文 时间:
2019-04-25 18:54:32
阅读次数:
133
Given a non-empty array of digits representing a non-negative integer, plus one to the integer. The digits are stored such that the most significant d ...
分类:
其他好文 时间:
2019-04-23 09:28:49
阅读次数:
156
题目: 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: Example 2: 分析: 给定一个 ...
分类:
编程语言 时间:
2019-04-22 00:18:10
阅读次数:
157
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 maximu ...
分类:
其他好文 时间:
2019-04-19 11:51:05
阅读次数:
141
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 maximu ...
分类:
其他好文 时间:
2019-04-19 11:44:35
阅读次数:
151
Given two non-negative integers num1 and num2 represented as strings, return the product of num1 and num2, also represented as a string. Example 1: Ex ...
分类:
其他好文 时间:
2019-04-18 12:17:45
阅读次数:
150
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 ...
分类:
其他好文 时间:
2019-04-14 13:55:29
阅读次数:
107
https://leetcode.com/problems/complement-of-base-10-integer/ Every non-negative integer N has a binary representation. For example, 5 can be represent ...
分类:
其他好文 时间:
2019-04-13 11:05:04
阅读次数:
144
https://leetcode.com/problems/sum-of-square-numbers/ Given a non-negative integer c, your task is to decide whether there're two integers a and b such ...
分类:
其他好文 时间:
2019-04-13 10:41:19
阅读次数:
149