Divide and Conquer
An algorithmic paradigm that recursively breaks a problem into smaller subproblems, solves them independently, and combines the results.
An algorithmic paradigm that recursively breaks a problem into smaller subproblems, solves them independently, and combines the results.