Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Data Structures | Namespaces | Functions
trie.hpp File Reference
#include <memory>
#include <iterator>
#include <string>
#include <compare>
#include <tuple>
#include <ext/pair>
#include <ext/map>
#include <ext/ostream>
Include dependency graph for trie.hpp:

Go to the source code of this file.

Data Structures

class  ext::trie< Key, Value >
 Class introducing a trie with interface trying to be close to the interface of standard library containers. More...
 

Namespaces

namespace  ext
 

Functions

template<class Key , class Value >
ext::ostreamext::operator<< (ext::ostream &out, const trie< Key, Value > &t)
 Operator to print the trie to the output stream. More...