Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boyer-Moore #149

Open
Entomy opened this issue Aug 23, 2020 · 0 comments
Open

Boyer-Moore #149

Entomy opened this issue Aug 23, 2020 · 0 comments
Labels
🛠 Enhancement New feature or request 👨🏻‍🎓 Good First Issue Good for newcomers 🆘 Help Wanted Extra attention is needed
Milestone

Comments

@Entomy
Copy link
Owner

Entomy commented Aug 23, 2020

Currently, the simplified Boyer-Moore-Horspool algorithm is implemented. The more complex Boyer-Moore should be supported as well.

Conveniently, the table type for the Horspool variant can be inherited, for the creation of the Boyer-Moore table, as the Horspool variant merely uses part of the Boyer-Moore table for its algorithm. This reduces the amount of coding that needs to be done.

@Entomy Entomy transferred this issue from another repository Nov 4, 2020
@Entomy Entomy added 🆘 Help Wanted Extra attention is needed 👨🏻‍🎓 Good First Issue Good for newcomers 🛠 Enhancement New feature or request labels Nov 4, 2020
@Entomy Entomy added this to the v5.3 milestone Aug 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠 Enhancement New feature or request 👨🏻‍🎓 Good First Issue Good for newcomers 🆘 Help Wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant