Skip to content

MSBWT merge algorithm

Latest
Compare
Choose a tag to compare
@holtjma holtjma released this 01 Feb 14:01

This version adds the pair-wise BWT merge algorithm from Holt et al., 2014 as a function for string-like inputs (see bwt_util::pairwise_bwt_merge(bwt0, bwt1)).

Thanks to @NatPRoach for the contribution!