computes a binary tree from an original tree by grouping together adjacent branches.
Tags
#python #sicp
Question
What does binaziration of a tree do?
Answer
?
Tags
#python #sicp
Question
What does binaziration of a tree do?
Answer
computes a binary tree from an original tree by grouping together adjacent branches.
If you want to change selection, open original toplevel document below and click on "Move attachment"
Parent (intermediate) annotation
Open it can be used on the branches of a tree as well. For example, we may want
to place a restriction on the number of branches in a tree. A binary tree is
either a leaf or a sequence of at most two binary trees. A common tree
transformation called <span>binarization computes a binary tree from an original
tree by grouping together adjacent branches.<span><body><html>