topograph: Directed acyclic graphs.
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 build-in: dfs, transpose, transitive closure, transitive reduction... Some algorithms even become not-so-hard to implement, like a longest path!
Downloads
- topograph-1.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 1, 1.0.0.1, 1.0.0.2, 1.0.1 |
---|---|
Dependencies | base (>=4.6 && <4.14), base-compat (>=0.10.5 && <0.11 || >=0.11.0 && <0.12), base-orphans (>=0.8 && <0.9), containers (>=0.5.0.0 && <0.6 || >=0.6.0.1 && <0.7), vector (>=0.12 && <0.13) [details] |
Tested with | ghc ==7.6.3 || ==7.8.4 || ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.1 |
License | BSD-3-Clause |
Copyright | (c) 2018-2019 Oleg Grenrus |
Author | Oleg Grenrus <oleg.grenrus@iki.fi> |
Maintainer | Oleg.Grenrus <oleg.grenrus@iki.fi> |
Revised | Revision 2 made by phadej at 2019-09-10T06:17:29Z |
Category | Data, Graph |
Home page | https://github.com/phadej/topograph |
Bug tracker | https://github.com/phadej/topograph/issues |
Source repo | head: git clone https://github.com/phadej/topograph.git |
Uploaded | by phadej at 2019-03-11T19:35:03Z |
Distributions | Arch:1.0.0.2, LTSHaskell:1.0.1, NixOS:1.0.1, Stackage:1.0.1, openSUSE:1.0.1 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 5771 total (50 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |