Techiral / A-Z-Python-Projects

Explore an extensive collection of Python projects, each corresponding to a letter of the alphabet. Whether you're a beginner or an experienced developer, dive into diverse Python applications, learn, and contribute to this educational journey.
MIT License
45 stars 181 forks source link

Create N Queen Problem #221

Open theeducationalworld opened 1 year ago

theeducationalworld commented 1 year ago

The N Queen is the problem of placing N chess queens on an N×N chessboard so that no two queens attack each other. For example, the following is a solution for 4 Queen problem.