Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
package
graph
13
14
type
TreeEdge
struct
{
15
from int
16
to int
17
}
18
19
type
ITree
interface
{
20
dfs(int, int)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected