Python Programming: An Introduction to Computer Science, 3rd Ed.
Python Programming: An Introduction to Computer Science, 3rd Ed.
3rd Edition
ISBN: 9781590282755
Author: John Zelle
Publisher: Franklin, Beedle & Associates
bartleby

Concept explainers

bartleby

Videos

Question
Book Icon
Chapter 13, Problem 2D
Program Plan Intro

Recursive function:

  • Recursive function is a function that calls itself during execution.
  • It enables the function to repeat itself several times and outputs the result and the end of each iteration.
  • Recursive programs are common in computer science since it allows programmers to write efficient programs using less amount of code.

Blurred answer
Students have asked these similar questions
In your own words, explain the two rules that a proper recursive definitionor function must follow
Define recursive function. Explain tracing of recursive function with suitable example.
A recursive function must have two parts: its basis and its recursive part. Explain what each of these is and why it is essential to recursion.
Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
C++ Programming: From Problem Analysis to Program...
Computer Science
ISBN:9781337102087
Author:D. S. Malik
Publisher:Cengage Learning
Computational Software for Intelligent System Design; Author: Cadence Design Systems;https://www.youtube.com/watch?v=dLXZ6bM--j0;License: Standard Youtube License