Computer Architectures projects (Fibonacci, Simple Calculator, Ackermann Function) implemented in ARMv8 assembly language.
-
Updated
Jun 2, 2019 - Assembly
Computer Architectures projects (Fibonacci, Simple Calculator, Ackermann Function) implemented in ARMv8 assembly language.
This is a program that will try to illustrate how the Ackermann function operates using ncurses
Ackermann function or Ackermann-Peter function is a simple example of a recursive function that is not primitive recursive. It takes two natural numbers as arguments and yields a natural number, and its value grows extremely quickly.
An Ackermann calculator with customizable stack memory allocation
The Ackermann function is a classic example of a recursive function, notable especially because it is not a primitive recursive function. It grows very quickly in value, as does the size of its call tree.
The simplest example of a well-defined total function which is computable but not primitive recursive
Ackermann benchmark with GitHub Actions.
Ackermann function with big numbers support
Application calculates value of Ackermann function using AsyncTask.
A collection of short programs of interesting things
Calculate the the value of ackermann(n, m) for arbitrarily large integers
Add a description, image, and links to the ackermann-function topic page so that developers can more easily learn about it.
To associate your repository with the ackermann-function topic, visit your repo's landing page and select "manage topics."