Parviz Rashidian , An Efficient Algorithm for the Solution of Ackermann Function, International Journal of Soft Computing, Volume 3,Issue 1, 2008, Pages 9-12, ISSN 1816-9503, ijscomp.2008.9.12, (https://makhillpublications.co/view-article.php?doi=ijscomp.2008.9.12) Abstract: One of the main problems for running recursive functions with high rate of growth is execution time and memory spaces, in which case we can not run the program. In addition many commonly used programming languages do not allow recursive programs. This study presents an efficient algorithm for Ackermann recursive function. The algorithm is tested by comparing with recursive function in high level language such as Pascal. Keywords: Recursive function;execution time;procedure;memory;Ackermann function