Skip to content

v4.1.0

Compare
Choose a tag to compare
@havelessbemore havelessbemore released this 17 Jun 03:02
· 22 commits to main since this release

Features:

  1. Add StringUtils namespace

Fixes:

  1. 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.