/n-queens-problem

This repository solves the 8 Queen Puzzle on a 8x8 chess board and generalises it to a n-Queen Puzzle on n x n

Primary LanguageC++MIT LicenseMIT

n-queens-problem

This repository solves the 8 Queen Puzzle on a 8x8 chess board and generalises it to a n-Queen Puzzle on n x n chess board.