MCQOPTIONS
Saved Bookmarks
| 1. |
Recurrence equation formed for the tower of hanoi problem is given by |
| A. | t(n) = 2t(n-1)+n |
| B. | t(n) = 2t(n/2)+c |
| C. | t(n) = 2t(n-1)+c |
| D. | t(n) = 2t(n/2)+n |
| Answer» D. t(n) = 2t(n/2)+n | |