n-queens
Here are 165 public repositories matching this topic...
Language:All
Sort:Most stars
Solving and GUI demonstration of traditional N-Queens Problem using Hill Climbing, Simulated Annealing, Local Beam Search, and Genetic Algorithm.
- Updated
Jul 4, 2017 - Java
Visualization of some standard problems solved by Backtracking
- Updated
May 30, 2024 - JavaScript
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
This is a n-queen problem solver using local search algorithms.
- Updated
Feb 26, 2018 - Python
Introductory C ++ language exercises at the university in the basics of computer and advanced programming and discrete mathematics
- Updated
Mar 31, 2022 - C++
Parallel Computing with Pthreads
- Updated
Aug 5, 2019 - C
My projects/labs for Udacity Artificial Intelligence Nanodegree (April 2017 - present).
- Updated
Jul 22, 2017 - Jupyter Notebook
N-Queens GUI solver using A* (A-Star) and Genetic Algorithm.
- Updated
Aug 29, 2023 - Python
Solution for both N Queens Puzzle and Knight's Tour (with GUI)
- Updated
Jun 27, 2022 - Java
Placing N chess queens on an NxN chessboard so that no two queens threaten each other.
- Updated
Feb 14, 2017 - Java
Modelling n-queens problem as conjunctive normal form and solving it with DPLL algorithm. This project should made me familiar with Rust and the test driven approach.
- Updated
Jul 20, 2017 - Rust
- Updated
Dec 18, 2022 - Jupyter Notebook
N-Queens problem solvers and solution counters implemented using a constrained DFS algorithm
- Updated
Oct 24, 2017 - C
Homeworks done in course CS 599: Algorithms - Design, Analysis, and Implementations at Oregon State University
- Updated
Dec 7, 2020 - Python
Full Genetic Algorithm para resolver o problema das N-rainhas
- Updated
Sep 15, 2020 - Python
N-Queens Solution With Genetic Algorithms
- Updated
Jul 22, 2015 - MATLAB
Different puzzles to think and enjoy programming.
- Updated
Feb 14, 2022 - Python
Solving n-queen problem by Biogeography-Based Optimization (BBO) algorithm
- Updated
Aug 26, 2022 - MATLAB
Southeast University Artificial Intelligence Coursework (with a Final Score: 96/100)
- Updated
Jul 11, 2018 - C++
Improve this page
Add a description, image, and links to then-queens topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with then-queens topic, visit your repo's landing page and select "manage topics."