IntermediateVocabulary#computer-science-fundamentals#developer-tools#backend

Topological Sort Vocabulary

Build fluency in the vocabulary of ordering tasks so every one appears after everything it depends on.

0 / 5 completed
1 / 5
At standup, a dev mentions ordering a set of build tasks so that every task appears after all the other tasks it depends on, using the dependency graph between them to compute that order. What is this technique called?