MCPcopy Index your code
hub / github.com/TheAlgorithms/Go / GetDepth

Method GetDepth

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

Source from the content-addressed store, hash-verified

20 dfs(int, int)
21 addEdge(int, int)
22 GetDepth(int) int
23 GetDad(int) int
24 GetLCA(int, int) int
25}

Callers 1

generateQueryFunction · 0.65

Implementers 1

Treegraph/lowestcommonancestor.go

Calls

no outgoing calls

Tested by 1

generateQueryFunction · 0.52