Popularity
7.8
Declining
Activity
3.8
-
6
15
6

Monthly Downloads: 34
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Data     Mathematics    
Latest version: v0.2.2

digraph alternatives and similar packages

Based on the "Data" category.
Alternatively, view digraph alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of digraph or a related project?

Add another 'Data' Package

README

Directed graphs in adjacency set representation. The implementation is based on Data.HashMap.Strict and Data.HashSet from the unordered-containers package.

Undirected graphs are represented as symmetric, irreflexive directed graphs.