Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 389 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 389 Bytes

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.