Re: recursive leads to stack overflow
- From: "hyena" <ird@xxxxxxxxxxx>
- Date: Tue, 24 May 2005 16:14:58 +0200
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
>
>
.
- References:
- recursive leads to stack overflow
- From: hyena
- Re: recursive leads to stack overflow
- From: Thomas Weidenfeller
- recursive leads to stack overflow
- Prev by Date: Re: HOWTO: Multiline (word wrap) JTable cells with automatic height - SIMPLE
- Next by Date: FileSystemView.getRoots() and (system specific) directory tree
- Previous by thread: Re: recursive leads to stack overflow
- Next by thread: Re: recursive leads to stack overflow
- Index(es):