/Backtracking

This repository was created for an Algorithm Optimization class in the fifth semester of Computer Science.

Primary LanguageJava

Escape room

About the project

This repository was created to develop a university work on Algorithm Optimization using Backtracking. You can find more information about the problem in the T3 file in this repository.

Requirements
Running the project

First, you need compile the project using:

javac Main.java

After, run the project with:

java Main

Then, you will receive all the possibilities to solve the problem for the escape room specified on the T3 file.