Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 252 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 252 Bytes

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.