#define SUBJECT "Algoritmos e Estruturas de Dados III"
#define WORK "Trabalho Pŕatico 1 - Hipercampos"
#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 tp1
make
To run the program you need to provide {inputPath}
and {outputPath}
with the flags -i
and -o
./tp1 -i {inputPath} -o {outputPath}