How to Find It
Map all activities and their durations. Draw the dependencies, which activities must finish before others can start. Calculate the longest path through the network. That path is critical: its total duration is the minimum project duration. Any activity on it has zero slack; any activity off it has some slack.