This is an old revision of the document!


definition:P234 Divide and conquer refers to a class of algorithmic techniques in which one breaks the input into several parts, solves the problem ifi each part recursively, and then combines the solutions to these subproblems into an overall solution

important concept

recurrence relation that bounds the running time recursively in terms of the running time on smaller instance.

5.1 A First Recurrence: The Mergesort Algorithm

Summary

courses/cs211/winter2011/journals/chen/chapter_5.1299677873.txt.gz · Last modified: 2011/03/09 13:37 by zhongc
CC Attribution-Noncommercial-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0