File memrfncs.icn

Summary

###########################################################################

	File:     memrfncs.icn

	Subject:  Procedures for recursive functions using memory

	Author:   Ralph E. Griswold

	Date:     February 4, 1995

###########################################################################

   This file is in the public domain.

###########################################################################

  These procedures implement commonly referenced ``text-book''
  recursively defined functions using memory to avoid redundant calls.

	acker(i, j)	 Ackermann's function
	fib(i)	 	 Fibonacci sequence
	q(i)		 "Chaotic" sequence

###########################################################################

  See also:  fastfncs, iterfncs.icn, and recrfncs.icn

###########################################################################
Procedures:
acker, fib, q

This file is part of the (main) package.

Source code.

Details
Procedures:

acker(i, j)


fib(i)


q(i)



This page produced by UniDoc on 2021/04/15 @ 23:59:54.