wiki_research

personal research wiki
git clone https://a3nm.net/git/wiki_research/
Log | Files | Refs

range_sum (303B)


      1 # Range sum
      2 
      3 The *range sum* problem is that of maintaining a collection of points and answer queries asking about the sum of all points in a range
      4 - can be posed in multiple [dimensions]
      5 
      6 [lu2022range]: range sum, multidimensional points, [monoid] weights
      7 
      8 Up: [range_query] with [sum], [Dynamic_data]