8 queens puzzle with user input c++
I was studying the 8 queens puzzle and i wrote down my version of code that solved the problem with the first queen always put on row 0. Now i want to modify it so it will take user input so it can start from rows 0-7. I’ve put something like this in the main … Read more