15. Graph Spanning Tree

Beschreibung

Algorithms and Data Structures | Test 3 Review | CSCI-3110-002 MTSU
Mena Sargios
Quiz von Mena Sargios, aktualisiert more than 1 year ago
Mena Sargios
Erstellt von Mena Sargios vor mehr als 7 Jahre
41
1

Zusammenfassung der Ressource

Frage 1

Frage
How do you know if a connected undirected graph does not contain a cycle?
Antworten
  • A connected undirected graph that has EXACTLY n-1 edges, with n being the number of nodes in the graph, cannot contain a cycle.
  • none

Frage 2

Frage
A connected undirected graph with 17 nodes has 20 edges. Is it a spanning tree? If so, why?
Antworten
  • A) No.
  • B) Not enough information is presented to reach a conclusion.
  • C) Yes; any connected but undirected graph is a spanning tree.
  • D) Yes; a spanning tree is a connected graph with at least (N + 1) edges.

Frage 3

Frage
How do you get the minimum spanning tree?
Antworten
  • Prim's Algorithm
  • none

Frage 4

Frage
What is a spanning tree?
Antworten
  • A.graph that has two cycles
  • B.graph that has one cycle
  • C.graph that has no cycle
  • D.none of the above

Frage 5

Frage
What is a Spannning three?
Antworten
  • A. Connected graph
  • B. Undirected graph without cycles
  • C. All the above.

Frage 6

Frage
What results from a Depth-First Search?
Antworten
  • A) 2-3 Tree
  • B) Binary Tree
  • C) Balanced Binary Tree
  • D) Spanning Tree

Frage 7

Frage
A connected __ digraph with n vertices and ___ n-1 degrees ___ a cycle
Antworten
  • a.directed, exactly, must contain ;undirected, more than, cannot contain
  • b.undirected, more than, must contain ;undirected, exactly, cannot contain
  • c.undirected, exactly, cannot contain ;directed, more than, must contain
  • d.directed, more than, must contain ;directed, exactly, cannot contain
  • e. None of the above

Frage 8

Frage
What aglorithm is used to find the minimum spanning tree for a graph?
Antworten
  • A. Depth First Search
  • B. Bubble Sort
  • C. Dijkstra's Algorithm
  • D. Prim's Algorithm

Frage 9

Frage
Which of the following is NOT a way to find a spanning tree?
Antworten
  • A. DFS
  • B. BFS
  • C. Prim's
  • D. Dijkstra's

Frage 10

Frage
Which of the following are correct concerning spanning trees?
Antworten
  • A. all trees are graphs, but not all graphs are trees, and it is a connected, undirected graph without cycles
  • B. all trees are not graphs, but all graphs are trees, and it is a connected, undirected graph without cycles
  • C. all trees are graphs, but not all graphs are trees, and it is an unconnected, undirected graph without cycles
  • D. all trees are not graphs, but all graphs are trees, and it is an unconnected, undirected graph without cycles

Frage 11

Frage
A graph with that is not connected will not have a spanning tree?
Antworten
  • True
  • False

Frage 12

Frage
A connected undirected graph that has n vertices and exactly n - 1 edges must contain at least one cycle.
Antworten
  • True
  • False
Zusammenfassung anzeigen Zusammenfassung ausblenden

ähnlicher Inhalt

2. Red Black Tree
Mena Sargios
12. Graph Traversal
Mena Sargios
5. B-Tree
Mena Sargios
3. 2-3 Tree
Mena Sargios
7. Algorithm Growth Rate
Mena Sargios
4. 2-3-4 Tree
Mena Sargios
16. Greedy Algorithm (Huffman code)
Mena Sargios
10. Hashing Collision
Mena Sargios
14. Graph Shrtest Path
Mena Sargios
1. Trees Splay Trees
Mena Sargios
6. Algorithm Intro
Mena Sargios