The correct response is divide and conquer algorithm.
This algorithmic strategy involves breaking down a problem into smaller, more manageable subproblems, solving each of those subproblems recursively, and finally combining their solutions to form the solution to the original problem.