Skip to content

wldyd423/Python_8QueenProblem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published