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
- Host: GitHub
- URL: https://github.com/playwithalgos/boyer-moore-horspool
- Owner: playwithalgos
- License: agpl-3.0
- Created: 2023-05-14T07:45:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-04T13:40:25.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T05:29:37.610Z (4 months ago)
- Topics: boyer-moore-horspool, educational-project, substring-search
- Language: JavaScript
- Homepage: https://playwithalgos.github.io/boyer-moore-horspool/
- Size: 28.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
