[plt-scheme] Excersise 14.2.3 - HtDP - Ordered list of binary tree nodes

From: Marco Morazan (morazanm at gmail.com)
Date: Fri Feb 20 08:59:17 EST 2009

On Fri, Feb 20, 2009 at 8:53 AM, Veer <diggerrrrr at gmail.com> wrote:
> Hello,
>
> See this http://en.wikipedia.org/wiki/Tree_traversal
>

With respect, that is a terrible suggestion. The whole purpose of the
exercise is to gain experience using the design recipe with trees and
to gain experience with using append. After solving the problem using
the DR, Charlie, take a look at the suggested site to discover that
you obtained the same result without "cheating."

You can not learn how to exploit structural recursion by copying
answers from others.

-- 

Cheers,

Marco


Posted on the users mailing list.