I agree... good point.

On May 27, 1:39 pm, Reuben Bartolo <[email protected]> wrote:
> But if method A calls method B, which in turn calls method B,
> that is still recursion.
>
> The best way is to build a graph structure of dependencies.
> Any loop (ie. a non-tree structure, where a child references the parent
> again ) is a recursion.
>

Reply via email to