issues
search
ostafen
/
smart
String Matching Algorithms Research Tool
https://smart-tool.github.io/smart/
GNU General Public License v3.0
4
stars
2
forks
source link
FIX LDM
#73
Closed
nishihatapalmer
closed
1 year ago
nishihatapalmer
commented
1 year ago
Another bounds checking issue.
k * m - 1 + r can be n or bigger, so break if we're at the end of the text.
passes all tests now.