str_matching.h File Reference
#include <string>
#include <cmath>
#include <climits>
#include <iostream>

Go to the source code of this file.

Namespaces

 alglib
 
 alglib::string
 

Functions

size_t alglib::string::naive_str_matching (const std::string &text, const std::string &pattern)
 
size_t alglib::string::rabin_karp (const std::string &text, const std::string &pattern)
 
size_t alglib::string::horspool (const std::string &text, const std::string &pattern)
 
size_t alglib::string::kmp (const std::string &text, const std::string &pattern)
 Performs substring search in a given string. More...