X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=assignment3.mdwn;fp=assignment3.mdwn;h=f84d07f9fa2502b69ed535e172a48e85d8e03027;hp=df06d526a99c58495f34260629d8977bbc1f9e91;hb=bf78e84117aff1a2374786b5021dbbfeec567484;hpb=6a60dbeb81ccc4949724a6db13a264a0b322a22d 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: