Boyer-Moore string search: Difference between revisions

m
Line 94:
<lang J> 'alfalfa' bmsearch 'On behalf of an alfredo calfskin malfunction we donate alfalfa.'
55</lang>
 
Caution: this is an incomplete implementation of the algorithm. See talk page.
 
=={{header|Julia}}==
6,962

edits