MCPcopy 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
27type Tree struct {

Callers 1

TestLCAWithLargeTreeFunction · 0.65

Implementers 1

Treegraph/lowestcommonancestor.go

Calls

no outgoing calls

Tested by 1

TestLCAWithLargeTreeFunction · 0.52