/n-chess-queens-genetic-algorithm

The N queens puzzle is the problem of placing N chess queens on an N×N chessboard so that no two queens threaten each other; thus, a solution requires that no two queens share the same row, column, or diagonal.

Primary LanguageJavaScriptMIT LicenseMIT

Watchers