Skip to content

This program makes use of a network or weighted directed graph abstract data type to represent the inter-dependencies among activities in a project.

Notifications You must be signed in to change notification settings

brukmula/Activity-On-Edge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Activity-On-Edge

This program utilizes a network or weighted directed graph abstract data type to represent the interdependencies among activities in a project. Once the project is represented as a graph, it can be analyzed to determine feasibility, project duration, and critical activities. Critical activities refer to those that, if not completed on time, will cause delays in the entire project.

About

This program makes use of a network or weighted directed graph abstract data type to represent the inter-dependencies among activities in a project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages