A clone of the Queens game by LinkedIn
-
Updated
May 14, 2025 - TypeScript
8000
A clone of the Queens game by LinkedIn
🔱 8 queen, chess , problem
Parallel Computing with Pthreads
Solve games and problems reducible to exact-cover problem using Knuth's Algorithm X with Dancing Links
♛ 🏁 The Queens Puzzle resolved with genetic algorithms.
♟ Eight queens game online app with backtracking algorithm to solve it. Chess board on which eight queens must be placed so that they cannot attack each other.
The task is to arrange 10 queens on a 10x10 chessboard in such a way that none of them can attack the others
Donald Knuth's Algorithm 7.2.2.1M for covering with multiplicities and colors via dancing links
A Python project for solving 8 queens problem and visualizing it using OpenCV library.
Making evolutionary algorithm implementation and execution simple and painless.
Different puzzles to think and enjoy programming.
Eight Queens interactive solver, providing step by step play-through for Depth First Search, Hill Climbing and Min Conflict algorithms.
A command line tool and library for solving Queens puzzles
cause queen aren't meant to fight each other.
Backtracking algorithm to solve LinkedIn's spin on the n-queens puzzle
NQueen problem solved using Simple Hill and Restart Climbing Heuristic Algorithm
Add a description, image, and links to the queens-puzzle topic page so that developers can more easily learn about it.
To associate your repository with the queens-puzzle topic, visit your repo's landing page and select "manage topics."