nqueens
Here are 22 public repositories matching this topic...
Artificial Intelligence Course @fmi 2020/2021
-
Updated
Jan 3, 2021 - Java
Solving the N-Queens problem using a blind and informed (heuristic) search. (School Project - 2017)
-
Updated
Jan 1, 2020 - Java
Java implementation of a NQueens problem solver, this application gets a size of the NQueens problem to solve and returns how many solutions it found/are possible. Will be extended to returning a solution aswell as/instead of a number
-
Updated
Mar 16, 2022 - Java
BIL441-Artificial Intelligence-Project 2 Implementation
-
Updated
Mar 13, 2024 - Java
Returns sets of coordinates where n queens on a n by n chess board can exist in harmony
-
Updated
Jul 31, 2018 - Java
A generic genetic algorithmes , with mutation, survival and mating selection. Easy to add new type of genes.
-
Updated
Jun 1, 2020 - Java
Solutions to two classic np-complete problems: n-queens and knight's tour.
-
Updated
Oct 6, 2024 - Java
Solving 8-Queens problem using GA & BT on Android.
-
Updated
Jul 9, 2016 - Java
A uni project where we implemented blind search as well as metaheuristics approches to solving the NQueens Problem.
-
Updated
Jul 4, 2023 - Java
In this repository i am going to keep some of the important notes and programs which are most useful while Coding.
-
Updated
Apr 6, 2023 - Java
Optimized algorithm to find all solutions for the N-Queens-Problem in Java
-
Updated
May 3, 2017 - Java
Hill Climbing and Hill Climbing With Random Restart implemented in Java.
-
Updated
Mar 7, 2019 - Java
Improve this page
Add a description, image, and links to the nqueens topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nqueens topic, visit your repo's landing page and select "manage topics."