Boyer-Moore string search: Difference between revisions

m
Line 64:
 
=={{header|Julia}}==
;Some of this code is partially derived from Perl code by David Chou and Python code by
;Boyer-Moore searches with DNA and text examples
 
;Some of this code is partially derived from Perl code by David Chou and Python code by
Ben Langmead. Because of that ancestry, it returns results that are 0-based in indexing,
though Julia native 1-based indexing is used within the individual functions.
Line 395 ⟶ 393:
(occurrences, num_alignments, num_character_comparisons) = ([33, 87], 20, 42)
</pre>
 
 
=={{header|Python}}==
4,105

edits