unordered-graphs: Graph library using unordered-containers

[ data-structures, graphs, library, mit ] [ Propose Tags ]

Simple graph library allowing any Hashable instance to be a node type.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0, 0.1.0.1
Dependencies base (>=4.8 && <4.9), deepseq (>=1.4.0.0), dlist (>=0.5 && <0.8), hashable, unordered-containers (>=0.2 && <0.3) [details]
License MIT
Author Ivan Lazar Miljenovic
Maintainer Ivan.Miljenovic@gmail.com
Category Data Structures, Graphs
Source repo head: git clone https://github.com/ivan-m/unordered-graphs.git
Uploaded by IvanMiljenovic at 2015-10-09T13:11:03Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1366 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-10-10 [all 1 reports]

Readme for unordered-graphs-0.1.0

[back to package description]

unordered-graphs

Graph library using unordered-containers