d076517e6c55 — Cédric Bonhomme default tip 10 years ago
Fixed deprecation warning for the Rust implementation.
bbfa02839597 — Cédric Bonhomme 10 years ago
Rust implementation of Ackermann has been added.
5faf658f1553 — cedricbonhomme 12 years ago
Minor changes to run.sh.
59023407923b — cedricbonhomme 12 years ago
Added run.sh to launsh tests.
824b62934451 — cedricbonhomme 12 years ago
Minor changes.
94a1a47ca8f2 — cedricbonhomme 12 years ago
Added first Pascal implementation of Ackermann.
241ff23123a0 — cedricbonhomme 12 years ago
Renamed Python implementations.
594443e66fdc — cedricbonhomme 12 years ago
Added description of the Python functions.
5fa54e083f44 — cedricbonhomme 12 years ago
Added description of the Go functions.
464771672407 — cedricbonhomme 12 years ago
Raised recursion limit and stack for the naive implementation in Python.
2fdcc3f23dde — cedricbonhomme 12 years ago
Added display function and a main part for the OCaml implementation.
9ed19adc1605 — cedricbonhomme 12 years ago
Python implementation OK with Python 3.2. Added argument parser.
1ece30a9f399 — cedricbonhomme 12 years ago
Added comment for the 'bug'
eb5e6ba094a9 — cedricbonhomme 12 years ago
Seems that there is a compiler bug. formule_ackermann should return something after the switch.
3650ff4881c5 — cedricbonhomme 12 years ago
Added version of Ackermann with preevaluated values for the Go version.
5d6699bc3010 — cedricbonhomme 12 years ago
Imported strconv and flag to parse arguments.
9b5cbf5565e9 — cedricbonhomme 12 years ago
Added COPYING file.
981677b50817 — cedricbonhomme 12 years ago
Added main in C implementation in order to launch the 3 different C implementation.
0a1dabd78baf — cedricbonhomme 12 years ago
Added C implementation of Ackermann, precomputed for small values of m .
eec48997120b — cedricbonhomme 12 years ago
Added iterative C implementation of Ackermann.
Next