n-queens-cuda (WIP) This is an approach to the classic N queens problem. It is solved using C++ and CUDA. How to build Run the commands below: mkdir build cd build cmake .. make This will generate a n-queens-cuda executable file.