MCPcopy Create free account
hub / github.com/TheAlgorithms/Go / TreeEdge

Struct TreeEdge

graph/lowestcommonancestor.go:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12package graph
13
14type TreeEdge struct {
15 from int
16 to int
17}
18
19type ITree interface {
20 dfs(int, int)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected