Boyer-Moore string search: Difference between revisions

m
mNo edit summary
Line 156:
"Algorithms on Strings, Trees, and Sequences", 1997, available online as a pdf in several publicly indexed
archives on the internet.
<syntaxhighlight lang=rubyjulia>""" Rosetta Code task at rosettacode.org/mw/index.php?title=Boyer-Moore_string_search """
 
const ASCIIchars = String([Char(i) for i = 0:255]) # any standard or extended ASCII char
4,105

edits