请输入您要查询的字词:

 

单词 Tree
释义

Tree

A tree is a mathematical structure which can be viewed as either a Graph or as aData Structure. The two views are equivalent, since a tree Data Structure contains not only a set ofelements, but also connections between elements, giving a tree graph.


A tree graph is a set of straight line segments connected at their ends containing no closed loops (cycles). A tree with nodes has Edges. The points of connection are known as Forks and the segmentsas Branches. Final segments and the nodes at their ends are called Leaves. Atree with two Branches at each Fork and with one or two Leaves at the endof each branch is called a Binary Tree.


When a special node is designated to turn a tree into a Rooted Tree, it is called the Root(or sometimes ``Eve.'') In such a tree, each of the nodes which is one Edge further awayfrom a given node is called a Child, and nodes connected to the same node which are the same distance from theRoot are called Siblings.


Note that two Branches placed end-to-end are equivalent to a single Branch which means, forexample, that there is only one tree of order 3. The number of nonisomorphic trees of order , 2,... (where trees of orders 1, 2, ..., 6 are illustrated above), are 1, 1, 1, 2, 3, 6, 11, 23, 47, 106, 235, ...(Sloane's A000055).


Otter showed that

(1)

(Otter 1948, Harary and Palmer 1973, Knuth 1969), where the constants and are sometimes calledOtter's Tree Enumeration Constants. Write the Generating Function for Rooted Treesas
(2)

where the Coefficients are
(3)

with and . Then
(4)

is the unique Positive Root of
(5)

and
(6)

See also B-Tree, Binary Tree, Caterpillar Graph, Cayley Tree, Child, Dijkstra Tree,Eve, Forest, Kruskal's Algorithm, Kruskal's Tree Theorem, Leaf (Tree), Orchard-Planting Problem, OrderedTree, Path Graph, Planted Planar Tree, Pólya Enumeration Theorem,Quadtree,Red-Black Tree, Root (Tree), Rooted Tree, Sibling, StarGraph, Stern-Brocot Tree, Weakly Binary Tree, Weighted Tree


References

Finch, S. ``Favorite Mathematical Constants.'' http://www.mathsoft.com/asolve/constant/otter/otter.html

Chauvin, B.; Cohen, S.; and Rouault, A. (Eds.). Trees: Workshop in Versailles, June 14-16, 1995. Basel, Switzerland: Birkhäuser, 1996.

Gardner, M. ``Trees.'' Ch. 17 in Mathematical Magic Show: More Puzzles, Games, Diversions, Illusions and Other Mathematical Sleight-of-Mind from Scientific American. New York: Vintage, pp. 240-250, 1978.

Harary, F. Graph Theory. Reading, MA: Addison-Wesley, 1994.

Harary, F. and Manvel, B. ``Trees.'' Scripta Math. 28, 327-333, 1970.

Harary, F. and Palmer, E. M. Graphical Enumeration. New York: Academic Press, 1973.

Knuth, D. E. The Art of Computer Programming, Vol. 1: Fundamental Algorithms, 2nd ed. Reading, MA: Addison-Wesley, 1973.

Otter, R. ``The Number of Trees.'' Ann. Math. 49, 583-599, 1948.

Sloane, N. J. A. SequenceA000055/M0791in ``An On-Line Version of the Encyclopedia of Integer Sequences.''http://www.research.att.com/~njas/sequences/eisonline.html and extended entry inSloane, N. J. A. and Plouffe, S.The Encyclopedia of Integer Sequences. San Diego: Academic Press, 1995.


随便看

 

数学辞典收录了8975条数学词条,基本涵盖了常用数学知识及数学英语单词词组的翻译及用法,是数学学习的有利工具。

 

Copyright © 2000-2023 Newdu.com.com All Rights Reserved
更新时间:2025/4/6 1:51:44