Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 371 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 371 Bytes

N-Queens JavaScript bitwise

Description

A JavaScript bitwise algorithm to solve the N-Queens problem (https://en.wikipedia.org/wiki/Eight_queens_puzzle).

Notes

"bit-queens.js" is the bitwise implementation.

"array-queens.js" simulates the same algorithm with arrays of zeros and ones.

License

The MIT License (MIT)

Copyright (c) 2013 Alessandro Zanardi