Skip to content

Nerocraft4/NQueens-CPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

N-Queens in C++

N-Queens problem with C++.

Authors: Pau Blasco Roca.

Date of release: 22/12/2021

Date of latest update: 22/12/2021

Attempt on optimizations to the famous NQueens NP problem. Several optimizations take place in the code, and the executable benchmarks its iterations and computation time.

Note: Parts of this project, as well as some comments, are written in Catalan.