This project is an investigation into the most efficient N-queens solver. Most solvers have been implemented in /src/solvers/monolith.
- cont: for only write-up commits
- format: write-up only, but no extra content added, only moved or reorganised
- docs: comments, documentation files, etc
- refactor: identical code behaviour, but potentially more readable or more performant
- perf: performance improvement only for an existing algorithm
- fix: bug fix
- feat: new feature or algorithm added