Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.52 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.52 KB

Critical Path Method

  • The Critical Path Method (CPM) is an algorithm for scheduling a set of project activities.[1] It is commonly used in conjunction with the program evaluation and review technique (PERT). A critical path is determined by identifying the longest stretch of dependent activities and measuring the time required to complete them from start to finish.

  • This program helps to demonstrate the Critical Path Method's algorithm using C++.

Developers List

In alphabetical order:

Name Account
Michael Safwat @MichaelSafwatHanna
Micheline Medhat @MichelineMedhat
Mina Ossama -
Monica Atef -
Youssef Raafat @YoussefRaafatNasry

Features

  • Calculates total duration for the project.
  • Calculates Critical Path(s).
  • Calculates both early and late start/finish for each activity.

Example

example

output screenshot