#define SUBJECT "Algoritmos e Estruturas de Dados III"
#define WORK "Trabalho Pŕatico 2 - Harry Potter"
#define PROFESSOR "Leo Rocha"
#define STUDENTS ["Davi dos Reis", "Gabriel de Paula"]
> Click here to see the documentation<
Run the makefile to generate the compilation objects and generate the final file tp2
make
To run the program you need to provide:
{strategy}
{inputPath}
./tp2 {strategy} {inputPath}
Strategy 1 - Brute Force with Pruning
Strategy 2 - Dynamic Programming
Strategy 3 - Brute Force