Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
53
func
(tree *Tree) GetDepth(u int) int {
54
return
tree.depth[u]
55
}
56
57
func
(tree *Tree) GetDad(u int) int {
58
return
tree.dad[u]
Callers
1
GetLCA
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected