An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with queens-problem

A curated list of projects in awesome lists tagged with queens-problem .

https://github.com/vanhakobyan/8-queen-chess-problem

:trident: 8 queen, chess , problem

8 chess chess-queens queens-problem queens-puzzle

Last synced: 16 Aug 2025

https://github.com/arhcoder/eight-queens-game

♟ 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.

chess dart flutter flutter-web game online queens-problem queens-puzzle

Last synced: 07 May 2025

https://github.com/rezamardanidev/problem-10-queens

The task is to arrange 10 queens on a 10x10 chessboard in such a way that none of them can attack the others

cheese queens-problem queens-puzzle vazir

Last synced: 23 Jun 2025

https://github.com/yusufberki/pyeightqueen

A Python project for solving 8 queens problem and visualizing it using OpenCV library.

opencv python queens-problem queens-puzzle

Last synced: 14 Apr 2025

https://github.com/eastonarcher/python-simulated-annealing

⚡Solve the Eight Queens Puzzle with Simulated Annealing for optimal queen placement on a chessboard

chess python3 queens-problem simulated-annealing simulated-annealing-algorithm

Last synced: 19 Sep 2025

https://github.com/gabrielhdt/ocspbt

Constraint satisfaction problem solver in ocaml using backtrack methods -- moved to gitlab

csp-solver ocaml queens-problem sudoku

Last synced: 30 Mar 2025

https://github.com/basemax/nqueenspromisingc

This is a promising implementation of the n-Queens problem in C. It uses a recursive backtracking algorithm to find all solutions to the n-Queens problem. It is a promising implementation because it uses a heuristic to prune the search tree. The heuristic is to only place a queen in a column if it is not in check with any other queens.

algorithm algorithm-c backtracking backtracking-algorithm backtracking-methods backtracking-questions backtracking-search backtracking-tech-interview backtracking-tree c c-algorithm n-queens nqueens queens-problem queens-puzzle tree

Last synced: 03 Apr 2025

https://github.com/regan-koopmans/n-queens

A solver for the n-queens problem.

constraint-satisfaction queens-problem rust solver

Last synced: 05 Apr 2025

https://github.com/vicenteaguero/nqueens-linkedin

Challenge your mind with N-Queens, the expanded game from 4 to 100 queens—perfect for strategy lovers.

games linkedin queens-problem

Last synced: 16 Aug 2025