mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 13:06:00 +02:00
tsort: add page (#2278)
This commit is contained in:
parent
8f0e8546be
commit
73f0750f90
1 changed files with 8 additions and 0 deletions
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}}`
|
Loading…
Add table
Reference in a new issue