What is divide and conquer strategy? write the applications of divide and conquer?
Answers
Answered by
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.
Merge sort and quick sort are applications of divide and conquer.
Similar questions