Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 369 Bytes

answers.md

File metadata and controls

15 lines (7 loc) · 369 Bytes

CMPS 2200 Recitation 12

Answers

Name:Phil Rinaldi_______________ Name:_________________________

Place all written answers from recitation-12.md here for easier grading.

  • 2) The work should be the same as we derived in class, since ultimately all edges are visited in the tree once. Thus work is O(ElogE).

  • 4) O(ElogE) again!