Introduction to Recursive Programming

Introduction to Recursive Programming
Author: Manuel Rubio-Sanchez
Publisher: CRC Press
Total Pages: 420
Release: 2017-10-05
Genre: Computers
ISBN: 1351647172


Download Introduction to Recursive Programming Book in PDF, Epub and Kindle

Recursion is one of the most fundamental concepts in computer science and a key programming technique that allows computations to be carried out repeatedly. Despite the importance of recursion for algorithm design, most programming books do not cover the topic in detail, despite the fact that numerous computer programming professors and researchers in the field of computer science education agree that recursion is difficult for novice students. Introduction to Recursive Programming provides a detailed and comprehensive introduction to recursion. This text will serve as a useful guide for anyone who wants to learn how to think and program recursively, by analyzing a wide variety of computational problems of diverse difficulty. It contains specific chapters on the most common types of recursion (linear, tail, and multiple), as well as on algorithm design paradigms in which recursion is prevalent (divide and conquer, and backtracking). Therefore, it can be used in introductory programming courses, and in more advanced classes on algorithm design. The book also covers lower-level topics related to iteration and program execution, and includes a rich chapter on the theoretical analysis of the computational cost of recursive programs, offering readers the possibility to learn some basic mathematics along the way. It also incorporates several elements aimed at helping students master the material. First, it contains a larger collection of simple problems in order to provide a solid foundation of the core concepts, before diving into more complex material. In addition, one of the book's main assets is the use of a step-by-step methodology, together with specially designed diagrams, for guiding and illustrating the process of developing recursive algorithms. Furthermore, the book covers combinatorial problems and mutual recursion. These topics can broaden students' understanding of recursion by forcing them to apply the learned concepts differently, or in a more sophisticated manner. The code examples have been written in Python 3, but should be straightforward to understand for students with experience in other programming languages. Finally, worked out solutions to over 120 end-of-chapter exercises are available for instructors.


Introduction to Recursive Programming
Language: en
Pages: 420
Authors: Manuel Rubio-Sanchez
Categories: Computers
Type: BOOK - Published: 2017-10-05 - Publisher: CRC Press

GET EBOOK

Recursion is one of the most fundamental concepts in computer science and a key programming technique that allows computations to be carried out repeatedly. Des
Introduction to Recursive Programming
Language: en
Pages: 410
Authors: Manuel Rubio Sánchez
Categories: MATHEMATICS
Type: BOOK - Published: 2017 - Publisher: CRC Press

GET EBOOK

Recursion is one of the most fundamental concepts in computer science and a key programming technique that allows computations to be carried out repeatedly. Des
The Recursive Book of Recursion
Language: en
Pages: 330
Authors: Al Sweigart
Categories: Computers
Type: BOOK - Published: 2022-08-16 - Publisher: No Starch Press

GET EBOOK

An accessible yet rigorous crash course on recursive programming using Python and JavaScript examples. Recursion has an intimidating reputation: it’s consider
Recursive Programming Techniques
Language: en
Pages: 304
Authors: William H. Burge
Categories: Computers
Type: BOOK - Published: 1975 - Publisher: Addison Wesley Publishing Company

GET EBOOK

"This book describes a particular method of programming which uses a programming language based on the notion of the lambda calculus." Preface.
Think Like a Programmer
Language: en
Pages: 260
Authors: V. Anton Spraul
Categories: Computers
Type: BOOK - Published: 2012-08-12 - Publisher: No Starch Press

GET EBOOK

The real challenge of programming isn't learning a language's syntax—it's learning to creatively solve problems so you can build something great. In this one-