From bf78e84117aff1a2374786b5021dbbfeec567484 Mon Sep 17 00:00:00 2001 From: Jim Pryor Date: Sun, 3 Oct 2010 16:47:21 -0400 Subject: [PATCH] assignment 3 clarification Signed-off-by: Jim Pryor --- assignment3.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assignment3.mdwn b/assignment3.mdwn index df06d526..f84d07f9 100644 --- a/assignment3.mdwn +++ b/assignment3.mdwn @@ -107,7 +107,7 @@ be your base case for your recursive functions that operate on these trees.
    -
  1. Write a function that sums the number of leaves in a tree. +
  2. Write a function that sums the values at the leaves in a tree. Expected behavior: -- 2.11.0