Webster's Online Dictionary
with Multilingual Thesaurus Translation

 
Earth's largest dictionary with more than 1226 modern languages and Eve!

Specialty Expressions: BINARY TREE

ExpressionsDomainDefinition
Balanced binary treeMathA binary tree where no leaf is more than a certain amount farther from the root than any other. After inserting or deleting a node, the tree may rebalanced with "rotations." (references)
Binary treeComputingBinary tree (btree) A tree in which each node has at most two successors or child nodes. In Haskell this could be represented as data BTree a = NilTree | Node a (BTree a) (BTree a) See also balanced tree. (1994-11-29). Source: The Free On-line Dictionary of Computing..
Binary treeMathA tree with at most two children for each node. (references)
Binary tree representation of treesMathA way to represent a multiway tree as a binary tree. The leftmost child, c, of a node, n, in the multiway tree is the left child, c', of the corresponding node, n', in the binary tree. The immediately right sibling of c is the right child of c'. (references)
Complete binary treeMathA binary tree in which all leaf nodes are at some depth n or n-1, and all leaves at depth n are toward the left. (references)
Extended binary treeMathA binary tree with special nodes replacing every null subtree. Every regular node has two children, and every special node has no children. (references)
Perfect binary treeMathA binary tree with all leaf nodes at the same depth. All internal nodes have degree 2. (references)
Threaded binary treeMathA theoretical measure of the execution of an algorithm, usually the time or memory needed, given the problem size n, which is usually the number of items. Informally, saying some equation f (n)= (g (n)) means it is within a constant multiple of g (n). The equation is read, "f of n is theta g of n". (references)

Source: compiled by the editor from various references; see credits.

Top

Topics by Level of Interest: BINARY TREE

Topics sorted by level of InterestLevel (1=low, 600=high)   Topics sorted AlphabeticallyLevel (1=low, 600=high)
Binary tree22   Binary tree22
Threaded binary tree6   Left child-right sibling binary tree3
Left child-right sibling binary tree3   Threaded binary tree6

Source: the editor, created by/for EVE to gauge likely levels of human interest in linguistically triggered topics (compiled across various sources, such as Wikipedia and specialty expression glosses).