Matej Jellus 18ba3a4db3 Add N queens problem bitwise solution (#15)
* Add N queens problem bitwise solution

* Update code to corespond with eslint
2018-08-20 15:57:01 +03:00

475 B

N-Queens Problem with Bitwise Solution

Write a function that will find all possible solutions to the N queens problem for a given N.

References