Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/Go
/ Query
Struct
Query
graph/lowestcommonancestor_test.go:9–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
)
8
9
type
Query
struct
{
10
u int
11
v int
12
expected int
13
}
14
15
func
TestLCA(t *testing.T) {
16
testSuites := []
struct
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected