| Algorithms Library Toolkit
    A toolkit for algorithms, especially for algorithms on formal languages | 
#include <WideBNDMOccurrences.h>
| Static Public Member Functions | |
| template<class SymbolType > | |
| static ext::set< unsigned > | query (const indexes::stringology::BitParallelIndex< SymbolType > &pattern, const string::LinearString< SymbolType > &subject) | 
Based on backward nondeterministic dawg matching.
| 
 | static | 
Query a suffix trie
| suffix | trie to query | 
| string | string to query by |