Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
courses:cs211:winter2012:journals:jeanpaul:chapterfour_sectioni [2012/02/24 20:48] – QA mugabejcourses:cs211:winter2012:journals:jeanpaul:chapterfour_sectioni [2012/02/24 20:55] (current) – [Designing a Greedy Algorithm] mugabej
Line 50: Line 50:
   * The //depth// of a set of intervals is the maximum number of intervals that pass over any single point on the time-line   * The //depth// of a set of intervals is the maximum number of intervals that pass over any single point on the time-line
   * The number of of resources needed is always at least the depth of the set of intervals.   * The number of of resources needed is always at least the depth of the set of intervals.
-==Algorithm of the Interval Partitioning Problem ==+==Algorithm for the Interval Partitioning Problem ==
  
 >>>>>>>>>Sort the intervals by their start times,breaking ties arbitrarily >>>>>>>>>Sort the intervals by their start times,breaking ties arbitrarily
Line 65: Line 65:
 >>>>>>>>>>End For >>>>>>>>>>End For
  
 +--> With this algorithm, every interval is assigned a label and no two overlapping intervals receive the same label.\\
 +\\
 +--> This algorithm also schedules every interval on a resource using a number of resources equal to the depth of the set of intervals.\\
 +\\
 +After writing this section,I realized how tricky,yet simple, designing a greedy algorithm. As it was an introduction to greedy algorithm, one reading wasn't really enough for this section to make sense. But after rereading it, it now make senses.\\
 +\\
 +On our usual rating scale, I give this section an 8/10.
courses/cs211/winter2012/journals/jeanpaul/chapterfour_sectioni.1330116494.txt.gz · Last modified: 2012/02/24 20:48 by mugabej
CC Attribution-Noncommercial-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0