Skip to content

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

License

Notifications You must be signed in to change notification settings

gabriel-dp/Hipercampos_AEDS3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hipercampos

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

 

🖥 Running the program

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}