Skip to content
pramode edited this page Jul 31, 2011 · 1 revision

N Queens Problem

Write a program in Python to solve the N Queens problem.

http://en.wikipedia.org/wiki/Eight_queens_puzzle

Clone this wiki locally