Created
September 2, 2012 15:47
-
-
Save aycabta/3600757 to your computer and use it in GitHub Desktop.
Log of Ackermann function implementation in C that uses unsigned long long
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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