Quiz: Recursion

Reinforce your understanding of recursive functions and their applications in problem-solving.

We'll cover the following...
Technical Quiz
1.

How many steps are required to solve the Tower of Hanoi problem having nn disks?

A.

2n12^n -1

B.

n2n^2

C.

n2+1n^2 +1

D.

1616


1 / 5