Class Assignments for NQueens Problem
##Run
###Prerequisites
- Python 2.7
###Command
python nQueens.py outputFile.txt
###Suggestion To see the code in action remove the Hash symbol '#' from the code
import time
print printNQueens(lst)
time.sleep(1)
##Development This code was written solely for the purpose of assignment.Suggestions are welcomed.