mailund / stralg

Small library of string algorithms
17 stars 10 forks source link

Change suffix tree indices to pointers #94

Closed mailund closed 5 years ago

mailund commented 5 years ago

It would be easier to work with the suffix tree if the edge-ranges were pointers into the s string instead of indices. It is the way I think about them anyway.