Introduction - If you have any usage issues, please Google them yourself
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.