Divide and Conquer

//Divide and Conquer

Divide and Conquer

“Recursively breaking down a problem into two or more sub-problems of the same or related type, until these become simple enough to be solved directly. The solutions to the sub-problems are then combined to give a solution to the original problem.”

Source:
Gabriel Weinberg’s Mental Models I Find Repeatedly Useful

2018-09-24T08:50:31+00:00