Who can help me out on a java code that solve the problem of arranging the 8 queens chess puzzle | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Who can help me out on a java code that solve the problem of arranging the 8 queens chess puzzle

assignment

5th Aug 2018, 3:08 PM
Onoma Paul
Onoma Paul - avatar
5 Answers
+ 3
I wrote my Kotlin code after reading this sites information: https://www.geeksforgeeks.org/backtracking-set-3-n-queen-problem
5th Aug 2018, 5:54 PM
John Wells
John Wells - avatar
+ 2
They even provide Java code, but I suggest not looking at it. They spell out the algorithm and I coded from that. Make sure you document the site in your code, if you use it to make your code. It is a SoloLearn requirement for public code to provide credit.
5th Aug 2018, 5:59 PM
John Wells
John Wells - avatar
+ 1
I need a write up of the code so I can submit
5th Aug 2018, 5:55 PM
Onoma Paul
Onoma Paul - avatar
+ 1
okay thanks sir
6th Aug 2018, 9:43 AM
Onoma Paul
Onoma Paul - avatar
0
I appreciate
6th Aug 2018, 9:44 AM
Onoma Paul
Onoma Paul - avatar