/1617-LEIC-IAED-P1

Introduction to Algorithms and Data Structures, 1st Project - Message Board

Primary LanguageC

Introduction to Algorithms and Data Structures (IAED)

Bachelor of Computer Science & Engineering @ Instituto Superior Técnico

1st Project, Message Board

Language

C

Compile

gcc -Wall -o proj1 *.c

Run

./proj1 < teste01.in > teste01.myout

Run using script run.sh

./run.sh proj1.c teste01.in

Run using script runall.sh

./runall.sh proj1.c