Algorithms | Graph Traversals | Question 9

Last Updated :
Discuss
Comments

Make is a utility that automatically builds executable programs and libraries from source code by reading files called makefiles which specify how to derive the target program. Which of the following standard graph algorithms is used by Make.

Strongly Connected Components

Topological Sorting

Breadth First Search

Dijkstra\'s Shortest Path

Share your thoughts in the comments