8-queen-problem
There are 7 repositories under 8-queen-problem topic.
attogram/EightQueens
Eight Queens chess game. Can you place 8 queens on the board with none under attack? A web game inspired by the class math puzzle. Built in React with Chessboard.jsx
FederAndInk/Queen_Problem
Terminal implementation of the queen problem (place 8 chess queens on a 8x8 chessboard, none of them must see another one)
KouroshAlinaghi/8-queen
Solving 8 queen puzzle in ruby using iterative repair algorithm (n queens in a n*n board)
kuznya/8queens-py
Short 8 queens problem solution. Python
JohnWill14/n-queen-problem
problema n-rainhas usando técnicas de satisfação de restrições
kuznya/8queens-mysql
8 queens problem MySQL solution