SarthakSKumar / Solving-CSP-using-RAT

Project which uses algorithms involving Backtracking to solve Constraint Satisfaction Problems. CSE Sem-I Project 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solving Constraint Satisfaction Problems using RAT

✨ Project Description

✦ The project hinges on the method of backtracking to find the most feasible solution to the above problems.
✦ It also has a UI, which enables the user to interact with the program more effectively.
✦ It includes a facility to let the user solve these problems not only by a manual approach, but also lets him allow the computer to solve it too.


※ Sudoku ※ Rat in a maze

🤝 Team Members

📤 Contributing to Solving-CSP-using-RAT

We are so glad that you are interested in contributing to the this project. We only have a couple of rules and we hope you enjoy the process :)

Contributing Rules

  1. Don't move or delete any files. Only modify them.
  2. Put all project files in the respective folders.

Contributing Process

  1. Fork the repository
  2. Clone your forked repository to your computer
  3. Head to the issues tab and look for an issue that you like.
  4. Once you have decided what issue to work on, give it a shot!
  5. Once done, push the code to your forked repository.
  6. Head to the Pull Requests tab and click on "Create New Pull Request"
  7. On the left of the arrow should be this repo and on the right should be yours.
  8. Add a small description to the Pull Request describing what you've done.
  9. Mention what Issue you have worked on. If the issue number is #3, you can mention "Closes #3" in the Pull Request description.
  10. Submit Pull Request

It's that easy! We hope you enjoy contributing to our repository. Don't hesitate to contact any of the maintainers about any problems!

CSE Project SEM - I 2022.

About

Project which uses algorithms involving Backtracking to solve Constraint Satisfaction Problems. CSE Sem-I Project 2022


Languages

Language:Python 100.0%