A JavaScript bitwise algorithm to solve the N-Queens problem (http://en.wikipedia.org/wiki/Eight_queens_puzzle).
"bit-queens.js" is the bitwise implementation.
"array-queens.js" simulates the same algorithm with arrays of zeros and ones.
The MIT License (MIT)
Copyright (c) 2013 Alessandro Zanardi