Re: transitive closure

From: Mikito Harakiri <mikharakiri_nospaum_at_yahoo.com>
Date: 21 Jul 2005 15:12:13 -0700
Message-ID: <1121983933.358472.321430_at_g43g2000cwa.googlegroups.com>


-CELKO- wrote:
> >> I yet to see a case that is handled by recursive "with" and not handled by "connect by". <<
>
> Want to try an Ackeramnn function?
>
> A(x,y) = if x = 0
> then (y+1)
> else if y = 0
> then A(x-1, 1)
> else A(x-1, A(x,y-1));

Let's see "recursive with" version first:-) Received on Fri Jul 22 2005 - 00:12:13 CEST

Original text of this message