Topological Sort of a Directed Acyclic Graph: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 6: Line 6:


=Overview=
=Overview=
This is a very useful algorithm when a set of tasks that have precedence constraints between them need to be sequenced - executed in order.

Revision as of 19:06, 30 September 2021

External

Internal

Overview

This is a very useful algorithm when a set of tasks that have precedence constraints between them need to be sequenced - executed in order.