Multiple Choice
The recursive Sierpinski gasket algorithm is an example of ____ because it calls itself three times.
A) linear recursion
B) mutual recursion
C) exponential recursion
D) iteration
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q11: The term _ is just another name
Q12: Generally, a method that uses exponential recursion
Q13: In Alice, clicking on the _ button
Q14: Exponentially recursive algorithms are often far more
Q15: In conditional exponentially recursive algorithms, the recursive
Q17: The pseudocode for a recursive method is
Q18: A(n) _ is one that uses a
Q19: A linear recursion graph looks like a
Q20: Many of the most important algorithms in
Q21: On a computer, conditional recursion continues until