Re: differences between singly/doubly recursive method
From: Oscar kind (oscar_at_danwa.net)
Date: 11/30/04
- Next message: ????: "Re: NoClassDefFoundError-JDK1.5.0"
- Previous message: Oscar kind: "Re: specific values in loops"
- In reply to: Kenneth: "differences between singly/doubly recursive method"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 30 Nov 2004 06:38:39 +0100
Kenneth <jagger7774@hotmail.com> wrote:
> What is differences between singly recursvie method and doubly recursive
> method?
Recursion is calling a method from within itself.
Single recursion is thus recursion where the recurvive method contains
a singlke recurvive call.
Double recursion is thus recursion where the recurvive method contains
a two recurvive calls.
-- Oscar Kind http://home.hccnet.nl/okind/ Software Developer for contact information, see website PGP Key fingerprint: 91F3 6C72 F465 5E98 C246 61D9 2C32 8E24 097B B4E2
- Next message: ????: "Re: NoClassDefFoundError-JDK1.5.0"
- Previous message: Oscar kind: "Re: specific values in loops"
- In reply to: Kenneth: "differences between singly/doubly recursive method"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|