Skip to content

This is a simple python implementation of the classic N-QUEEN problem in the field of computer science.

Notifications You must be signed in to change notification settings

sharvit18/N-QUEEN_VISUALIZER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

N-QUEEN_VISUALIZER

This is a simple python implementation of the classic N-QUEEN problem in the field of computer science. The objective of the problem is to place N chess queens on an N×N chessboard in such a way that no two queens threaten each other. In other words, no two queens can share the same row, column, or diagonal. First ensure you have python installed in your local machine! To run this code in your system:

git clone (paste the project link)
import pygame

You are almost set !

python N-queen.py

About

This is a simple python implementation of the classic N-QUEEN problem in the field of computer science.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages