mcp-solver

by szeider
Verified
MIT License
31
  • Linux
  • Apple
# N-Queens Problem Can you solve the classic N-Queens problem for n=8? The problem asks to place 8 queens on an 8x8 chessboard such that no two queens threaten each other. Remember that queens attack along rows, columns, and diagonals.