Suffix array improvements

Author: williamfisetCreated Jun 1, 2019Updated Oct 26, 2022
LabelsenhancementData Structure

To polish off the suffix array data structure we still need to:

  • Add tests
  • Automate detecting alphabet shift size
  • Finish nlogn construction
  • Refactor SA classes.