K-ary tree

Wikipedia, the free encyclopedia - Cite This Source

In graph theory, a k-ary tree is a rooted tree in which each node has no more than k children. It is also sometimes known as a k-way tree, an N-ary tree, or an M-ary tree.

A binary tree is the special case where k=2.

A full k-ary tree is a k-ary tree where each node has either 0 or k children.

For a k-ary tree with height h, the upper bound for the maximum number of leaves is k^h.

External links



Wikipedia, the free encyclopedia © 2001-2006 Wikipedia contributors (Disclaimer)
This article is licensed under the GNU Free Documentation License.
Last updated on Friday November 02, 2007 at 18:24:30 PDT (GMT -0700)
View this article at Wikipedia.org - Edit this article at Wikipedia.org - Donate to the Wikimedia Foundation