[plt-scheme] HTDP: 9.5.5

From: Jens Axel Soegaard (jensaxel at soegaard.net)
Date: Sat Sep 13 18:57:19 EDT 2008

Grant Rettke skrev:
> Hi,
>
> I'm working on the 'convert' function in 9.5.5. Reading the problem
> description, and then jotting out how I would solve this problem by
> hand, I ended up with something like this (assuming the list of
> numbers were 3 digits long)
>
>   
Think recursively:

  1234 = 4 + 10*123

-- 
Jens Axel Søgaard



Posted on the users mailing list.