donno2048 / Ackermann

The Ackermann function

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ackermann

The Ackermann function

A function suggested by Ackermann as an example for a recursive function cannot be written as an iterated function.

According to Professor David Brailsford this is one of the most difficult functions to evaluate if not the most (except the Busy Beaver).

It's estimated that in the time takes to calculate ack(4, 4) the whole time between the big bang and the big crunch will pass, but for any pair of number the ack function will not go to an infinite loop.

About

The Ackermann function


Languages

Language:Jupyter Notebook 94.5%Language:Python 5.5%