Algorithms
Algorithms copied to clipboard
Suffix array improvements
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.
Hi I can try to do that
Hi williamfiset, I'm working on this issue, and can you tell me the difference between SuffixarrayFast, Med and Slow?