Skip to content

v4.1.1

Compare
Choose a tag to compare
@havelessbemore havelessbemore released this 17 Jun 19:37
· 21 commits to main since this release

Fixes:

  1. Fix size reduction in LevelOrderSegmentTree
    Removing an element in pop() was not triggering a size reduction as intended. Once resized, the pointers were also not being updated correctly in shrink().