Skip to content

playwithalgos/boyer-moore-horspool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Boyer-Moore-Horspool

The Boyer-Moore-Horspool algorithm searches a pattern in some text. In this game, you will execute the algorithm by sliding the pattern along the text.

image