binary tree
binary tree
[′bīn·ə·rē ′trē]binary tree
data BTree a = NilTree| Node a (BTree a) (BTree a)
See also balanced tree.
binary tree
A data structure in which each node contains one parent and no more than two children. See quad tree and splay tree.Binary Tree |
---|