Divide and Conquer

Divide and Conquer

September 14, 2024·Johnathan Jacobs

Problems that can be solved by combining optimal solutions to non-overlapping sub-problems.

As the sub-problems are non-overlapping, Divide-and-conquer algorithms are more trivially parallelizable.