n-Queen-Problem
A solution to the n-Queen chess problem. This is where no queen can be placed on the board in such a way any queen can directly attack.
The algorithm itself uses a genetic algorithm.
To Run
Run the nqueens_app file and follow instructions.