Project managers, such as the UNIX utility make, are used to maintain large software projects made up from many components. Users write a project file specifying which components (called tasks) depend on others and the project manager can automatically update the components in the correct order. Problem Write a program that reads a project file and outputs the order in which the tasks should be performed. - View it on GitHub
Star
0
Rank
12315957