由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 问一道老题
相关主题
请教这题怎么做啊a question about combination
求问一道G家Onsite题找硬币的经典问题
C++ Q74: How to return a combination of a class A object, a class B object and an int这题也可以DP 解吧?
combinations 有没有 iterative的方法阿 ?求教 leetcode上OJ 的Combination Sum II 解法
请教一道面试题请教leetcode Combination Sum II的code,谢谢。
combination sum2的问题a problem from leetcode: high efficiency algorithm for combinations problem
有没有人觉得leetcode的难度分类也许不客观?Interview question: N-sum
Aerospace Software Engineer at The MathWorksCombination Sum II哪里做错了
相关话题的讨论汇总
话题: 重复话题: 打印话题: 老题
进入JobHunting版参与讨论
1 (共1页)
o**s
发帖数: 65
1
write code to find all the possible combinations of chars in a given
string
用C/C++写不用STL的方法如何写?我知道可以recursive的把比如abc的bc,ab,ac都打印
出来,但是不可避免的有重复的比如c,c会被打印两次.如何避免重复?
k*p
发帖数: 1526
2
programming interview exposed上有

【在 o**s 的大作中提到】
: write code to find all the possible combinations of chars in a given
: string
: 用C/C++写不用STL的方法如何写?我知道可以recursive的把比如abc的bc,ab,ac都打印
: 出来,但是不可避免的有重复的比如c,c会被打印两次.如何避免重复?

o**s
发帖数: 65
3
thanks!

【在 k*p 的大作中提到】
: programming interview exposed上有
1 (共1页)
进入JobHunting版参与讨论
相关主题
Combination Sum II哪里做错了请教一道面试题
关于结果除掉重复的问题请教combination sum2的问题
hadoop的combiner和partitioner的顺序是什么呢?有没有人觉得leetcode的难度分类也许不客观?
CS: print all combination from an arrayAerospace Software Engineer at The MathWorks
请教这题怎么做啊a question about combination
求问一道G家Onsite题找硬币的经典问题
C++ Q74: How to return a combination of a class A object, a class B object and an int这题也可以DP 解吧?
combinations 有没有 iterative的方法阿 ?求教 leetcode上OJ 的Combination Sum II 解法
相关话题的讨论汇总
话题: 重复话题: 打印话题: 老题