码迷,mamicode.com
首页 >  
搜索关键字:positive    ( 2430个结果
一些项目——elevator problem
Problem Description The highest building in our city has only one elevator. A request list is made up with N positive numbers. The numbers denote at which floors the elevator will stop, in specifie...
分类:其他好文   时间:2015-01-21 18:22:56    阅读次数:155
leetcode------Excel Sheet Column Title
标题:Excel Sheet Column Title通过率:17.3%难度:简单Given a positive integer, return its corresponding column title as appear in an Excel sheet.For example: 1...
分类:其他好文   时间:2015-01-19 20:46:34    阅读次数:131
基础搜索算法题解(I-M)
搜索 Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 18823 Accepted: 7618 Special Judge Description Given a positive integer n,...
分类:编程语言   时间:2015-01-19 14:28:22    阅读次数:303
First Missing Positive -- leetcode
Given an unsorted integer array, find the first missing positive integer. For example, Given [1,2,0] return 3, and [3,4,-1,1] return 2. Your algorithm should run in O(n) time and uses constant...
分类:其他好文   时间:2015-01-18 15:47:14    阅读次数:126
(简单) POJ 1426 Find The Multiple,BFS+同余。
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...
分类:其他好文   时间:2015-01-16 23:32:56    阅读次数:146
poj3233Matrix Power Series(矩阵快速幂,两种写法)
Matrix Power Series Time Limit:3000MS     Memory Limit:131072KB     64bit IO Format:%I64d & %I64u Submit Status Description Given a n × n matrix A and a positive integer k, find the ...
分类:其他好文   时间:2015-01-16 22:27:50    阅读次数:319
LeetCode--Excel Sheet Column Title
Given a positive integer, return its corresponding column title as appear in an Excel sheet. For example: 1 -> A 2 -> B 3 -> C ... 26 -> Z 27 -> AA 28 -> AB Credits...
分类:其他好文   时间:2015-01-16 16:52:47    阅读次数:211
Excel Sheet Column Title
Given a positive integer, return its corresponding column title as appear in an Excel sheet.For example: 1 -> A 2 -> B 3 -> C ... 26 ->...
分类:其他好文   时间:2015-01-16 16:35:44    阅读次数:144
LeetCode--First Missing Positive
Given an unsorted integer array, find the first missing positive integer. For example, Given [1,2,0] return 3, and [3,4,-1,1] return 2. Your algorithm should run in O(n) time and uses constant...
分类:其他好文   时间:2015-01-16 10:05:38    阅读次数:136
[LeetCode] Excel Sheet Column Title 求Excel表列名称
Given a positive integer, return its corresponding column title as appear in an Excel sheet.For example: 1 -> A 2 -> B 3 -> C ... 26 ->...
分类:其他好文   时间:2015-01-16 07:36:22    阅读次数:155
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!