N-Queens Interactive puzzle solver for the classic N-Queens problem. Place queens on the board manually or let it solve for you. Try it live: https://juacker.github.io/nqueens/ Run locally npm install npm run dev