Boyer-Moore string search: Difference between revisions

m
→‎{{header|Phix}}: added cross-reference to the KMP task output
m (→‎{{header|Phix}}: removed an incorrect comment)
m (→‎{{header|Phix}}: added cross-reference to the KMP task output)
Line 506:
<!--</lang>-->
{{out}}
Significantly lower character comparison counts than [[Knuth-Morris-Pratt_string_search#Phix]].
<pre>
Found `GCAGAGAG` in `GCATCGCAGAGAGTATACAGTACG` once at {6} (17 character comparisons)
7,815

edits