Tail recursive programming by applying generalization
ITiCSE, pp. 98-102, 2010.
EI
Keywords:
tail recursion functionimperative programmingdeclarative paradigmtail recursive programtail recursive programmingMore(11+)
Abstract:
The design of many tail recursive algorithms can involve thinking about the status of variables and parameters, and how these change with execution flow. In other words, tail recursion is closely related to iteration and imperative programming. However, it is possible to derive tail recursive functions by exclusively using concepts inhere...More
Code:
Data:
Tags
Comments