1. 首页
  2. 课程学习
  3. 专业指导
  4. 回溯法求解子集和数给定一个n个整数的集合X={x1,x2....xn}和整数y,找出和等于y的X的子集Y.

回溯法求解子集和数给定一个n个整数的集合X={x1,x2....xn}和整数y,找出和等于y的X的子集Y.

上传者: 2019-06-22 06:14:08上传 TXT文件 1.6KB 热度 45次
The backtracking method solves the subset and the number given a set of n integers X={x1,x2....xn} and the integer y, finds a subset Y of the X equal to and equal to y.
用户评论
码姐姐匿名网友 2019-06-22 06:14:08

程序可以运行,但是代码不太清晰,也没有注释,看起来比较费劲

码姐姐匿名网友 2019-06-22 06:14:08

非常好 就是我想要的 而且代码运行完全没问题

码姐姐匿名网友 2019-06-22 06:14:08

程序挺对的,就是解释比较少了。。看不太懂。。