nlib
Trie.h File Reference

Implements Trie using LOUDS. More...

#include <string.h>
#include <utility>
#include "nn/nlib/succinct/Louds.h"
#include "nn/nlib/succinct/Sbv.h"
#include "nn/nlib/ReallocVec.h"
#include "nn/nlib/Swap.h"

Go to the source code of this file.

Classes

class  nn::nlib::succinct::Trie
 Implements Trie using LOUDS. More...
 
class  nn::nlib::succinct::TrieBuilder
 Class to create a Trie object. More...
 

Namespaces

 nn::nlib
 Implements stream-related classes usually commonly used, various containers, and other gadget classes. nlib_ns is an alias.
 
 nn::nlib::succinct
 Implements a library of succinct data structure classes related to bit vectors.
 

Detailed Description

Implements Trie using LOUDS.

Definition in file Trie.h.