/Visual-Ackermann-function

This is a program that will try to illustrate how the Ackermann function operates using ncurses

Primary LanguageCGNU General Public License v2.0GPL-2.0

Visual-Ackermann-function

This is a program to illustrate how the Ackermann function operates using ncurses

Current features:
[space] to pause
[s] to stop refreshing the main screen to improve performance
[->] to single step when in pause mode

TODO:
fix the stack pointer (it overflows)