Quiz 4 Flashcards
Warshalls Alg transitive closure example constructing matrices (ch. 8 slides pg.43)
Warshals alg psuedocode and analysis (ch. 8 slides pg. 45)
Floyds Algorithm constructing matrices (ch. 8 slides pg. 49)
Floyds Algorithm psuedocode and analysis (ch 8 slides pg. 50
Construct the DP table for the Longest Common Subsequence probelm (ch. 8 slides pg. 70)
LCS Length Algorithm (ch. 8. slides pg. 67)
LCS ( tracking solution ) algorithm (ch 8. slides pg. 67)
Construct the (tree vertices, remaining vertices table) for Pirms MST algotihm (ch. 9 slides pg. 9)
Write the psuedocode and analysis for prims MST algorithm
Construct the MST tree using Kruscals algorithm and calculate the cost (abdul bari, prims/krusclas vid)
whats the analsyis?
Construct the MST tree using prims algorithm and calculate the cost (abdul bari, prims/krusclas vid)
whats the analsyis?
Construct the (treevertices, remaing vertices) table for dijkstras alg. (ch. 9 slides pg. 22)
whats the analysis of dijkstras alg.?
Complete the Huffmans code algorithm example from (ch. 9 slides pg. 27)
Ex1. LP slides (pg. 4)
Ex2. LP slides (pg. 13)