Which of the following is described as a process by which a problem is divided into subproblems which are recursively solved, then recombined for a final solution? (1 point)

Responses

binary search algorithm
binary search algorithm

selection sort algorithm
selection sort algorithm

divide and conquer algorithm
divide and conquer algorithm

bubble sort algorithm
bubble sort algorithm

divide and conquer algorithm

The process by which a problem is divided into subproblems which are recursively solved, then recombined for a final solution is known as the divide and conquer algorithm.