/projectsDSA

With projects like N-Queens, Sudoku-Solver and Rat-in-Maze, etc

Primary LanguageC++

projectsDSA

A simple Sudoku solver that uses backtracking to solve any puzzle regardless of difficulty implemented in C++.

alt text

The N Queen is the problem of placing N chess queens on an N×N chessboard so that no two queens attack each other.

alt text

For example, following is a solution for 4 Queen problem: alt text

Maze Generation

Screenshot from 2020-01-02 00-35-46 Screenshot from 2020-01-02 00-35-54 Screenshot from 2020-01-02 00-36-07

Feel free to contribute, I'll accept all pull and merge requests if they're decent ;).