Exam 20: Graph Algorithms

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

  -A(n) ____________________ ordering of the vertices of the accompanying graph is 0, 1, 3, 4, 2, 5, 7, 8, 6, 9. -A(n) ____________________ ordering of the vertices of the accompanying graph is 0, 1, 3, 4, 2, 5, 7, 8, 6, 9.

(Short Answer)
4.8/5
(34)

A graph G is a pair, G = (V, E), where V is a finite nonempty set called the set of ____ of G, and the elements of E are the pairs of elements of V.

(Multiple Choice)
4.9/5
(36)

  -A(n) ____________________ ordering of the vertices of the accompanying graph is 0, 1, 4, 3, 2, 5, 7, 8, 6, 9. -A(n) ____________________ ordering of the vertices of the accompanying graph is 0, 1, 4, 3, 2, 5, 7, 8, 6, 9.

(Short Answer)
4.8/5
(44)

In a graph directed G, for each vertex, v, the vertices adjacent to v are called ____ successors.

(Multiple Choice)
4.8/5
(38)

A simple path is a path in which all vertices, except possibly the first and last vertices, are distinct.

(True/False)
4.9/5
(48)

In a graph G, if the edges connecting two vertices have weights assigned to them, the graph is called a ____ graph.

(Multiple Choice)
4.7/5
(37)

The ____________________ algorithm gives the shortest distance for a given node to every other node in the graph.

(Short Answer)
4.9/5
(36)

A minimal spanning tree of G is a spanning tree with the minimum ____.

(Multiple Choice)
4.8/5
(47)

The ____ of sets A and B is the set of all elements that are in A or in B.

(Multiple Choice)
4.8/5
(42)

If two edges, e1 and e2, are associated with the same pair of vertices {u, v}, then e1 and e2 are called ____ edges.

(Multiple Choice)
4.8/5
(31)

The two most common graph traversal algorithms are depth first traversal and breadth first traversal.

(True/False)
5.0/5
(45)

A tree in which a particular vertex is designated as a root is called a(n) ____ tree.

(Multiple Choice)
4.8/5
(45)

Linked lists cannot be used to implement an adjacency list.

(True/False)
4.8/5
(42)

The edges connecting two vertices can be assigned a non-negative real number, called the ____ of the edge.

(Multiple Choice)
4.9/5
(39)

We can always traverse an entire graph from a single vertex.

(True/False)
4.9/5
(32)

A tree T is called a(n) ____________________ of graph G if T is a subgraph of G such that V(T ) = V(G).

(Short Answer)
4.9/5
(38)

A graph H is called a(n) ____ of G if V(H) is a subset of V(G) and E(H) is a subset of E(G); that is, every vertex of H is a vertex of G, and every edge in H is an edge in G.

(Multiple Choice)
4.9/5
(43)

Let e (u, v) be an edge in an undirected graph G.The edge e is said to be ____________________ on the vertices u and v.

(Short Answer)
4.8/5
(36)

A maximal subset of connected vertices is called a ____ of G.

(Multiple Choice)
4.8/5
(37)

The starting vertex of a shortest path in a graph is called the ____________________.

(Short Answer)
4.8/5
(35)
Showing 21 - 40 of 48
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)