由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - combinations II 怎么搞
相关主题
一道amazon题[discussion] how to approve that the given 9*9 is a sudoku
amazon onsite 面经string permutation,怎么处理重复字母?
一个容易记忆的permutation算法两道简单的面试题
String permunation question (CS)B家電面
请问大牛们leetcode上的Permutations IICS: print all combination from an array
问一道关于字符串的面试题这题有沒有P解?
amazon onsite面筋 - SDETif "(i > cur &&nums[i] == nums[i-1]) continue;
a question about combination一家游戏公司的新鲜面经
相关话题的讨论汇总
话题: ii话题: given话题: powerset话题: duplicates
进入JobHunting版参与讨论
1 (共1页)
t*****g
发帖数: 113
1
Given a collection of numbers that might contain duplicates, return all
possible unique combinations.
How to do it without explicitly generate all of them and then use a hash
table to test?
类似的permutation II, powerset II 都有trick 可以不用brutal force, 没想出
combination怎么搞?
1 (共1页)
进入JobHunting版参与讨论
相关主题
一家游戏公司的新鲜面经请问大牛们leetcode上的Permutations II
关于permutation和combination问一道关于字符串的面试题
One interview questionamazon onsite面筋 - SDET
string的permutationa question about combination
一道amazon题[discussion] how to approve that the given 9*9 is a sudoku
amazon onsite 面经string permutation,怎么处理重复字母?
一个容易记忆的permutation算法两道简单的面试题
String permunation question (CS)B家電面
相关话题的讨论汇总
话题: ii话题: given话题: powerset话题: duplicates