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

New search algorithms for Boost.Algorithm #29

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

zamazan4ik
Copy link
Contributor

Now in Boost.Algorithm we have only 3 algortihms for searching: Knuth-Morris-Prata, Boyer-Moore, Boyer-Moore-Horspool.

I want to add more algorithms.

Please, if you know something about string search algortihms, i want to talk with you.

Added quick search, Raita search, Tuned Boyer-Moore, Turbo Boyer-Moore, Zhu-Takaoka. Refactored Apostolico-Crochemore.
@zamazan4ik
Copy link
Contributor Author

Soon i will rewrite preBmBc - it should use unordered_map\flat_map instead of alphabet array. Also I will add object interface.

@zamazan4ik
Copy link
Contributor Author

I think i should stop implement new algorithms. We should decide, what interface must have all of these algorithms. After that i will continue my work on searching.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant