码迷,mamicode.com
首页 >  
搜索关键字:digits    ( 2164个结果
LeetCode-Expression Add Operators
Given a string that contains only digits 0-9 and a target value, return all possibilities to add binary operators (not unary) +, -, or * between the d ...
分类:其他好文   时间:2016-08-31 08:19:44    阅读次数:167
Decode Ways,编码方式数量求解。动态规划问题。
问题描述: A message containing letters from A-Z is being encoded to numbers using the following mapping: Given an encoded message containing digits, deter ...
分类:其他好文   时间:2016-08-30 18:00:11    阅读次数:167
POJ 1426 <Find The Multiple> <搜索>
Description Given a positive integer n, write a program to find out a nonzero multiple m of n whose decimal representation contains only the digits 0 ...
分类:其他好文   时间:2016-08-30 17:33:09    阅读次数:118
[codeforces 509]C. Sums of Digits
[codeforces 509]C. Sums of Digits 试题描述 Vasya had a strictly increasing sequence of positive integers a1, ..., an. Vasya used it to build a new sequenc ...
分类:其他好文   时间:2016-08-28 13:58:05    阅读次数:163
Plus One Linked List -- LeetCode
Given a non-negative number represented as a singly linked list of digits, plus one to the number. The digits are stored such that the most significan ...
分类:其他好文   时间:2016-08-27 14:04:38    阅读次数:114
UVa11375
Matches We can make digits with matches as shown below: Given N matches, find the number of different numbers representable using the matches. We shal ...
分类:其他好文   时间:2016-08-24 17:12:40    阅读次数:235
Leetcode 2 Add Two Numbers
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 as a link...
分类:其他好文   时间:2016-08-23 22:10:45    阅读次数:130
湖南省第六届省赛题 Biggest Number (dfs+bfs,好题)
Biggest Number 时间限制:1000 ms | 内存限制:65535 KB 难度:4 You have a maze with obstacles and non-zero digits in it: You can start from any square, walk in the ...
分类:其他好文   时间:2016-08-23 01:07:18    阅读次数:296
[LintCode] Plus One 加一运算
Given a non-negative number represented as an array of digits, plus one to the number. The digits are stored such that the most significant digit is a ...
分类:其他好文   时间:2016-08-22 07:08:14    阅读次数:168
ACM: FZU 2105 Digits Count - 位运算的线段树【黑科技福利】
FZU 2105 Digits Count Time Limit:10000MS Memory Limit:262144KB 64bit IO Format:%I64d & %I64u Practice FZU 2105 Digits Count Practice Description Given ...
分类:其他好文   时间:2016-08-22 00:28:20    阅读次数:254
2164条   上一页 1 ... 90 91 92 93 94 ... 217 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!