Salick Academy

Graph Theory and Critical Path Analysis

No calculator

Try each one on paper first, then check a single step. That is worth far more than reading a finished solution.

Example 1 — using the handshaking lemma

A graph has vertices of degree 3,3,2,2,23, 3, 2, 2, 2. How many edges does it have?

Example 2 — a forward and backward pass

Activities: A (3), B (4), C (2, after A), D (5, after B), E (3, after C and D). Find the project duration.

Example 3 — finding the critical path

For the same project, find the float of each activity and the critical path.