An open API service indexing awesome lists of open source software.

https://github.com/playwithalgos/boyer-moore-horspool

Play with the Boyer-Moore algorithm for search a substring in a string
https://github.com/playwithalgos/boyer-moore-horspool

boyer-moore-horspool educational-project substring-search

Last synced: 2 months ago
JSON representation

Play with the Boyer-Moore algorithm for search a substring in a string

Awesome Lists containing this project

README

        

# 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](https://github.com/playwithalgos/boyer-moore-horspool/assets/43071857/b1e5e5d7-3888-44d1-810f-a22c2ee7318a)