Added response

This commit is contained in:
TriantaTV 2023-09-24 23:39:10 -05:00
parent 0682b42cb4
commit 518477347b

View File

@ -1,5 +1,10 @@
# n-queens # n-queens
## Response
The N-Queens program typically took over 10000 iterations for 8 queens.
This was the case until I switched it to 5 queens, in which the average was 7000
## Compiling the project ## Compiling the project
Prerequisites Prerequisites