The graphs package
A simple monadic graph library
Properties
| Versions | 0.1, 0.2, 0.3, 0.3.1, 0.3.2, 0.3.2.1, 0.3.2.2, 0.3.2.3, 0.4, 0.4.0.1, 0.4.0.3, 0.4.1 |
|---|---|
| Dependencies | array (≥0.3 & <0.5), base (≥4 & <4.4), containers (≥0.3 & <0.5), data-default (0.2.*), transformers (≥0.2.2 & <0.3), void (0.3.*) |
| License | BSD3 |
| Copyright | Copyright (C) 2011 Edward A. Kmett |
| Author | Edward A. Kmett |
| Maintainer | Edward A. Kmett <ekmett@gmail.com> |
| Stability | experimental |
| Category | Data Structures |
| Home page | http://github.com/ekmett/graphs |
| Source repository | git clone git://github.com/ekmett/graphs.git |
| Upload date | Fri Jan 21 17:39:06 UTC 2011 |
| Uploaded by | EdwardKmett |
| Build failure | ghc-7.0 (log) |
Modules
- Data
- Graph
- Data.Graph.AdjacencyList
- Data.Graph.AdjacencyMatrix
- Algorithm
- Data.Graph.Algorithm.BreadthFirstSearch
- Data.Graph.Algorithm.DepthFirstSearch
- Data.Graph.Class
- Data.Graph.Class.AdjacencyList
- Data.Graph.Class.AdjacencyMatrix
- Data.Graph.Class.Bidirectional
- Data.Graph.Class.EdgeEnumerable
- Data.Graph.Class.VertexEnumerable
- Data.Graph.Dual
- Data.Graph.Empty
- Data.Graph.PropertyMap
- Graph
Downloads
- graphs-0.1.tar.gz (Cabal source package)
- package description (included in the package)