tsort: add page (#2278)

This commit is contained in:
Matthew Peveler
2018-09-06 09:38:57 -04:00
committed by Starbeamrainbowlabs
parent 8f0e8546be
commit 73f0750f90

8
pages/common/tsort.md Normal file
View 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}}`