Documentation
¶
Overview ¶
Package kosaraju implements Kosaraju's Strongly Connected Components algorithm.
Index ¶
- func Contains(vtx string, sl []string) bool
- func DFS(g *gsd.Graph) string
- func DFSStart(g *gsd.Graph, start *gsd.Vertex) string
- func DFSVisit(g *gsd.Graph, src *gsd.Vertex, stamp int64, result *slice.Sequence)
- func DFS_SCC(g *gsd.Graph, start *gsd.Vertex) []string
- func SCC(g, gr *gsd.Graph) [][]string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.