This is an old revision of the document!


Chapter 5

Divide & Conquer notes

Intro & 5.1: Interval Scheduling

  • Divide & conquer algorithms are characterized by the fact that they divide the input into smaller groups and solve the problem recursively.
  • They're often used to get polytime to a lower polynomial.
  • Mergesort is a D&C algorithm.
    • We divide the list to be sorted into smaller lists and sort each at the base level, then merges sorted lists.
courses/cs211/winter2014/journals/haley/chapter5.1394000159.txt.gz · Last modified: 2014/03/05 06:15 by archermcclellanh
CC Attribution-Noncommercial-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0