PERT is an algorithm used to analyze and represent the project the tasks involved in completing a given project. This algorithm calculates the optimum time required to the complete the project. It also calculates the critical path that leads to the completion project.
Depth First Search and Topological sorting
Java