Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 153 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 153 Bytes

Segment-tree

Simple class represents classic segment tree for sums with set(int index, double value) and getSum(int leftBound, int rightBound) methods