Boyer-Moore string search: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 271:
 
=={{header|Fortran}}==
<syntaxhighlight lang="Fortran">
module bm_str
implicit none
Line 342 ⟶ 343:
return
end function bmstr
end module bm_str</pre>
</syntaxhighlight>
 
</pre>
 
20

edits