Skip to content
This repository has been archived by the owner on Sep 19, 2019. It is now read-only.

Latest commit

 

History

History
10 lines (6 loc) · 444 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 444 Bytes

iaed_proj2

Overview

This project implements a small task planner, which allows tasks to have a description and a duration, as well as task-prerequisites and successors. Also allows for the calculation of the critical path (sequence of tasks whose delay would result in the delay of the whole project)

Context

This project was developed in the context of the introductory class to Algorithms and Data Structures at IST (Spring 2018)