Skip to content

aycabta/ackermann

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ackermann

Some implementations of Ackermann function.

Each Languages

Ruby

  • compliant implementation
  • calcc implementation optimized Ackermann function
  • calcc general implementation
  • Fiber implementation
  • while loop implementation

C

  • compliant implementation
  • setjmp/longjmp implementation optimized Ackermnn function
  • setjmp/longjmp general implementation
  • while loop implementation
  • goto implementation

Java

  • compliant implementation
  • while loop implementation

TODO

  • create Makefile
  • other languages
  • other approaches
  • use GMP for C

About

Some implementations of Ackermann function.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published