Page 1 of 1

Recursive program to raise an integer x to power y uses which of the following algorithm?

Posted: Wed Jul 13, 2022 7:40 pm
by answerhappygod
a) Dynamic programming
b) Backtracking
c) Divide and conquer
d) Greedy algorithm