OpenGenus / cosmos

World's largest Contributor driven code dataset | Used in Quark Search Engine, @OpenGenus IQ, OpenGenus Visual Project
http://internship.opengenus.org
GNU General Public License v3.0
13.56k stars 3.68k forks source link

Chessboard and Queens #6203

Open kavania2002 opened 2 years ago

kavania2002 commented 2 years ago

This is a(n):

Details:

It is an updated problem of n - queen question of recursion. The question is like to arrange eight queens on a chessboard in such a way that no two queens attack one another Each tile is either free or reserved, and you may only place queens on the free squares as an added difficulty. The restricted squares, on the other hand, do not prohibit queens from assaulting one other. How many possible ways are there to place the queens.

Princeton21 commented 2 years ago

I am really interested in working on this algorithm. Please assign this to me