17 May
2007
17 May
'07
1:21 a.m.
On 16/05/07, Sergey Perminov <sv.perminov@gmail.com> wrote:
How to solve task of reversing big list with constant heap space used?
I think that as lists are singly-linked in Haskell, reversing a list will always be O(n) space. -- -David House, dmhouse@gmail.com