Description: N queens problem is backtracking algorithm applied a classic case of backtracking algorithm, also called heuristics, which is a systematic method for solving search problems. Backtracking algorithm basic idea is: go out one way forward, to enter the inlet and can not come into the return, for a way to try.
To Search:
File list (Check if you may need any files):
第二次实验皇后问题\1.c
..................\1.cpp
..................\1.dsp
..................\1.dsw
..................\1.ncb
..................\1.opt
..................\1.plg
..................\2.c
..................\2.dsp
..................\2.dsw
..................\2.ncb
..................\2.opt
..................\2.plg
..................\Debug\1.exe
..................\.....\1.ilk
..................\.....\1.obj
..................\.....\1.pch
..................\.....\1.pdb
..................\.....\2.exe
..................\.....\2.ilk
..................\.....\2.obj
..................\.....\2.pch
..................\.....\2.pdb
..................\.....\queen.exe
..................\.....\queen.ilk
..................\.....\queen.obj
..................\.....\queen.pch
..................\.....\queen.pdb
..................\.....\vc60.idb
..................\.....\vc60.pdb
..................\Debug
..................\queen.c
..................\queen.dsp
..................\queen.dsw
..................\queen.ncb
..................\queen.opt
..................\queen.plg
..................\皇后问题.doc
第二次实验皇后问题