GitHub - wldyd423/Python_8QueenProblem: Test Different methods in solving 8 Queens Problem · GitHub
Skip to content

Latest commit

 

History

35 Commits

Folders and files

Repository files navigation

Python_8QueenProblem

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")

About

Test Different methods in solving 8 Queens Problem

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages