Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TheAlgorithms/Go
/ dfs
Method
dfs
graph/lowestcommonancestor.go:20–20 ·
view source on GitHub ↗
(int, int)
Source
from the content-addressed store, hash-verified
18
19
type
ITree
interface
{
20
dfs(int, int)
21
addEdge(int, int)
22
GetDepth(int) int
23
GetDad(int) int
Callers
2
LowestCommonAncestor
Function · 0.65
Kosaraju
Method · 0.65
Implementers
1
Tree
graph/lowestcommonancestor.go
Calls
no outgoing calls
Tested by
no test coverage detected