Ar Styles:
- Pipeline
- Call/Return
- Backtrack
- Blackboard
the executable files are inside the exec directory.
Each program will output the number of all possible solutions, and print out all the solutions in graph with * presenting blank, Q the Queen.
Every style has it own STYLE_for_NQueen.c file and STYLE_for_NQueen executable file.
You can set the N(number of the Queens) in each *.c source file as you like, and exec make under src directory, the new executable file of each will be seen right away.