Que: Every recursive algorithm must have the problem of ________

a. overhead of repeated function calls
b. collision of different function calls
c. searching for all duplicate elements
d. make only two recursive calls
Answer: overhead of repeated function calls

Leave a Comment