Real-World Applicationsmedium
0:00.0
A software launch consists of four tasks. Task A (database setup) takes days and must be completed before any other tasks start. Once Task A is done, Task B (backend development, days) and Task C (frontend design, days) can run in parallel. Task D (system integration, days) can only begin after both Task B and Task C are completed. What is the minimum time (in days) to complete the entire project?
A software launch consists of four tasks. Task A (database setup) takes days and must be completed before any other tasks start. Once Task A is done, Task B (backend development, days) and Task C (frontend design, days) can run in parallel. Task D (system integration, days) can only begin after both Task B and Task C are completed. What is the minimum time (in days) to complete the entire project?