码迷,mamicode.com
首页 >  
搜索关键字:possible    ( 2665个结果
Problem Palindrome Partitioning
Problem Description:Given a strings, partitionssuch that every substring of the partition is a palindrome.Return all possible palindrome partitioning ...
分类:其他好文   时间:2014-07-07 16:02:55    阅读次数:259
[leetcode] Combinations
Given two integers n and k, return all possible combinations of k numbers out of 1 ... n.
分类:其他好文   时间:2014-07-07 14:48:39    阅读次数:160
[leetcode] Subsets
Given a set of distinct integers, S, return all possible subsets.
分类:其他好文   时间:2014-07-07 14:31:24    阅读次数:164
Oracle数据库用EF操作的示例
Using EF Oracle Sample Provider with EDM Designer (from msdn)Many people are asking if it is possible to use EFOracleProvider with EDM Designer in Vis...
分类:数据库   时间:2014-07-03 00:29:01    阅读次数:412
[leetcode] Subsets II
Given a collection of integers that might contain duplicates, S, return all possible subsets.
分类:其他好文   时间:2014-07-02 20:19:21    阅读次数:179
自定义LinkedList实现
1. [代码]首先是借口定义 * @author xzfpublic interface MyDeque { * insert the specified element at the front of this deque if it is possible * to do so...
分类:其他好文   时间:2014-07-02 17:07:48    阅读次数:237
[leetcode] Restore IP Addresses
Given a string containing only digits, restore it by returning all possible valid IP address combinations.
分类:其他好文   时间:2014-07-02 14:45:41    阅读次数:220
LeetCode:Combinations 题解
Given two integersnandk, return all possible combinations ofknumbers out of 1 ...n.For example,Ifn= 4 andk= 2, a solution is:[ [2,4], [3,4], [2,3],...
分类:其他好文   时间:2014-07-01 13:01:01    阅读次数:177
Leetcode:Combinations 生成组合
Combinations:Given two integers n and k, return all possible combinations of k numbers out of 1 ... n.For example,If n = 4 and k = 2, a solution is:[ ...
分类:其他好文   时间:2014-07-01 12:58:20    阅读次数:212
Scramble String
题目 Given a string s1, we may represent it as a binary tree by partitioning it to two non-empty substrings recursively. Below is one possible representation of s1 = "great": great /...
分类:其他好文   时间:2014-06-29 23:16:19    阅读次数:312
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!