Topological sort: Difference between revisions

m
added to a category.
m (added to a category.)
Line 1:
{{task|Sorting Algorithms}}
 
Given a mapping between items, and items they depend on, a [[wp:Topological sorting|topological sort]] orders items so that no item precedes an item it depends upon.