OurBigBook About$ Donate
 Sign in Sign up

Recursion (computer science)

Ciro Santilli (@cirosantilli, 37) ... Area of technology Information technology Computer Computer science Computational problem Algorithm
Updated 2025-07-16  1 By others on same topic  0 Discussions Create my own version
  • Table of contents
    • Iteration Recursion (computer science)
      • Iterative algorithm Iteration

Iteration

 1  0
Recursion (computer science)

Iterative algorithm

 0  0
Iteration

 Ancestors (8)

  1. Algorithm
  2. Computational problem
  3. Computer science
  4. Computer
  5. Information technology
  6. Area of technology
  7. Technology
  8.  Home

 Synonyms (2)

  • cirosantilli/recursion
  • cirosantilli/recursive-algorithm

 View article source

 Discussion (0)

New discussion

There are no discussions about this article yet.

 Articles by others on the same topic (1)

Recursion (computer science) by Wikipedia Bot 0
 View more
Recursion in computer science is a programming technique where a function calls itself directly or indirectly to solve a problem. It is commonly used to solve problems that can be broken down into smaller subproblems of the same type. ### Key Components of Recursion: 1. **Base Case**: This is a condition that stops the recursion. It defines the simplest instance of the problem that can be solved without further recursion.
 Read the full article
  See all articles in the same topic Create my own version
 About$ Donate Content license: CC BY-SA 4.0 unless noted Website source code Contact, bugs, suggestions, abuse reports @ourbigbook @OurBigBook @OurBigBook