abhinav-193 / Codes

Contains code of Python,c and c++
13 stars 72 forks source link

Created N_Queens.cpp #176

Open Miyanboy opened 2 years ago

Miyanboy commented 2 years 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.