liarsdice/data_structures/trie_map.hpp file

Namespaces

namespace liarsdice
Main namespace for the Liar's Dice game.
namespace liarsdice::data_structures
High-performance data structures.

Classes

template<typename T>
class liarsdice::data_structures::TrieMap
High-performance Trie data structure for pattern storage.
struct liarsdice::data_structures::BehaviorPattern
Specialized TrieMap for player behavior patterns.