Reputation: 21
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).
Upvotes: 2
Views: 115
Reputation: 8142
Convert the recursive Ackermann function to an iterative one. This PDF explains how to do it. Then just model the iterative one with Raptor.
Upvotes: 0