#19517 - TaleriaKNT - Wed Apr 21, 2004 6:05 am
I recently had to write a program to solve the eight queens problem for a CS class, and found that my implementation of it was much different (and more effecient) than what the rest of the class did, so I tried searching around on the internet a bit to try and compare various methods, but most of them seem the same, or very similar.
My question then is directed at others who have seen the eight queens problem : What is the most efficient algorithm you've seen?
My question then is directed at others who have seen the eight queens problem : What is the most efficient algorithm you've seen?