Test Different methods in solving 8 Queens Problem
This project is a personal project. It is made for study purposes. Project attempts to simulate programs introduced in "Artificial Intelligence: A Modern Approach - Russel Norvig"
8-QUEENS PROBLEM The goal of the 8-queens problem is to place eight queens on a chessboard such that no queen attacks any other. (A queen attacks any piece in the same row, column or diagonal.) (Russel Norvig - "Artifical Intelligence: A Modern Approach")