Skip to content

Second practical work of "Algorythms and Data Structures III" subject

License

Notifications You must be signed in to change notification settings

gabriel-dp/HarryPotter_AEDS3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Harry Potter

#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<

 

🖥 Running the program

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