Wanted: References about Recursion

sfitzger@cs.ulowell.edu (Steven M. Fitzgerald)
Wed, 3 Jun 1992 21:02:07 GMT

          From comp.compilers

Related articles
Wanted: References about Recursion sfitzger@cs.ulowell.edu (1992-06-03)
Re: Wanted: References about Recursion spuler@coral.cs.jcu.edu.au (1992-06-05)
| List of all articles for this month |

Newsgroups: comp.theory,comp.parallel,comp.compilers
From: sfitzger@cs.ulowell.edu (Steven M. Fitzgerald)
Keywords: recursion, question
Organization: University of Massachusetts at Lowell Computer Science
Date: Wed, 3 Jun 1992 21:02:07 GMT

Can someone give me some pointers to references discussion one
or more of the following topics;


1) Classifications or taxonomies of recursion algorithms.
e.g. tail recursion, mutual recursion


2) Methods or algorithms to transform recursive algorithms.
e.g. tail recursive algorithm into an
algorithm using an iterative method
(via while loop)


3) Optimization technics for recursion.


4) Anything else that might seem appropriate.


Send replies to


sfitzger@cs.ulowell.edu


I will post a summary,


Thank you
Steve
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.