Simple program that solves the N-queens problem
- Allows users to try to solve the puzzle themselves by manually placing queens on the chessboard.
- Finds all possible solutions for NxN chessboard.
- Shows how to complete user given queens arrangement to solve the puzzle.
- Optionally uses multiprocess solving algorithm and lets user compare working times.
- CLI module
- GUI module in qt

