v4.1.0
Features:
- Add StringUtils namespace
Fixes:
- Fix size reduction method for LevelOrderSegmentTree
When the tree's size was a power of 2, the updated tree would have a
complete bottom level, instead of being half-full as intended. The
update fixes this and adds a check to see if sizing down is even
possible.