diff --git a/nQueensPuzzle/nQueensPuzzle.html b/nQueensPuzzle/nQueensPuzzle.html index ef2404e..19c658d 100644 --- a/nQueensPuzzle/nQueensPuzzle.html +++ b/nQueensPuzzle/nQueensPuzzle.html @@ -59,7 +59,18 @@

N-Queens Puzzle

here. It may be a little hard to understand. If that's the case, try first understanding the Permutations Test, as it uses the same - algorithm to solve a simpler problem. + algorithm to solve a simpler problem.

+ UPDATE on 19/02/2024: I've ported this program to the x86 dialect of AEC. + The source code is available in this ZIP archive, + in the file nQueensPuzzle.aec. Or, in case you want to risk + getting a virus from my computer, you can download this + ZIP archive + which contains both the source code and the Windows executable. The x86 + dialect of AEC doesn't support functions and it doesn't support structures. + I hope you can appreciate how they make the code easier to understand.