/N-Queen-Problem

Placing N Queens in a NxN chessboard, so that no two queen can attack each other. Seems pretty easy huh? Let the code speak for itself!

Primary LanguageC++MIT LicenseMIT

N-Queen-Problem

Placing N Queens in a NxN chessboard, so that no two queen can attack each other. Seems pretty easy huh? Let the code speak for itself!