CS6515 Exam 2

CS6515 Exam 2

University

45 Qs

quiz-placeholder

Similar activities

14 Sep_2022 Technical quiz

14 Sep_2022 Technical quiz

University

50 Qs

MONTHLY MEETING MD

MONTHLY MEETING MD

12th Grade - University

50 Qs

finals/katapusan sa DAA

finals/katapusan sa DAA

University

48 Qs

CS 213 - Long Quiz

CS 213 - Long Quiz

University

45 Qs

Midterm Exam - CP201

Midterm Exam - CP201

University

50 Qs

Exam 3 review - Cog Psych (FA22)

Exam 3 review - Cog Psych (FA22)

12th Grade - University

40 Qs

Remote Sensing and GNSS Quiz

Remote Sensing and GNSS Quiz

12th Grade - University

50 Qs

Data Structures

Data Structures

University

48 Qs

CS6515 Exam 2

CS6515 Exam 2

Assessment

Quiz

Other

University

Medium

Created by

Sarah Reid

Used 56+ times

FREE Resource

45 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

If graph G has more than |V | − 1 edges, and there is a unique heaviest edge, then this edge cannot be part of a minimum spanning tree

True

False

Answer explanation

FALSE. Any unique heaviest edge that is not part of a cycle must be in the MST. A graph with one edge is a counterexample.

2.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

If G has a cycle with a unique heaviest edge e, then e cannot be part of any MST.

True

False

Answer explanation

TRUE. An MST has no cycles, so at least one edge of the cycle e' is not in an MST T. If e' != e then we could swap e' for e in T and get a lighter spanning tree.

3.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Let e be any edge of minimum weight in G. Then e must be part of some MST

True

False

Answer explanation

TRUE. An edge of minimum weight is trivially the minimum weight edge of some cut.

4.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

If the lightest edge in a graph is unique, then it must be part of every MST.

True

False

Answer explanation

TRUE. If the lightest edge is unique, then it is the lightest edge of any cut that separates its endpoints.

5.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

If e is part of some MST of G, then it must be a lightest edge across some cut of G

True

False

Answer explanation

TRUE. If there were a lighter edge e' across some cut of G, then we could replace e with e' and obtain a smaller MST.

6.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

If G has a cycle with a unique lightest edge e, then e must be part of every MST.

True

False

Answer explanation

FALSE. The dashed edge with weight 5 is not part of the MST, but is the lightest edge in the left cycle.

7.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

The shortest-path tree computed by Dijkstra's algorithm is necessarily an MST.

True

False

Answer explanation

FALSE. Dijkstra's algorithm will use the heaviest edge of a cycle if it is on the shortest path from the start s to a node t.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?