This project is a Python implementation of the N-Queens problem. The N-Queens problem is a classic computer science problem where the goal is to place N chess queens on an N×N chessboard so that no two queens threaten each other.
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
- Inspired by the classic N-Queens problem.
- Thanks to all contributors and the open-source community.