Arrays in scheme / Memoization
Posted
by incrediman
on Stack Overflow
See other posts from Stack Overflow
or by incrediman
Published on 2010-06-01T17:41:53Z
Indexed on
2010/06/01
17:43 UTC
Read the original article
Hit count: 295
How can I use arrays in scheme?
In particular, I'm attempting to implement a recursive fibonacci procedure using memoization. Do arrays even exist in scheme?
If not, how can I implement memoization?
© Stack Overflow or respective owner