Answer:
d. Divide and conquer approach
Explanation:
Dividing and conquering, mostly used in computing, is a multi-branched recursion-based algorithm layout framework.
A dividing-and-conquering algorithm operates by repeatedly breaking down a issue into multiple smaller problems of the same or associated kinds until it becomes sufficiently easy to solve them instantly.