码迷,mamicode.com
首页 >  
搜索关键字:non-negative    ( 2271个结果
poj 2891 模数不互质的中国剩余定理
Strange Way to Express Integers Description Elina is reading a book written by Rujia Liu, which introduces a strange way to express non-negative integ ...
分类:其他好文   时间:2017-07-21 19:56:00    阅读次数:227
66. Plus One
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-07-20 12:47:55    阅读次数:162
LeetCode 55. 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 maxim ...
分类:其他好文   时间:2017-07-20 10:24:37    阅读次数:101
204. Count Primes(LeetCode)
Description: Count the number of prime numbers less than a non-negative number, n. ...
分类:其他好文   时间:2017-07-17 11:10:50    阅读次数:180
【LeetCode-面试算法经典-Java实现】【066-Plus One(加一)】
【066-Plus One(加一)】 【LeetCode-面试算法经典-Java实现】【全部题目文件夹索引】 原题 Given a non-negative number represented as an array of digits, plus one to the number. The d ...
分类:编程语言   时间:2017-07-16 16:34:35    阅读次数:157
[LeetCode] Sum of Square Numbers 平方数之和
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: s ...
分类:其他好文   时间:2017-07-16 15:50:23    阅读次数:137
[LeetCode] Minimum Absolute Difference in BST
Given a binary search tree with non-negative values, find the minimum absolute difference between values of any two nodes. Example: Note: There are at ...
分类:其他好文   时间:2017-07-15 17:53:50    阅读次数:101
[Leetcode] largest rectangle in histogram 直方图中最大的矩形
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-07-15 16:53:36    阅读次数:130
K Closest Numbers In Sorted Array
Given a target number, a non-negative integer k and an integer array A sorted in ascending order, find the k closest numbers to target in A, sorted in ...
分类:其他好文   时间:2017-07-15 10:12:50    阅读次数:142
633. Sum of Square Numbers
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: 5Output: TrueExpla... ...
分类:其他好文   时间:2017-07-14 23:58:09    阅读次数:323
2271条   上一页 1 ... 58 59 60 61 62 ... 228 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!