dfs模版

dfs #include <stdio.h> #include <string.h> char Map[16][16]; int mv[16][16]; //mv[i][j] == 0 没有被访问 //mv[i][j] == 1 已经被访问 struct N { int x,y; } ; int j
posted @ 2014-06-12 19:30  人艰不拆_zmc  阅读(362)  评论(0编辑  收藏  举报