Can all iterative algorithms be expressed recursively?

There’s a simple ad hoc proof for this. Since you can build a Turing complete language using strictly iterative structures and a Turing complete language using only recursive structures, then the two are therefore equivalent.

Leave a Comment