Algebra.Graph.AdjacencyMap

Data structure

data AdjacencyMap a

adjacencyMap

Basic graph construction primitives

empty

vertex

edge

overlay

connect

vertices

edges

overlays

connects

graph

fromAdjacencyList

Relations on graphs

isSubgraphOf

Graph properties

isEmpty

hasVertex

hasEdge

vertexCount

edgeCount

vertexList

edgeList

adjacencyList

vertexSet

edgeSet

postSet

Standard families of graphs

path

circuit

clique

biclique

star

tree

forest

Graph transformation

removeVertex

removeEdge

replaceVertex

mergeVertices

transpose

gmap

induce

Algorithms

dfsForest

dfsForestFrom

dfs

topSort

isTopSort

scc