0
Who can help me out on a java code that solve the problem of arranging the 8 queens chess puzzle
assignment
5 ответов
+ 3
I wrote my Kotlin code after reading this sites information:
https://www.geeksforgeeks.org/backtracking-set-3-n-queen-problem
+ 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.
+ 1
I need a write up of the code so I can submit
+ 1
okay thanks sir
0
I appreciate