Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 102 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 102 Bytes

Nqueens

C# implementation of the N-Queen problem
Main algorithm: Backtracking
UQTR INF1008_TP2