Computer Science, asked by vyshanvi21092000, 2 months ago

Write and explain the control abstraction for Divide and Conquer.​

Answers

Answered by sh123prajapat
1

Answer:

A control abstraction is a procedure whose flow of control is clear but whose primary operations are specified by other procedures whose precise meanings are left undefined. The control abstraction for divide and conquer technique is DANDC(P), where P is the problem to be solved.

Similar questions