Skip to content

Instantly share code, notes, and snippets.

@aycabta
Created September 2, 2012 15:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aycabta/3600757 to your computer and use it in GitHub Desktop.
Save aycabta/3600757 to your computer and use it in GitHub Desktop.
Log of Ackermann function implementation in C that uses unsigned long long
start: ack(4, 1)
result: 65533
41.62027700
start: goto_ack(4, 1)
result: 65533
21.50686800
start: while_ack(4, 1)
result: 65533
22.70978300
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment