nlib
|
Implements Trie using LOUDS. More...
#include <string.h>
#include "nn/nlib/succinct/Louds.h"
#include "nn/nlib/succinct/Sbv.h"
#include "nn/nlib/ReallocVec.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. | |
Implements Trie using LOUDS.
Definition in file Trie.h.
© 2012-2017 Nintendo Co., Ltd. All rights reserved.