Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 992 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 992 Bytes

Critical-Task

Description

Designed and implemented a modular graph structure to model project tasks (PERT), supporting both directed and undirected graphs for flexible task dependency representation. The Program Evaluation and Review Technique (PERT) algorithm uses a weighted average to calculate the expected time for tasks in a project. Includes class and driver from @author rbk.

Features

  • Developed an algorithm for Program Evaluation and Review Technique (PERT) to analyze task dependencies, calculate earliest/latest start times, and identify critical paths for efficient project scheduling.
  • Built a driver application to read graph inputs, execute the PERT algorithm, and output project scheduling results, ensuring seamless integration and usability.
  • Demonstrated strong problem-solving and algorithmic design skills by optimizing project timelines and resource allocation through graph manipulation and critical path analysis.

Future Development

  • Full UI