From 022db6707368120d959182a319f1a299c5732c1d Mon Sep 17 00:00:00 2001 From: Jim Pryor Date: Mon, 4 Oct 2010 21:52:08 -0400 Subject: [PATCH] trees tweaks Signed-off-by: Jim Pryor --- implementing_trees.mdwn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/implementing_trees.mdwn b/implementing_trees.mdwn index f3d076e6..c428228f 100644 --- a/implementing_trees.mdwn +++ b/implementing_trees.mdwn @@ -20,10 +20,10 @@ the tree's leaves that are labeled: / \ 1 2 -The inner, non-leaf nodes of the -tree do have associated values. But what values they are can be determined from -the structure of the tree and the values of the node's left and right children. -So the inner node doesn't need its own independent label. +The inner, non-leaf nodes of the tree may have associated values. But if so, +what values they are will be determinable from the structure of the tree and the +values of the node's left and right children. So the inner nodes don't need +their own independent labels. In another sort of tree, the tree's inner nodes are also labeled: -- 2.11.0