码迷,mamicode.com
首页 >  
搜索关键字:non-negative    ( 2271个结果
697. Degree of an Array
697. Degree of an Array Given a non-empty array of non-negative integers nums, the degree of this array is defined as the maximum frequency of any one ...
分类:其他好文   时间:2017-11-07 22:17:30    阅读次数:140
Largest Rectangle in Histogram
Date: Nov. 4, 2017 Problem: https://leetcode.com/problems/largest-rectangle-in-histogram/description/ Description: Given n non-negative integers repre ...
分类:其他好文   时间:2017-11-04 16:36:21    阅读次数:222
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 ...
分类:其他好文   时间:2017-11-04 13:20:12    阅读次数:100
Jump Game II
Date: Nov. 3, 2017 Problem: https://leetcode.com/problems/jump-game-ii/description/ Description: Given an array of non-negative integers, you are init ...
分类:其他好文   时间:2017-11-03 22:03:02    阅读次数:242
HDU3652 B-number 数位DP第二题
A wqb-number, or B-number for short, is a non-negative integer whose decimal form contains the sub- string "13" and can be divided by 13. For example, ...
分类:其他好文   时间:2017-11-01 12:15:54    阅读次数:135
Count Primes
Description: Count the number of prime numbers less than a non-negative number, n. Credits:Special thanks to @mithmatt for adding this problem and cre ...
分类:其他好文   时间:2017-10-31 12:52:44    阅读次数:132
Leetcode #2 Add two numbers
## 题目 >Add Two NumbersYou are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their n ...
分类:其他好文   时间:2017-10-30 18:24:44    阅读次数:135
Codeforces Round #443 (Div. 2)
C. Short Program C. Short Program Petya learned a new programming language CALPAS. A program in this language always takes one non-negative integer an ...
分类:其他好文   时间:2017-10-29 21:59:02    阅读次数:121
LeetCode Degree of an Array
原题链接在这里:https://leetcode.com/problems/degree-of-an-array/description/ 题目: Given a non-empty array of non-negative integers nums, the degree of this ar ...
分类:其他好文   时间:2017-10-29 14:32:24    阅读次数:155
258. Add Digits
看眼缘随机拿了一道不难的题https://leetcode.com/problems/add-digits/description/ Given a non-negative integer num, repeatedly add all its digits until the result ha ...
分类:其他好文   时间:2017-10-27 23:05:50    阅读次数:159
2271条   上一页 1 ... 49 50 51 52 53 ... 228 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!