搜索资源列表
sudoku
- C编写的数独游戏,从dat.txt中读取9X9的数独矩阵,即可给出数独结果
MazeProblem
- 迷宫问题求解,基于C++构造矩阵表示迷宫,通过构造栈查找迷宫的出路,实现迷宫问题的求解-Problem solving maze, maze-based C++ structure matrix, find a way through the maze of the stack structure, to achieve the maze problem solving