1
129kviews
Write an algorithm to find minimum and maximum value using divide and conquer and also drive its complexity.
1 Answer
| written 9.4 years ago by |
Divide and Conquer (DAC) approach has three steps at each level of recursion:
Maximum and Minimum: