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 graph might have cycles; therefore, we might not be able to traverse the entire graph from a single vertex.
(True/False)
4.8/5
(44)
The implementation of a breadth first graph traversal uses a stack.
(True/False)
4.9/5
(26)
Let G be an undirected graph.Let u and v be two vertices in G.A(n) ____________________ in G is a simple path in which the first and last vertices are the same.
(Short Answer)
4.8/5
(43)
A set Y is called a(n) ____________________ of X if every element of Y is also an element of X.
(Short Answer)
4.7/5
(47)
A graph is ____________________ if the number of vertices is zero.
(Short Answer)
4.8/5
(43)
If the elements of E(G) are ordered pairs, G is called a(n) ____ graph.
(Multiple Choice)
4.9/5
(38)
Showing 41 - 48 of 48
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)