/n-queen-a-star

Implementation of the N-Queen problem solved using the A* algorithm in C#, providing efficient solutions for placing N queens on a chessboard without attacking each other.

Primary LanguageC#

Watchers