Divide-and-conquer paradigm consists of following major phases,except?
a. Breaking the problem into several sub-problems that are similar to the original problem but smaller in size
b. Solve the sub-problem recursively
c. Combine these solutions to subproblems to create a solution to the original problem.
d. None of the options is correct