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

Method GetDepth

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

Source from the content-addressed store, hash-verified

51}
52
53func (tree *Tree) GetDepth(u int) int {
54 return tree.depth[u]
55}
56
57func (tree *Tree) GetDad(u int) int {
58 return tree.dad[u]

Callers 1

GetLCAMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected