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

Struct query

structure/segmenttree/segmenttree_test.go:8–11  ·  view source on GitHub ↗

Query interval

Source from the content-addressed store, hash-verified

6
7// Query interval
8type query struct {
9 firstIndex int
10 lastIndex int
11}
12
13type update struct {
14 firstIndex int

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected