Skip to main content

1995 | OriginalPaper | Buchkapitel

Induction and Recursion

verfasst von : Peter Grossman

Erschienen in: Discrete Mathematics for Computing

Verlag: Macmillan Education UK

Aktivieren Sie unsere intelligente Suche, um passende Fachinhalte oder Patente zu finden.

search-config
loading …

The main purpose of this chapter is to introduce recursion. Recursion is a simple yet powerful idea that can be enormously useful in developing algorithms for solving complex problems. This is especially true if an algorithm is to be implemented in Lisp or a related programming language such as Scheme. We will also introduce the method of proof by induction, a technique closely related to recursion. In addition to being one of the standard proof techniques in mathematics, induction is a useful technique for verifying the correctness of algorithms.

Metadaten
Titel
Induction and Recursion
verfasst von
Peter Grossman
Copyright-Jahr
1995
Verlag
Macmillan Education UK
DOI
https://doi.org/10.1007/978-1-349-13908-8_7