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
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
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
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
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
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
## 题目 >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
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
原题链接在这里: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
看眼缘随机拿了一道不难的题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