码迷,mamicode.com
首页 >  
搜索关键字:non-negative    ( 2271个结果
LeetCode 671. Second Minimum Node In a Binary Tree
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
leetcode369- Plus One Linked List- medium
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
486. Predict the Winner
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 ...
分类:Windows程序   时间:2017-12-03 14:46:52    阅读次数:256
leetcode66- Plus One- easy
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
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: 5 Output: True E... ...
分类:其他好文   时间:2017-12-03 12:50:14    阅读次数:141
leetCode-Plus One
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
[leetcode] 714. Best Time to Buy and Sell Stock with Transaction Fee
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
[array] leetcode-55. Jump Game - Medium
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
leetCode-Degree of an Array
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
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 ...
分类:其他好文   时间:2017-11-18 15:24:59    阅读次数:149
2271条   上一页 1 ... 47 48 49 50 51 ... 228 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!