IntGraph: Dynamically sized graph library

[ bsd3, data-structure, library ] [ Propose Tags ]

Graph implemented as an IntMap to Sets of Ints. Functions for Directed and Undirected graphs are provided.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1.0
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), containers [details]
License BSD-3-Clause
Copyright 2018 Sam Barr
Author Sam Barr
Maintainer sbarr@oberlin.edu
Category Data structure
Home page https://github.com/sam-barr/IntGraph#readme
Bug tracker https://github.com/sam-barr/IntGraph/issues
Source repo head: git clone https://github.com/sam-barr/IntGraph
Uploaded by sam_barr at 2018-06-29T02:30:44Z
Distributions NixOS:0.1.1.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1512 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-06-29 [all 1 reports]

Readme for IntGraph-0.1.0.0

[back to package description]

IntGraph