Home
Explore
Exams
Search for anything
Login
Get started
Home
Engineering
Computer Engineering
Chapter 2 : Recursion
0.0
(0)
Rate it
Studied by 11 people
View linked note
Learn
Practice Test
Spaced Repetition
Match
Flashcards
Card Sorting
1/3
Earn XP
Description and Tags
Computer Engineering
University/Undergrad
Add tags
Study Analytics
All
Learn
Practice Test
Matching
Spaced Repetition
Name
Mastery
Learn
Test
Matching
Spaced
No study sessions yet.
4 Terms
View all (4)
Star these 4
1
New cards
Factorials
________ are often used in mathematics and computer science.
2
New cards
Recursion
________ is a method of problem- solving where you solve smaller instances of the problem until you arrive at a solution.
3
New cards
base case
The ________ is usually a simple, easily solvable case that serves as the starting point for the recursive algorithm.
4
New cards
Because of this, the function must have a base case
a condition that ends a recursive algorithm to stop it from continuing forever