Description: N Queens problem: Las Vegas, the combination of algorithm and backtracking, can output the number of nodes per search (including the failure of successful search and the search), and until you find the right node of the total number of nodes in the search.
To Search:
File list (Check if you may need any files):
N皇后问题\Debug\queen.exe
.........\.....\queen.ilk
.........\.....\queen.obj
.........\.....\queen.pch
.........\.....\queen.pdb
.........\.....\vc60.idb
.........\.....\vc60.pdb
.........\queen.cpp
.........\queen.dsp
.........\queen.dsw
.........\queen.ncb
.........\queen.opt
.........\queen.plg
.........\Debug
N皇后问题