Re: recursive leads to stack overflow



Thanks!

Seems I have to take a careful look at my iterating alogrithm then.:(


"Thomas Weidenfeller" <nobody@xxxxxxxxxxxxxxxx> wrote in message
news:d6v2gv$p8i$1@xxxxxxxxxxxxxxxxxxxxxxxxx
> hyena wrote:
> > I have a recursive function to buid up a tree. When the tree grwos too
big,
> > my java give me a error of stack overflow.
>
> Use a better algorithm.
>
> > si there some solutions rather
> > then reconsidering the algorithms?
>
> If you really want to waste more memory, read the fine manual:
>
> http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/java.html#nonstandard
>
> /Thomas
>
>


.