Cardinal Tree

From HandWiki
Revision as of 18:04, 6 March 2021 by imported>LinXED (add)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A cardinal tree (or trie) of degree k[1], by analogy with cardinal numbers and by opposition with ordinal trees, is a rooted tree in which each node has k positions for an edge to a child. Each node has up to k children and each child of a given node is labeled by a unique integer from the set {1, 2, . . . , k}. For instance, a binary tree is a cardinal tree of degree 2.

References

  1. "Representing trees of higher degree" (2005) by David Benoit , Erik D. Demaine , J. Ian Munro , Rajeev Raman , Venkatesh Raman and S. Srinivasa Rao [1] [2]