Description: Please design algorithm, using up to 4 different colors for coloring on the puzzle (each block of color coated), asked the color of adjacent regions with each other, print out all possible scenarios. Tip: You can put the jigsaw puzzle on each region as a vertex, if the two regions adjacent to, the corresponding vertices connected with an edge, so the puzzle is converted to graph, the problem is essentially a graph search problem.
To Search:
File list (Check if you may need any files):
吕坤同学的课设七色板\Debug\vc60.idb
....................\.....\vc60.pdb
....................\.....\新建 文本文档.exe
....................\.....\新建 文本文档.ilk
....................\.....\新建 文本文档.obj
....................\.....\新建 文本文档.pdb
....................\新建 BMP 图像.bmp
....................\新建 文本文档.cpp
....................\新建 文本文档.dsp
....................\新建 文本文档.dsw
....................\新建 文本文档.ncb
....................\新建 文本文档.opt
....................\新建 文本文档.plg
....................\未命名.bmp
....................\Debug
吕坤同学的课设七色板