BSD-3-Clause licensed by Oleg Grenrus
Maintained by Oleg.Grenrus
This version can be pinned in stack with:topograph-1.0.0.2@sha256:1b42ec8d5a6d21244a2b1e5fb8da5fc9491c47ca18705b91ef02675b3e4cd3d7,1724

Module documentation for 1.0.0.2

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!