8queens-problem
Here are 20 public repositories matching this topic...
Language:All
Sort:Most stars
The N Queen is the problem of placing N chess queens on an N×N chessboard so that no two queens attack each other.
- Updated
Jan 9, 2023 - Python
The 8-queens problems asks us to place 8 queens on a chessboard so that no two can capture one another; that is, no two are on the same row, column, or diagonal.
- Updated
Jul 29, 2021 - Python
//contains recursion programs for practice and learning
- Updated
Jun 24, 2022 - C++
A visualizer for 8-queens Problem. Try yourself now.
- Updated
Aug 31, 2024 - JavaScript
solve 8-queens algorithm ; Evolutionary Algorithm
- Updated
Jul 14, 2021 - Jupyter Notebook
8 Queens problem with walls and different scores for each square solved with backtracking and forward check
- Updated
Feb 5, 2022 - Python
♟️This website allows you to visualize, understand, and solve the N-queens problem interactively. I created this project because I was fascinated by the mathematical elegance of this classic problem and wanted to create a visual tool to better understand and share it.
- Updated
Aug 20, 2025 - Svelte
Ce TP implémente la manipulation et la construction de ROBDD, ainsi qu’une application pour résoudre le problème des N reines.
- Updated
Jan 3, 2025 - Java
Using two powerful local search algorithms to find a solution for the popular 8-queen problem.
- Updated
Apr 3, 2021 - Python
Algorithm based C++ codes. Codes includes missionary and cannibal, 8 queens, Tower of Hanoi and other algorithm based coding.
- Updated
Jun 11, 2021 - C++
8 Queens Problem in Csharp
- Updated
Apr 26, 2022 - C#
- Updated
Jan 21, 2023 - Python
Evolutionary Algorithm
- Updated
Mar 2, 2024 - Jupyter Notebook
A program to simulate the genetic algorithm solving the 8 Queen problem
- Updated
Dec 1, 2022 - C++
♟️ 8 queens problem coded in JavaScript
- Updated
Apr 13, 2023 - JavaScript
A browser game similar to "8 Queens"
- Updated
Oct 16, 2024 - JavaScript
Improve this page
Add a description, image, and links to the8queens-problem topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the8queens-problem topic, visit your repo's landing page and select "manage topics."