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 BSDMx
#72
Closed
nishihatapalmer
closed
1 year ago
nishihatapalmer
commented
1 year ago
These algorithms were occasionally trying to validate a pattern before the text starts.
Simple valid bounds calculation error.
Fix is to only test for a match if the position is >= 0 as well as <= n-m.