Computer Science, asked by Himanshuht7236, 1 year ago

What is divide and conquer strategy? write the applications of divide and conquer?

Answers

Answered by dastulikapadgna
1
Divide and conquer strategy means to break the main problem(or array) into sublists to solve the problem or sort the array easily.
Merge sort and quick sort are applications of divide and conquer.
Similar questions