ackermann-function
Here are 13 public repositories matching this topic...
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.
-
Updated
Nov 11, 2022 - HTML
The simplest example of a well-defined total function which is computable but not primitive recursive
-
Updated
Feb 8, 2022 - JavaScript
An Ackermann calculator with customizable stack memory allocation
-
Updated
Jan 27, 2022 - C#
A collection of short programs of interesting things
-
Updated
Nov 27, 2020 - Python
Calculate the the value of ackermann(n, m) for arbitrarily large integers
-
Updated
Oct 5, 2020 - TypeScript
Ackermann benchmark with GitHub Actions.
-
Updated
Jul 10, 2020 - C
Application calculates value of Ackermann function using AsyncTask.
-
Updated
Nov 11, 2019 - Java
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.
-
Updated
Aug 21, 2019 - C++
Computer Architectures projects (Fibonacci, Simple Calculator, Ackermann Function) implemented in ARMv8 assembly language.
-
Updated
Jun 2, 2019 - Assembly
This is a program that will try to illustrate how the Ackermann function operates using ncurses
-
Updated
Jan 12, 2018 - C
Ackermann function with big numbers support
-
Updated
Jan 6, 2018 - C
Improve this page
Add a description, image, and links to the ackermann-function topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ackermann-function topic, visit your repo's landing page and select "manage topics."