How does one create ackermann function using Raptor flowchart? Can it be done? I have a general idea, but i have no idea how to write function 2 or 3 a(m-1,1) or a(m-1, a(m,n-1).
Asked
Active
Viewed 106 times
1 Answers
0
Convert the recursive Ackermann function to an iterative one. This PDF explains how to do it. Then just model the iterative one with Raptor.

Vertexwahn
- 7,709
- 6
- 64
- 90