Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <memory>
#include <iterator>
#include <string>
#include <compare>
#include <tuple>
#include <ext/pair>
#include <ext/map>
#include <ext/ostream>
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::ostream & | ext::operator<< (ext::ostream &out, const trie< Key, Value > &t) |
Operator to print the trie to the output stream. More... | |