码迷,mamicode.com
首页 >  
搜索关键字:non-negative    ( 2271个结果
(数组) leetcode 66. Plus One
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
【LeetCode刷题系列 - 002题】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 co ...
分类:其他好文   时间:2019-04-25 18:54:32    阅读次数:133
[leetcode]66. Plus One加一
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
LeetCode 633. Sum of Square Numbers平方数之和 (C++)
题目: 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
【LeetCode每天一题】Jump Game(跳跃游戏)
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
【LeetCode每天一题】Jump Game II(跳跃游戏II)
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
43. Multiply Strings
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
(链表 importance) 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 ...
分类:其他好文   时间:2019-04-14 13:55:29    阅读次数:107
#Leetcode# 1009. Complement of Base 10 Integer
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
#Leetcode# 633. Sum of Square Numbers
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
2271条   上一页 1 ... 13 14 15 16 17 ... 228 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!