| |
| | complete binary tree (Site not responding. Last check: 2007-10-26) |
 | | Definition: A binary tree in which every level, except possibly the deepest, is completely filled. |
 | | At depth n, the height of the tree, all nodes must be as far left as possible. |
 | | This kind of tree is called "complete" by authors that mention it (Budd page 332, Ege, Carrano and Prichard page 427, Goodrich and Tamassia page 302, [HS83, page 226], [Knuth98], [Stand98, page 249]). |
| www.nist.gov /dads/HTML/completeBinaryTree.html (198 words) |
|