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

Struct query

sqrt/sqrtdecomposition_test.go:9–12  ·  view source on GitHub ↗

Query interval

Source from the content-addressed store, hash-verified

7
8// Query interval
9type query struct {
10 firstIndex uint64
11 lastIndex uint64
12}
13
14type update struct {
15 index uint64

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected