General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Lawrence D’Oliveiro
Numberphile
comments
Comments by "Lawrence D’Oliveiro" (@lawrencedoliveiro9104) on "The 8 Queen Problem - Numberphile" video.
In Python you can use a generator function to emit the successive candidate positions for each queen. And make it a recursive generator to handle the remaining queens. On modern machines, even a “slow” language like Python can find all the solutions very quickly.
1