TreePatterns 1.09
TreePatterns 1.09
documentation notebook
Introduction
Introduction
TreePatterns is a package for studying trees that avoid a given tree pattern.
This introduction gets you started with a few features of the package; the next section provides a complete list of package symbols along with their usage messages and further examples.
This introduction gets you started with a few features of the package; the next section provides a complete list of package symbols along with their usage messages and further examples.
TreePatterns uses functions from my package BinaryTrees, so you will need to have BinaryTrees installed as well.
To use TreePatterns, first you will need to load the package by evaluating the following cell. (If you need help, see loading a package.)
In[]:=
<<TreePatterns`
Representing trees
Representing trees
Tree patterns and specific bijections
Tree patterns and specific bijections
Computing the number of binary trees avoiding a given pattern
Computing the number of binary trees avoiding a given pattern
Equivalence of tree patterns and general bijections
Equivalence of tree patterns and general bijections
Package symbols
Package symbols
Bijections
Bijections
BinaryTree42Bijection and BinaryTree42BijectionInverse
BinaryTree42Bijection and BinaryTree42BijectionInverse
BinaryTree43Bijection and BinaryTree43BijectionInverse
BinaryTree43Bijection and BinaryTree43BijectionInverse
BinaryTree45Bijection and BinaryTree45BijectionInverse
BinaryTree45Bijection and BinaryTree45BijectionInverse
BinaryTreeClassData
BinaryTreeClassData
BinaryTreePatternQ
BinaryTreePatternQ
BottomUpReplaceAll and TopDownReplaceAll
BottomUpReplaceAll and TopDownReplaceAll
FindOverlaps
FindOverlaps
MatchingTrees and NonMatchingTrees
MatchingTrees and NonMatchingTrees
PatternIntersection
PatternIntersection
ProbableAvoidingBijectionQ
ProbableAvoidingBijectionQ
ProbableAvoidingBijections
ProbableAvoidingBijections
TreePattern and FromTreePattern
TreePattern and FromTreePattern
TreeReplacementRules
TreeReplacementRules
Weight
Weight
WeightEquation and AvoidingWeightEquation
WeightEquation and AvoidingWeightEquation