about summary refs log tree commit diff
path: root/scratch/facebook/stacking-boxes.py
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-11-13T16·56+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-11-13T16·56+0000
commit7672049e1cc25b2848245c565329240c95d2e96d (patch)
tree0468b98a038aa325dcd3b5459e679c6310e71496 /scratch/facebook/stacking-boxes.py
parent14f6169fcf5c34455c21ca80850eeb5652a85e4a (diff)
Solve N queens
After a five year hiatus, I decided to attempt to solve the famous N queens
problem again. This time, instead of modeling the chess board using a
`[[Bool]]`, I'm using `[Integer]` where the `Integer` indicates which column has
a queen. This is a bit lighter in RAM.
Diffstat (limited to 'scratch/facebook/stacking-boxes.py')
0 files changed, 0 insertions, 0 deletions