Exam 20: Graph Algorithms
Exam 1: An Overview of Computers and Programming Languages40 Questions
Exam 2: Basic Elements of C++50 Questions
Exam 3: Inputoutput40 Questions
Exam 4: Control Structures I Selection40 Questions
Exam 5: Control Structures Ii Repetition40 Questions
Exam 6: User-Defined Function41 Questions
Exam 7: Namespaces, the Class String, and User-Defined Simple Data Types40 Questions
Exam 8: Arrays40 Questions
Exam 9: Records Structs40 Questions
Exam 10: Classes and Data Abstraction43 Questions
Exam 11: Inheritance and Composition41 Questions
Exam 12: Pointers, Classes, Virtual Functions, and Abstract Classes44 Questions
Exam 13: Operator Overloading and Templates41 Questions
Exam 14: Exception Handling43 Questions
Exam 15: Recursion43 Questions
Exam 16: Linked Lists40 Questions
Exam 17: Stacks and Queue43 Questions
Exam 18: Searching and Sorting Algorithms40 Questions
Exam 19: Binary Trees43 Questions
Exam 20: Graph Algorithms48 Questions
Exam 21: Standard Template Library41 Questions
Select questions type
-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.

(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)
The edges connecting two vertices can be assigned a non-negative real number, called the ____ of the edge.
(Multiple Choice)
4.9/5
(39)
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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)