Here I present an brute-force search solution to the N queens problem in a recursive function.
Primary LanguageC++