码迷,mamicode.com
首页 >  
搜索关键字:digits    ( 2164个结果
(数组) 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
788. Rotated Digits
X is a good number if after rotating each digit individually by 180 degrees, we get a valid number that is different from X. Each digit must be rotate ...
分类:其他好文   时间:2019-04-26 22:26:54    阅读次数:143
【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] Reordered Power of 2 重新排序为2的倍数
Starting with a positive integer , we reorder the digits in any order (including the original order) such that the leading digit is not zero. Return i ...
分类:编程语言   时间:2019-04-22 00:38:31    阅读次数:213
24.Letter Combinations of a Phone Number(电话号对应的字符组合)
Given a string containing digits from 2-9 inclusive, return all possible letter combinations that the number could represent. A mapping of digit to l... ...
分类:其他好文   时间:2019-04-21 12:59:42    阅读次数:142
leetcode17
17. Letter Combinations of a Phone Number Medium Given a string containing digits from 2-9 inclusive, return all possible letter combinations that the ...
分类:其他好文   时间:2019-04-20 21:34:16    阅读次数:190
(链表 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
B. Nirvana Codeforces Round #549 (Div. 2) (递归dfs)
恢复内容开始 Kurt reaches nirvana when he finds the product of all the digits of some positive integer. Greater value of the product makes the nirvana deepe ...
分类:其他好文   时间:2019-04-11 01:15:28    阅读次数:131
HDU - 4734 F(x) (数位dp)
For a decimal number x with n digits (A nA n-1A n-2 ... A 2A 1), we define its weight as F(x) = A n * 2 n-1 + A n-1 * 2 n-2 + ... + A 2 * 2 + A 1 * 1. ...
分类:其他好文   时间:2019-04-10 13:25:35    阅读次数:131
2164条   上一页 1 ... 24 25 26 27 28 ... 217 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!