MCPcopy
hub / github.com/TheAlgorithms/Go / dfs

Method dfs

graph/lowestcommonancestor.go:20–20  ·  view source on GitHub ↗
(int, int)

Source from the content-addressed store, hash-verified

18
19type ITree interface {
20 dfs(int, int)
21 addEdge(int, int)
22 GetDepth(int) int
23 GetDad(int) int

Callers 2

LowestCommonAncestorFunction · 0.65
KosarajuMethod · 0.65

Implementers 1

Treegraph/lowestcommonancestor.go

Calls

no outgoing calls

Tested by

no test coverage detected