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

bubble sort algorithm
bubble sort algorithm

divide and conquer algorithm
divide and conquer algorithm

selection sort algorithm

1 answer

The process described as dividing a problem into subproblems that are recursively solved and then recombined for a final solution is known as the divide and conquer algorithm.