- Divide a problem into two or more sub problems
- Solve the sub problems recursively
- Obtain solution to original problem by combining these solutions
What is divide-and-conquer strategy?
September 14, 2023 in Data Structure
September 14, 2023 in Data Structure