Topological sort/Extracted top item: Difference between revisions

Clarification of task description
(J: merge equivalent grouping levels)
(Clarification of task description)
Line 27:
 
The task is to create a program that given a graph of the dependency:
# Determines the top levels from the dependencies and show them.
# Extracts a compile order of files to compile any given (usually top level) file.
# Give a compile order for file top1.
# Give a compile order for file top2.
 
You may show how to compile multiple top levels as a stretch goal
Anonymous user