Skip to content

nokutu/n-queens-cuda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published