Tree Grafting
Description
Trees have many applications in computer science. Perhaps the most commonly used trees are rooted binary trees, but there are other types of rooted trees that may be useful as well. One example is ordered trees, in which the subtrees for any given node are ordered. The number of children of each node is variable, and there is no limit on the number. Formally, an ordered tree consists of a finite set of nodes T such that
|
POJ 3437 Tree Grafting 多叉树转二叉树
最新推荐文章于 2024-04-30 08:45:09 发布