MCQOPTIONS
Saved Bookmarks
| 1. |
Recursive program to raise an integer x to power y uses which of the following algorithm? |
| A. | Dynamic programming |
| B. | Backtracking |
| C. | Divide and conquer |
| D. | Greedy algorithm |
| Answer» C. Divide and conquer | |