Maintainer | [email protected] |
---|
Data.Graph.Analysis.Algorithms
Contents
Description
This module exports all the algorithms found in the
Data.Graph.Analysis.Algorithms.*
modules.
Graph Algorithms
For algorithms that return a group of nodes, there are typically
two different forms: the standard form (e.g. cliquesIn
) will
return a list of LNode
s, whilst the primed version
(e.g. cliquesIn'
) will return a list of Node
s.