CS6515 Exam 2

CS6515 Exam 2

University

45 Qs

quiz-placeholder

Similar activities

IOT EDGE COMPUTING IA1

IOT EDGE COMPUTING IA1

University

41 Qs

Python Programming Quiz

Python Programming Quiz

University

40 Qs

Tsukunomey

Tsukunomey

University

45 Qs

Codestorm - Kriya 2025

Codestorm - Kriya 2025

University

40 Qs

UAS - Matematika Diskrit

UAS - Matematika Diskrit

University

40 Qs

CAT 1 Python - REDO

CAT 1 Python - REDO

University

40 Qs

TECHNICAL QUIZ

TECHNICAL QUIZ

University

45 Qs

Ujian Sisipan 2 Digital

Ujian Sisipan 2 Digital

University

50 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?