nlib
succinct Directory Reference
+ Directory dependency graph for succinct:

Files

file  AhoCorasick.h [code]
 Defines the class for searching text strings using the Aho-Corasick string-matching algorithm.
 
file  AhoCorasickBuilder.h [code]
 Defines the class for creating the search index used with the Aho-Corasick algorithm.
 
file  Bp.h [code]
 Defines the class for constructing and accessing a parentheses representation of a tree.
 
file  Louds.h [code]
 Defines the class for constructing and accessing a LOUDS succinct tree.
 
file  manual_en.h [code]
 
file  Sbv.h [code]
 Defines the basic classes that form the basis to Rank and Select operations.
 
file  succinct.h [code]
 Header that includes all of the headers within the nn/nlib/succinct directory.
 
file  Trie.h [code]
 Implements Trie using LOUDS.
 
file  WordFilter.h [code]
 Defines the class for searching for sets of words in text.