2019暑假集训(第五天)- 搜索与回溯算法

全排列问题(form.cpp)

在这里插入图片描述

  • https://www.cnblogs.com/CXSheng/p/4524639.html

组合的输出(compages.cpp)

在这里插入图片描述

  • https://blog.csdn.net/magooli/article/details/54863330

N皇后问题(queen.cpp)

在这里插入图片描述
在这里插入图片描述

  • https://blog.csdn.net/Jet_KILL/article/details/81332926

有重复元素的排列问题(perm)

在这里插入图片描述

  • https://blog.csdn.net/skyler2003/article/details/76240457

子集和问题(subsum)

在这里插入图片描述

  • https://www.cnblogs.com/zzyh/p/6609505.html

在这里插入图片描述

  • https://blog.csdn.net/qq_44635637/article/details/87293155

装载问题(load)

在这里插入图片描述

  • https://blog.csdn.net/qq_44635637/article/details/87265137

字符序列(characts)

在这里插入图片描述

  • http://blog.sina.com.cn/s/blog_78d89c480102xs4u.html

试卷批分(grade)

在这里插入图片描述

  • https://blog.csdn.net/ivy_uu/article/details/72954314

迷宫问题(migong)

在这里插入图片描述

  • https://blog.csdn.net/hanxue_wuhen/article/details/70286340

部落卫队

在这里插入图片描述
在这里插入图片描述

  • https://blog.csdn.net/chrisblogtk/article/details/51099833

最佳调度问题

在这里插入图片描述

  • https://blog.csdn.net/xiaowang627/article/details/55851988

图的m着色问题

在这里插入图片描述

  • https://blog.csdn.net/Clove_unique/article/details/47608263
发布了114 篇原创文章 · 获赞 98 · 访问量 26万+

猜你喜欢

转载自blog.csdn.net/github_39533414/article/details/100109490