Vaarun-C / First-Semester-Project-RAT

Backtracking algorithms to solve problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

First Semester Project - RAT

We are aiming to solve these constraint satisfaction problems:

※ Rat in a maze
※ Sudoku

We will hinge on the method of backtracking to find the most feasible solution to the above problems.
We are also working on the UI, which will enable the user to interact with the program more effectively.
We are including a facility to let the user solve these problems, by a manual approach, but also let him allow the computer to solve it too.


This is our 1st-Semester project, whose final review is pending in March 2022.

About

Backtracking algorithms to solve problems


Languages

Language:Python 100.0%