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_sectionv [2012/03/01 02:14] mugabejcourses:cs211:winter2012:journals:jeanpaul:chapterfour_sectionv [2012/03/01 02:15] (current) – [Implementing Prim's Algorithm] mugabej
Line 71: Line 71:
 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> u = delete min element from Q >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> u = delete min element from Q
 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> S = S ∪ { u } >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> S = S ∪ { u }
->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> foreach (edge e = (u, v) incident to u) +>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> for each (edge e = (u, v) incident to u) 
->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> if ((v ∉ S) and (ce < a[v])+>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> if (v ∉ S) and (c<sub>e</sub> < a[v]) 
->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>decrease priority a[v] to ce+>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>decrease priority a[v] to c<sub>e</sub>
  
 \\ \\
 There are several applications of the Minimum Spanning Tree algorithms, many can be found in the book.\\ There are several applications of the Minimum Spanning Tree algorithms, many can be found in the book.\\
 This was by far the most interesting reading of the chapter!I give it a 9/10. This was by far the most interesting reading of the chapter!I give it a 9/10.
courses/cs211/winter2012/journals/jeanpaul/chapterfour_sectionv.1330568056.txt.gz · Last modified: 2012/03/01 02:14 by mugabej
CC Attribution-Noncommercial-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0