Divide and Conquer
Breaking a complex problem into smaller, manageable sub-problems.
Also known as: Problem decomposition, Breaking down problems
Category: Techniques
Tags: problem-solving, thinking, techniques
Explanation
Divide and Conquer is a problem-solving strategy that breaks complex problems into smaller sub-problems, solves each independently, then combines solutions. This works because smaller problems are easier to understand, can be tackled in parallel, and reduce cognitive overwhelm. In PKM, it applies to learning (break topics into concepts), writing (break essays into sections), and organizing (break systems into components). When stuck, ask: 'What smaller pieces can I break this into?'
Related Concepts
← Back to all concepts