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

Struct query

structure/fenwicktree/fenwicktree_test.go:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type query struct {
9 queryType string
10 firstIndex int // firstIndex and lastIndex are same for point queries
11 lastIndex int
12}
13
14type update struct {
15 pos int

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected