Ackermann function in raptor

120 Views Asked by At

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).

1

There are 1 best solutions below

0
On

Convert the recursive Ackermann function to an iterative one. This PDF explains how to do it. Then just model the iterative one with Raptor.