Could anybody help me out with a non-recursive program for Ackermann's function????
Ackermann's function
Collapse
X
-
Tags: None
-
Hi
I could get only the recursive program for Ackermann's function....But I am in need of a non recursive program for it in C language.It will be helpful if you are able to give me the link....Comment
-
Originally posted by Ramya SundaramoorthyHi
I could get only the recursive program for Ackermann's function....But I am in need of a non recursive program for it in C language.It will be helpful if you are able to give me the link....Comment
-
What sicarie says is correct. Any recursive function can be replaced by a single function containing a loop.Comment
Comment