Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
courses:cs211:winter2012:journals:jeanpaul:chaptersixsectioni [2012/03/28 01:10] – [Memoizing the Recursion] mugabejcourses:cs211:winter2012:journals:jeanpaul:chaptersixsectioni [2012/03/28 01:13] (current) – [Memoizing the Recursion] mugabej
Line 54: Line 54:
 By the Memoization technique, we can simply store the  value of each Compute-OPT in a globally accessible structure the first time we compute it and simply use this precomputed value in place for all future recursive calls.\\ By the Memoization technique, we can simply store the  value of each Compute-OPT in a globally accessible structure the first time we compute it and simply use this precomputed value in place for all future recursive calls.\\
 **Algorithm with Memoization** **Algorithm with Memoization**
-\\ + 
->>>>>>>>>>>>>>>> M-Compute-OPT(j)\\ +>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> M-Compute-OPT(j)\\ 
->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>  if j =0:\\+>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> if j =0:\\
 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>  Return 0\\ >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>  Return 0\\
 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> elif M[j] is not empty:\\ >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> elif M[j] is not empty:\\
Line 72: Line 72:
   * M-Compute-OPT algorithms gives us the value of an optimal solution. But we also need to know the optimal solution(made of a set of non overlapping intervals) itself.   * M-Compute-OPT algorithms gives us the value of an optimal solution. But we also need to know the optimal solution(made of a set of non overlapping intervals) itself.
   * Following is the algorithm to efficiently find the solution:\\   * Following is the algorithm to efficiently find the solution:\\
 +\\
 +
 >>>>>>>>>>>>>>>> M-Compute-Opt(n)\\ >>>>>>>>>>>>>>>> M-Compute-Opt(n)\\
 >>>>>>>>>>>>>>>> Find-Solution(n)\\ >>>>>>>>>>>>>>>> Find-Solution(n)\\
courses/cs211/winter2012/journals/jeanpaul/chaptersixsectioni.1332897057.txt.gz · Last modified: 2012/03/28 01:10 by mugabej
CC Attribution-Noncommercial-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0