Definition and generation
In a recursive tree with vertices, the vertices are labeled by the numbers from to , and the labels must decrease along any path to the root of the tree. These trees are unordered, in the sense that there is no distinguished ordering of the children of each vertex. In a random recursive tree, all such trees are equally likely. Alternatively, a random recursive tree can be generated by starting from a single vertex, the root of the tree, labeled , and then for each successive label from to choosing a random vertex with a smaller label to be its parent. If each of the choices is uniform and independent of the other choices, the resulting tree will be a random recursive tree.Properties
With high probability, the longest path from the root to the leaf of an -vertex random recursive tree has length . The maximum number of children of any vertex, i.e., degree, in the tree is, with high probability, . The expected distance of the th vertex from the root is the thApplications
lists several applications of random recursive trees in modeling phenomena including disease spreading,References
{{reflist, refs= {{citation , last1 = Dobrow , first1 = Robert P. , last2 = Fill , first2 = James Allen , doi = 10.1017/S0963548399003855 , issue = 4 , journal = Combinatorics, Probability and Computing , mr = 1723646 , pages = 317–333 , title = Total path length for random recursive trees , volume = 8 , year = 1999 {{citation , last1 = Goh , first1 = William , last2 = Schmutz , first2 = Eric , doi = 10.1016/S0377-0427(01)00460-5 , issue = 1 , journal = Journal of Computational and Applied Mathematics , mr = 1910519 , pages = 61–82 , title = Limit distribution for the maximum degree of a random recursive tree , volume = 142 , year = 2002, doi-access = free {{citation , last = Pittel , first = Boris , doi = 10.1002/rsa.3240050207 , issue = 2 , journal = Random Structures & Algorithms , mr = 1262983 , pages = 337–347 , title = Note on the heights of random recursive trees and random {{mvar, m-ary search trees , volume = 5 , year = 1994 {{citation , last = Zhang , first = Yazhe , doi = 10.1214/14-BJPS252 , issue = 4 , journal = Brazilian Journal of Probability and Statistics , mr = 3397399 , pages = 897–908 , title = On the number of leaves in a random recursive tree , volume = 29 , year = 2015, doi-access = free Trees (graph theory) Random graphs