Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TheAlgorithms/Go
/ GetLCA
Method
GetLCA
graph/lowestcommonancestor.go:24–24 ·
view source on GitHub ↗
(int, int)
Source
from the content-addressed store, hash-verified
22
GetDepth(int) int
23
GetDad(int) int
24
GetLCA(int, int) int
25
}
26
27
type
Tree
struct
{
Callers
1
TestLCAWithLargeTree
Function · 0.65
Implementers
1
Tree
graph/lowestcommonancestor.go
Calls
no outgoing calls
Tested by
1
TestLCAWithLargeTree
Function · 0.52