D
Dicread
HomeDictionaryTtrie

Note: The translation for this entry is currently under quality review. Some content is temporarily displayed in English only.

trie

trie
Danh từ
Số nhiều: tries

Ý nghĩa

Danh từtrie

A specialized tree-based data structure used to store a dynamic set of strings, where the keys are usually strings and the search time is proportional to the length of the key rather than the number of keys stored.

The developer implemented a trie to enable fast autocomplete suggestions in the search bar.

Từ liên quan

Last Updated: July 15, 2026Report an Error