Lukas' Notes

Home

❯

Knowledge

❯

n-Queens

n-Queens

Jul 25, 20251 min read

games computation

Definition

n-Queens

The n-queens problem is a classic computational problem. The goal of the n-queens problem is to place n chess queens on an n×n chessboard in such a way that no two queens can attack each other.


Graph View

Created with Quartz v4.4.0 © 2025

  • GitHub