Versions in this module Expand all Collapse all v0 v0.1.0 Mar 11, 2020 Changes in this version + type IntSegTree struct + func NewIntSegTree(size int, operation func(int, int) int, unitElement int) *IntSegTree + func (t *IntSegTree) Find(start, end int) int + func (t *IntSegTree) Update(location, value int)