mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2025-12-08 19:06:00 +00:00
475 B
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.