Everyone's talking about AI adoption. Almost nobody has the real numbers. Help us change that — and get the full report 👉 Engineers | Leaders

Trie

A tree-like data structure for storing strings where each node represents a character, enabling O(m) prefix-based lookups.