n-queens
Here are 51 public repositories matching this topic...
This is a n-queen problem solver using local search algorithms.
-
Updated
Feb 26, 2018 - Python
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
N-Queens GUI solver using A* (A-Star) and Genetic Algorithm.
-
Updated
Aug 29, 2023 - Python
Full Genetic Algorithm para resolver o problema das N-rainhas
-
Updated
Sep 15, 2020 - Python
Homeworks done in course CS 599: Algorithms - Design, Analysis, and Implementations at Oregon State University
-
Updated
Dec 7, 2020 - Python
Different puzzles to think and enjoy programming.
-
Updated
Feb 14, 2022 - Python
University project solving n-queen problem using CSP approach
-
Updated
Nov 18, 2016 - Python
Python, Javascript interview practise.
-
Updated
Oct 8, 2024 - Python
optimization and palatalization of N queens problem using openmp
-
Updated
May 10, 2019 - Python
Practicals from sem 5 of bsc IT,Third year
-
Updated
Sep 21, 2023 - Python
Complexity
-
Updated
Dec 20, 2024 - Python
Implementation of the N-Queens problem by using Simulated Annealing as a local search algorithm and Min Conflicts as the CSP (Constraint Satisfaction Problem) algorithm.
-
Updated
Oct 6, 2019 - Python
N-Queen(s) Problem implemented using Simulated Annealing Algorithm in Python Language
-
Updated
Aug 14, 2022 - Python
Repositório da disciplina de Inteligência Artificial pela Universidade Federal do Ceará, campus Quixadá
-
Updated
Dec 3, 2019 - Python
Generic Constraint Satisfaction Problem Solver
-
Updated
Jan 12, 2023 - Python
Solucion al problema de las N-Reinas en Python para mi asignatura de Algoritmos y Computación (Universidad de Valladolid)
-
Updated
Mar 19, 2017 - Python
This repository contains implementations of algorithms used for solving various ai related problems
-
Updated
Nov 18, 2017 - Python
Demonstrate different local search algorithms applied to the 8-queens problem.
-
Updated
Oct 2, 2021 - Python
Improve this page
Add a description, image, and links to the n-queens topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the n-queens topic, visit your repo's landing page and select "manage topics."