tsort: add page (#2278)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
8f0e8546be
commit
73f0750f90
8
pages/common/tsort.md
Normal file
8
pages/common/tsort.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# tsort
|
||||
|
||||
> Perform a topological sort.
|
||||
> A common use is to show the dependency order of nodes in a directed acyclic graph.
|
||||
|
||||
- Perform a topological sort consistent with a partial sort per line of input separated by blanks:
|
||||
|
||||
`tsort {{file}}`
|
Reference in New Issue
Block a user