From: Jim Pryor Date: Sun, 3 Oct 2010 20:47:21 +0000 (-0400) Subject: assignment 3 clarification X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=bf78e84117aff1a2374786b5021dbbfeec567484;ds=sidebyside assignment 3 clarification Signed-off-by: Jim Pryor --- 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: