Introduction - If you have any usage issues, please Google them yourself
Use of backtracking and stack to achieve the eight queens problem: the n × n chess board, place n queens, a queen is not required to " eat" any other a queen, that is, no two or more of the Queen occupy the same row on the board, the same column or the same diagonal