Newbie2 Posted February 5, 2004 Posted February 5, 2004 Can someone give me some explanations and an example? Still new at this
jpm Posted February 5, 2004 Posted February 5, 2004 Can someone give me some explanations and an example? Still new at thisĀ You need to speak with Mr Skeakspeare "to be or not to be" I am joking.Func f()F()EndFuncthat what is e recursion you define f() and inside f() you call f()The problem has you can imagine is this will never end.so there must be checking base on pass parameter or global variable that will avoid on certain condition to call again f().That's basically what a recursion is
trids Posted February 5, 2004 Posted February 5, 2004 Recursion: It's what happened when the king of Crete said "All Cretans are liars"
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now