想问下这个求所有组合的递归具体该怎么实现呢,想了好久了,问了好多次都没人回答
1条回答 默认 最新
- 小公鸡卡哇伊呀~ 2021-10-23 22:02关注
第一步先求字符的集合,删除重复字母,再进行排序,这个容易。
第二步不怎么好解,这有详细说明和 c code,有method 1, method 2...Print all possible combinations of r elements in a given array of size n - GeeksforGeeks A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions. https://www.geeksforgeeks.org/print-all-possible-combinations-of-r-elements-in-a-given-array-of-size-n/
code 里稍微修改一下,比如 int array 改成 char array
for (int i=1; i <= 3; i++)
printCombination(arr, n, i);
然后就可以打印出结果. a, b, c, ab, ....本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报
悬赏问题
- ¥15 帮我调试idea基于spring boot项目
- ¥15 es 7.17.20版本生成时间戳
- ¥15 wpf dategrid表头排序图标自定义
- ¥15 分析下图所示同步时序逻辑电路的逻辑功能。
- ¥15 halcon联合c#遇到了问题不能解决
- ¥15 xshell无法连接提示ssh服务器拒绝密码
- ¥15 AT89C52单片机C语言关于串口通信的位操作
- ¥20 需要步骤截图(标签-服务器|关键词-map)
- ¥50 gki vendor hook
- ¥15 灰狼算法和蚁群算法如何结合