由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - [合集] Solve this task using recursion. how to ?
相关主题
这道题有什么好思路?any thoughts about matlab
[合集] C output question有人研究过BitCoin的算法和通讯协议吗? (转载)
MatLab CodeLSTM 是不是坨屎?
how to code this question of LinkedIn (转载)reverse LL recursively
[转载] 简单的题都不敢做了.[合集] 问个递归的问题
面试题 -算法?C -> assembly
Help with a simple c-shell script.Python: What does this mean?
[合集] google interview questionrecurvion真的很难懂~~
相关话题的讨论汇总
话题: solve话题: iq300话题: recursion话题: mar话题: thu
进入Programming版参与讨论
1 (共1页)
b***y
发帖数: 2799
1
☆─────────────────────────────────────☆
iq300 (iq300) 于 (Thu Mar 27 18:03:29 2008) 提到:
“Given a string build all possible non-zero length substrings from it.
Example
Input:
abc
Output:
a
b
c
ab
ac
bc
abc
Solve this task using recursion.”
☆─────────────────────────────────────☆
jobseek (seeking+jobs) 于 (Thu Mar 27 18:06:00 2008) 提到:
typical question, please refer to wrox interview book

☆─────────────────────────────────────☆
iq300 (iq300) 于 (Thu Mar 27 18:09:55 2008) 提到:
//sigh
i
1 (共1页)
进入Programming版参与讨论
相关主题
recurvion真的很难懂~~[转载] 简单的题都不敢做了.
树的前序遍历面试题 -算法?
Questions about arrow key in linux command promptHelp with a simple c-shell script.
[合集] 现在用什么开发语言比较有钱途呀?[合集] google interview question
这道题有什么好思路?any thoughts about matlab
[合集] C output question有人研究过BitCoin的算法和通讯协议吗? (转载)
MatLab CodeLSTM 是不是坨屎?
how to code this question of LinkedIn (转载)reverse LL recursively
相关话题的讨论汇总
话题: solve话题: iq300话题: recursion话题: mar话题: thu