Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

Suffix array improvements

Open williamfiset opened this issue 5 years ago • 2 comments

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

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

williamfiset avatar Jun 01 '19 16:06 williamfiset

Hi I can try to do that

SHEELINUNI avatar Oct 19 '22 04:10 SHEELINUNI

Hi williamfiset, I'm working on this issue, and can you tell me the difference between SuffixarrayFast, Med and Slow?

SHEELINUNI avatar Oct 26 '22 04:10 SHEELINUNI