Jump to content

Recursive tree

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Yellowbo (talk | contribs) at 14:23, 14 May 2006 (Started the article "Recursive trees"). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Definition

Recursive trees are non-planar labeled rooted trees. A size n tree recursive tree is labeled by distinct integers 1, 2,\dots, n, where the labels are strictly increasing starting at the root labeled 1. Since recursive trees are non-planar there is no left to right order. E.g. the following two size three recursive trees are the same.

       1          1   
      / \   =    / \           
     /   \      /   \
    2     3    3     2


Properties

Let T_n denote the number of size n recursive trees.

There are bijective correspondances between recursive trees of size n and permutations of size n-1.

Applications

Recursive Trees are used as simple models for epidemics.