Divide and conquer

From PEGWiki
Revision as of 04:26, 2 January 2010 by Jargon (Talk | contribs) (cleared spam, added 1-line summary)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A divide-and-conquer algorithm works by recursively splitting a problem into smaller sub-problems until each problem can be directly solved.