diff options
author | Marcin Chrzanowski <mc370754@students.mimuw.edu.pl> | 2021-12-13 16:29:41 +0100 |
---|---|---|
committer | Marcin Chrzanowski <mc370754@students.mimuw.edu.pl> | 2021-12-13 16:39:51 +0100 |
commit | d2b6d18e95a54e9da42bd4be8891bfbc52d168c1 (patch) | |
tree | 3c6a0e630950d5bf62a763cfddfdfdef9c7176f3 | |
parent | 422f732e62b027039d5820f42b8d10bd9da8afef (diff) |
Fix subtree with hole partition
-rw-r--r-- | mgr.tex | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1052,11 +1052,10 @@ Consider the subtree of $v$ with hole $w$. It can be divided into the following components: \begin{itemize} - \item $w$'s subtree \item A path from $w$ up to $v$, notate it as $u_0 = w, u_1, \ldots, u_p = v$. \item For each $i$ from 1 to $p$, the subtree of $u_i$'s child that doesn't - lie on the path from $y$ to $x$. Let $u_i'$ be the child of $u_i$ that + lie on the path from $w$ to $v$. Let $u_i'$ be the child of $u_i$ that doesn't lie on the $w$ to $v$ path. \end{itemize} |