ggalambas / 1617-LEIC-IAED-P2

Introduction to Algorithms and Data Structures, 1st Project - Product Warehouse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction to Algorithms and Data Structures (IAED)

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

2nd Project, Product Warehouse

Language

C

Compile

gcc -Wall -o proj2 *.c

Run

./proj2 < teste01.in > teste01.myout

Run using the script run.sh

./run.sh teste01.in

Run using the script runall.sh

./runall.sh

About

Introduction to Algorithms and Data Structures, 1st Project - Product Warehouse


Languages

Language:C 97.3%Language:Shell 2.7%