From 518477347b20aa0023e06c42be10b6303d1c843d Mon Sep 17 00:00:00 2001 From: TriantaTV Date: Sun, 24 Sep 2023 23:39:10 -0500 Subject: [PATCH] Added response --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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