Topological sort/Extracted top item: Difference between revisions

m
added Category:Sorting
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
m (added Category:Sorting)
Line 1:
{{draftSorting taskAlgorithm}}
[[Category:Sorting]]
{{draft 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.