Vocabularyboyer-mooreInputsOutputsi/f | the index of first match or f |
Generic word contractPerforms an attempt to find the first occurrence of pattern in
seq starting from
from using Boyer-Moore search algorithm. Output is the index if the attempt was succeessful, or
f otherwise.
ExamplesUSING: boyer-moore prettyprint ;
{ 1 2 7 10 20 2 7 10 } 3 { 2 7 10 } search-from .
5
DefinitionMethods