Genetic Algorithms in Elixir: N-Queens diagram Ch4 pp89

Given the list [0, 2, 1, 3, 6, 4, 7, 5], and assuming the list index represents the chessboard row number, then the queen at index 4 (row 4) should be in column 6, but is drawn in column 7 on the diagram.

1 Like