| 
    step20
    
   | 
 
#include "generator.hpp"#include "to.hpp"#include <stack>#include <string>#include <unordered_map>Go to the source code of this file.
Classes | |
| class | step20::suffix_tree< Char, Size, Map > | 
| Ukkonen's online algorithm for constructing suffix tree.  More... | |
| struct | step20::suffix_tree< Char, Size, Map >::slice_type | 
| struct | step20::suffix_tree< Char, Size, Map >::edge_type | 
Namespaces | |
| namespace | step20 |