[plt-scheme] Reverse Inside Out Tree Recursion

From: Synx (plt at synx.us.to)
Date: Sun Mar 7 23:07:10 EST 2010

OK I may have figured it out. The following program pretty much
generates the sort of tree that I was thinking of. The solution sort of
jumped out at me when I realized that tree generation is not recursive.
It's more like arithmetic addition than it is recursion.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: solution.ss
URL: <http://lists.racket-lang.org/users/archive/attachments/20100307/9276ae2e/attachment.ksh>

Posted on the users mailing list.