bn:00694262n
Noun Concept
Categories: String data structures, Trees (data structures)
EN
Patricia tree  radix tree  PATRICIA trie  compact prefix tree  Crit-bit tree
EN
In computer science, a radix tree is a data structure that represents a space-optimized trie in which each node that is the only child is merged with its parent. Wikipedia
Definitions
Relations
Sources
EN
In computer science, a radix tree is a data structure that represents a space-optimized trie in which each node that is the only child is merged with its parent. Wikipedia
A computer science data structure Wikipedia Disambiguation
A type of set data structure Wikipedia Disambiguation
Data structure that represents a space-optimized trie in which each node that is the only child is merged with its parent Wikidata
A radix tree with radix of 2, meaning that each bit of the key is compared individually and each node is a two-way branch. Wiktionary
A space-optimized trie data structure in which each node that is the only child is merged with its parent. Wiktionary
IS A
HAS KIND
STUDIED BY