queens.c: Algorithm that solves the N-Queens problem. The problem consists of placing N queens on an NxN sized chess board such as that no queen threatens another queen. In other words, every row, ...
This project was completed as part of my Software Development Internship at SkillCraft Technology. It demonstrates solving a Sudoku puzzle using a recursive backtracking algorithm implemented in ...