码迷,mamicode.com
首页 >  
搜索关键字:digit recongnizer    ( 1477个结果
LeetCode2 AddTowNumbers
题目: You are given two linked lists representing two non-negative numbers.  The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it a...
分类:其他好文   时间:2015-06-06 15:01:01    阅读次数:139
00-自测4. Have Fun with Numbers
Notice that the number 123456789 is a 9-digit number consisting exactly the numbers from 1 to 9, with no duplication. Double it we will obtain 2469135...
分类:其他好文   时间:2015-06-05 11:54:10    阅读次数:117
Project Euler:Problem 41 Pandigital prime
We shall say that an n-digit number is pandigital if it makes use of all the digits 1 to n exactly once. For example, 2143 is a 4-digit pandigital and is also prime. What is the largest n-digit pandi...
分类:其他好文   时间:2015-06-05 10:11:25    阅读次数:111
[LeetCode][JavaScript]Letter Combinations of a Phone Number
Letter Combinations of a Phone NumberTotal Accepted:40709Total Submissions:157759My SubmissionsQuestionSolutionGiven a digit string, return all possib...
分类:编程语言   时间:2015-06-05 06:09:34    阅读次数:162
Digital Roots
Description The digital root of a positive integer is found by summing the digits of the integer. If the resulting value is a single digit then that d...
分类:其他好文   时间:2015-06-04 19:18:39    阅读次数:114
Rightmost Digit(快速幂)
DescriptionGiven a positive integer N, you should output the most right digit of N^N. InputThe input contains several test cases. The first line of th...
分类:Web程序   时间:2015-06-04 18:50:26    阅读次数:160
Project Euler:Problem 40 Champernowne's constant
An irrational decimal fraction is created by concatenating the positive integers: 0.123456789101112131415161718192021... It can be seen that the 12th digit of the fractional part is 1. If dn repr...
分类:其他好文   时间:2015-06-04 13:55:04    阅读次数:118
hdu 3709 数位dp(小思维)
http://acm.hdu.edu.cn/showproblem.php?pid=3709 Problem Description A balanced number is a non-negative integer that can be balanced if a pivot is placed at some digit. More specifically, imagi...
分类:其他好文   时间:2015-06-04 08:38:15    阅读次数:129
Specialized Four-Digit Numbers
刚开始翻译文章,请多包涵。...
分类:其他好文   时间:2015-06-03 15:56:32    阅读次数:81
Project Euler:Problem 34 Digit factorials
145 is a curious number, as 1! + 4! + 5! = 1 + 24 + 120 = 145. Find the sum of all numbers which are equal to the sum of the factorial of their digits. Note: as 1! = 1 and 2! = 2 are not sums they...
分类:其他好文   时间:2015-06-03 15:53:03    阅读次数:112
1477条   上一页 1 ... 97 98 99 100 101 ... 148 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!