Skip to content

My undergraduate dissertation project at Swansea University.

Notifications You must be signed in to change notification settings

alexruk/n-queens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

177 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is an investigation into the most efficient N-queens solver. Most solvers have been implemented in /src/solvers/monolith.

Conventional Commit Types

  • 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

About

My undergraduate dissertation project at Swansea University.

Resources

Stars

Watchers

Forks

Packages

No packages published