BSD-3-Clause licensed by Oleg Grenrus
Maintained by Oleg.Grenrus
This version can be pinned in stack with:topograph-1.0.0.1@sha256:e1f7b31b611f459ec81594c5e9e6856e684736057c8b95a3bbeed1b3efced2c7,1646

Module documentation for 1.0.0.1

Used by 1 package in nightly-2021-10-27(full list with versions):

Directed acyclic graphs can be sorted topographically. Existence of topographic ordering allows writing many graph algorithms efficiently. And many graphs, e.g. most dependency graphs are acyclic!

There are some algorithms built-in: dfs, transpose, transitive closure, transitive reduction... Some algorithms even become not-so-hard to implement, like a longest path!