Expand description
Implementation of the BWT construction algorithm in small space, described in Algorithm 11.8 of the book: Compact Data Structures - A Practical Approach, Gonzalo Navarro, 2016.
Structs
- BWT builder in small space.
Functions
- Verifies that the smallest character appears only at the end of the text.