diff --git a/README.md b/README.md index 50a4333..f590877 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # 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 Prerequisites