Data.Graph.Inductive.Query.DFS

type CFun a b c

Standard

dfs

dfs'

dff

dff'

dfsWith

dfsWith'

dffWith

dffWith'

xdfsWith

xdfWith

xdffWith

Undirected

udfs

udfs'

udff

udff'

udffWith

udffWith'

Reversed

rdff

rdff'

rdfs

rdfs'

rdffWith

rdffWith'

Applications of depth first search/forest

topsort

topsort'

scc

reachable

Applications of undirected depth first search/forest

components

noComponents

isConnected

condensation