$n$-Queens problem without backtracking

340 Views Asked by At

Im wondering if there were ways to do the $n$-queens/ or $8$ queens problem without back tracking.

I currently know how to create it with backtracking though I'm looking for other ways to see if it works.

to say there is like $n=4$ and $155$ nodes must be checked..