码迷,mamicode.com
首页 >  
搜索关键字:possible    ( 2665个结果
LeetCode——Permutations
PermutationsGiven a collection of numbers, return all possible permutations.For example,[1,2,3]have the following permutations:[1,2,3],[1,3,2],[2,1,3]...
分类:其他好文   时间:2014-09-24 04:02:35    阅读次数:212
[LeetCode][I]Permutations II
Given a collection of numbers that might contain duplicates, return all possible unique permutations. For example, [1,1,2] have the following unique permutations: [1,1,2], [1,2,1], and [2,1,1]....
分类:其他好文   时间:2014-09-23 17:07:24    阅读次数:222
[leetcode] Combinations @ Python [ask for help]
https://oj.leetcode.com/problems/combinations/Given two integers n and k, return all possible combinations of k numbers out of 1 ... n.For example,If ...
分类:编程语言   时间:2014-09-20 09:58:07    阅读次数:204
swap in java?
Is it possible to write a swap method in java? these two variables will be primitives.It's not possible, without any objects or arrays. (Java passes s...
分类:编程语言   时间:2014-09-20 09:56:07    阅读次数:176
Leetcode: Restore IP addresses
Given a string containing only digits, restore it by returning all possible valid IP address combinations.For example:Given "25525511135",return ["255...
分类:其他好文   时间:2014-09-20 07:44:47    阅读次数:235
Combinations
[leetcode]Given two integers n and k, return all possible combinations of k numbers out of 1 ... n....
分类:其他好文   时间:2014-09-19 10:07:55    阅读次数:209
Leetcode: Palindrome Partitioning
Given a string s, partition s such that every substring of the partition is a palindrome.Return all possible palindrome partitioning of s.For example,...
分类:其他好文   时间:2014-09-19 07:42:35    阅读次数:212
Codeforces Round #265 (Div. 2) D. Restore Cube
Peter had a cube with non-zero length of a side. He put the cube into three-dimensional space in such a way that its vertices lay at integer points (it is possible that the cube's sides are not parall...
分类:其他好文   时间:2014-09-18 16:36:44    阅读次数:196
Subsets <leetcode>
Given a set of distinct integers,S, return all possible subsets.Note:Elements in a subset must be in non-descending order.The solution set must not co...
分类:其他好文   时间:2014-09-17 11:35:22    阅读次数:186
What is _MainTex_ST ?
【What is _MainTex_ST ?】 在Unity自带的Unlit/Texture中,有引用到float4 _MainTex_ST,如下:// Unlit shader. Simplest possible textured shader.// - no lighting// - no ....
分类:其他好文   时间:2014-09-16 14:14:50    阅读次数:795
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!