Yomguithereal / mnemonist

Curated collection of data structures for the JavaScript/TypeScript language.
https://yomguithereal.github.io/mnemonist
MIT License
2.28k stars 92 forks source link

Bug in GeneralizedSuffixArray #226

Open dhowe opened 4 months ago

dhowe commented 4 months ago

It seems that the sorting of string in GeneralizedSuffixArray is incorrect for specific inputs (this is the shortest I've found that shows the bug).

I've created a repo here with an index.js that shows the problem.

Possibly related to #196, #209 - thanks @Yomguithereal