Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <ExactEqual.h>
Static Public Member Functions | |
template<class SymbolType > | |
static bool | equals (const string::LinearString< SymbolType > &u, const string::LinearString< SymbolType > &v) |
template<class SymbolType > | |
static bool | equals (const string::CyclicString< SymbolType > &u, const string::CyclicString< SymbolType > &v) |
Implements exact equality test of string contents.
|
static |
Implements exact equality test of string contens. The algorithm handles rotations of strings.
SymbolType | the of symbols in the string |
u | the first string to compare |
v | the second string to compare |
|
static |
Implements exact equality test of string contents.
SymbolType | the of symbols in the string |
u | the first string to compare |
v | the second string to compare |