Algorithms_in_C++ 1.0.0
Set of algorithms implemented in C++.
|
A structure representing all the data we need to search the preprocessed pattern in text. More...
Public Attributes | |
std::string | pat |
std::vector< size_t > | bad_char |
std::vector< size_t > | good_suffix |
A structure representing all the data we need to search the preprocessed pattern in text.
std::vector<size_t> strings::boyer_moore::pattern::bad_char |
bad char table used in Bad Character Heuristic
std::vector<size_t> strings::boyer_moore::pattern::good_suffix |
good suffix table used for Good Suffix heuristic