n-queen
Here are 19 public repositories matching this topic...
Sort:Most stars
A better visualization of different algorithms made with React
- Updated
Dec 15, 2024 - JavaScript
This repository contains generic platform for solving and benchmarking computational puzzles using different search strategies
- Updated
Oct 31, 2021 - C++
Solving N-Queen problem using Genetic Algorithm.
- Updated
Jun 30, 2020 - C++
Terminal implementation of the queen problem (place 8 chess queens on a 8x8 chessboard, none of them must see another one)
- Updated
Jul 8, 2021 - C++
- Updated
May 24, 2021 - JavaScript
N-Queen(s) Problem implemented using Simulated Annealing Algorithm in Python Language
- Updated
Aug 14, 2022 - Python
Emulator of the N-Queens problem
- Updated
Dec 27, 2023 - Java
An N-Queen Problem solver.
- Updated
Jul 8, 2021 - Python
N-Queen(s) Problem implemented using Hill Climbing Algorithm in Python Language
- Updated
Aug 14, 2022 - Python
Solution to the N-Queen problem, using a Hill Climbing approach
- Updated
May 8, 2023 - C++
Solve the N-Queens problem using Simulated Annealing! Includes a graphical interface to visualize the algorithm in action, with speed control and pause/resume options.
- Updated
Mar 15, 2025 - Python
The N Queens problem is a classic computer science problem that asks how to place N chess queens on an NxN chessboard such that no two queens threaten each other. It's used to study algorithms and artificial intelligence as it requires finding a solution that satisfies multiple constraints and making choices based on previous decisions.
- Updated
Feb 13, 2023 - Kotlin
- Updated
Nov 2, 2022 - C#
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
Nov 24, 2023 - Java
problema n-rainhas usando técnicas de satisfação de restrições
- Updated
Jan 8, 2024 - Java
- Updated
Jan 6, 2025 - JavaScript
It's the repository for a python package named nqviz, a visualization tool for the n-queen problem.
- Updated
Sep 25, 2021 - Python
Improve this page
Add a description, image, and links to then-queen topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with then-queen topic, visit your repo's landing page and select "manage topics."