+ 1
how to write a program for 8 queens problem in kotlin language
3 Answers
+ 3
Do you have to do this as a task?
You should first show us your attempt of solving this problem.
+ 2
I coded my version based on this:
https://www.geeksforgeeks.org/backtracking-set-3-n-queen-problem