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.
EverydayConcepts.io
Reference entry — no illustration yet
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.
Reference entry — no illustration yet