Math Problem Statement

find est, lst, and preddessors

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Critical Path Method (CPM)
Program Evaluation Review Technique (PERT)
Graph Theory

Formulas

Earliest Start Time (EST) = Max(EST of preceding nodes + weight of the edge)
Latest Start Time (LST) = Min(LST of following nodes - weight of the edge)

Theorems

Critical Path Method
Graph traversal algorithms

Suitable Grade Level

Undergraduate