Skip to content

slashlos/ackermann

 
 

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
  • Knuth implementation 3 arg Ackermann function

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 64.2%
  • Ruby 25.8%
  • Java 10.0%