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-07-01T00:22:57Z
Distributions NixOS:0.1.1.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1511 total (13 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]

Readme for IntGraph-0.1.1.0

[back to package description]

IntGraph