Developer-Student-Clubs-VSSUT-Burla / Master-PyAlgo

36 stars 84 forks source link

N-Queens #586

Closed Manasi2001 closed 3 years ago

Manasi2001 commented 3 years ago

Aim: To place N queens in a N*N Chessboard such that no two queens attack each other. A queen is said to be attacked by another queen if they share same diagonal(right/left), Row or Column.