Skip to content

This program helps to demonstrate the Critical Path Method's algorithm.

Notifications You must be signed in to change notification settings

zero-based/critical-path-method

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This program helps to demonstrate the Critical Path Method's algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages