|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Umbrella header for classical string algorithms in Aleph-w. More...
#include <String_Search.H>#include <Aho_Corasick.H>#include <Suffix_Structures.H>#include <String_Palindromes.H>#include <String_DP.H>Go to the source code of this file.
Umbrella header for classical string algorithms in Aleph-w.
Includes:
String_Search.H (KMP, Z, Horspool, Rabin-Karp)Aho_Corasick.H (multi-pattern)Suffix_Structures.H (suffix array/LCP, suffix tree, suffix automaton)String_Palindromes.H (Manacher)String_DP.H (Levenshtein, Damerau, LCS, LCSubstring)Definition in file String_Algorithms.H.