码迷,mamicode.com
首页 >  
搜索关键字:possible    ( 2665个结果
uva 10305 Ordering Tasks (简单拓扑)
uva 10305 Ordering Tasks John has n tasks to do. Unfortunately, the tasks are not independent and the execution of one task is only possible if other tasks have already been executed. ...
分类:其他好文   时间:2015-02-01 13:33:21    阅读次数:167
LeetCode Letter Combinations of a Phone Number
Given a digit string, return all possible letter combinations that the number could represent. A mapping of digit to letters (just like on the telephone buttons) is given below. Input:Digit st...
分类:其他好文   时间:2015-01-31 20:40:11    阅读次数:119
leetcode 131. Palindrome Partitioning
Given a strings, partitionssuch that every substring of the partition is a palindrome.Return all possible palindrome partitioning ofs.For example, giv...
分类:其他好文   时间:2015-01-31 11:54:13    阅读次数:202
LeetCode --- 17. Letter Combinations of a Phone Number
题目链接:Letter Combinations of a Phone Number Given a digit string, return all possible letter combinations that the number could represent. A mapping of digit to letters (just like on the telephone...
分类:其他好文   时间:2015-01-30 22:43:16    阅读次数:175
Effective Java - 关于泛型
自Java 1.5开始使用的泛型,泛型给人比较直观的印象是..."尖括号里写了类型我就不用检查类型也不用强转了"。确实,那先从API的使用者的角度上想问题,泛型还有什么意义? Discover errors as soon as possible after they are made, idea....
分类:编程语言   时间:2015-01-30 21:06:00    阅读次数:292
LeetCode 8 :String to Integer (atoi)
问题是这样子的:Implement atoi to convert a string to an integer.Hint: Carefully consider all possible input cases. If you want a challenge, please do not see...
分类:其他好文   时间:2015-01-30 15:08:07    阅读次数:163
String to Integer (atoi)
Implementatoito convert a string to an integer.Hint:Carefully consider all possible input cases. If you want a challenge, please do not see below and ...
分类:其他好文   时间:2015-01-30 14:37:44    阅读次数:127
HDU 4612 Warm up(边双联通求树的直径)
Problem Description   N planets are connected by M bidirectional channels that allow instant transportation. It's always possible to travel between any two planets through these channels.   If we ...
分类:移动开发   时间:2015-01-29 21:11:36    阅读次数:248
How to disable Porsche 911 DRLs with Porsche PIWIS Tester 2
Daytime Running lights (DRLs) sometimes are annoying. Professional Porsche OBD diagnostic software dealers are possible to disable them.Hardware optio...
分类:其他好文   时间:2015-01-29 17:29:11    阅读次数:168
LeetCode --- 8. String to Integer (atoi)
题目链接:String to Integer (atoi) Implement atoi to convert a string to an integer. Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below and ask yourself w...
分类:其他好文   时间:2015-01-28 14:44:37    阅读次数:154
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!