/NQueens-CPP

N Queens problem with C++

Primary LanguageC++MIT LicenseMIT

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.