Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 477 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 477 Bytes

N-Queens

A simple implementation of N-Queens, evolution simulator.

Unix/Linux Compilation

To compile this program:

cd N-Queens # Go to source directory.
make

To clean up all object files and executables:

cd N-Queens # Go to source directory.
make clean

Run the executable:

./Evolution

Usage:

./Evolution [gene_count [round_count [output_file]]]

OR (reworded for simplicity):

./Evolution [queen_count [run_count [output_file]]]