Divide and Conquer

Divide and Conquer Method

Divide and Conquer is an algorithmic paradigm in which the problem is repeatedly divided into sub-problems until we reach a point where each problem is similar and atomic (i.e. can’t be further divided).

Level up your interview prep. Join Educative to access 70+ hands-on prep courses.