Deck 20: Graphs

Full screen (f)
exit full mode
Question
Provide a brief description of the Königsberg bridge problem. Who answered the question posed in the problem? What was the answer?
Use Space or
up arrow
down arrow
to flip the card.
Question
For a graph G, what does it mean to say that H is a subgraph of G?
Question
What does it mean to say that a graph G is connected? Strongly connected?
Question
The adjacency matrix representation discussed in this chapter is a two-dimensional array that stores any nonnegative integer in each slot in the array.
Question
List three common operations on graphs.
Question
The ____________________ traversal algorithm for graphs is similar to the preorder traversal of a binary tree.
Question
Who developed the shortest path (or greedy) algorithm?
Question
A graph G must be ____________________ to determine a spanning tree for G.
Question
Define a minimal spanning tree of graph G.
Question
What does these terms refer to:

- \gg Adjacency list:
Question
What does these terms refer to:

- \gg Adjacency matrix:
Question
What does these terms refer to:

- \gg Adjacent:
Question
What does these terms refer to:

- \gg Adjacent from:
Question
What does these terms refer to:

- \gg Adjacent to:
Question
What does these terms refer to:

- \gg Breadth first traversal:
Question
What does these terms refer to:

- \gg Component:
Question
What does these terms refer to:

- \gg Connected:
Question
What does these terms refer to:

- \gg Cycle:
Question
What does these terms refer to:

- \gg Depth first traversal:
Question
What does these terms refer to:

- \gg Destination:
Question
What does these terms refer to:

- \gg Digraph:
Question
What does these terms refer to:

- \gg Directed graph:
Question
What does these terms refer to:

- \gg Edges:
Question
What does these terms refer to:

- \gg (Free) tree:
Question
What does these terms refer to:

- \gg Graph:
Question
What does these terms refer to:

- \gg Greedy algorithm:
Question
What does these terms refer to:

- \gg Immediate successors:
Question
What does these terms refer to:

- \gg Incident:
Question
What does these terms refer to:

- \gg Intersection:
Question
What does these terms refer to:

- \gg Loop:
Question
What does these terms refer to:

- \gg Minimal spanning tree:
Question
What does these terms refer to:

- \gg Origin:
Question
What does these terms refer to:

- \gg Parallel edges:
Question
What does these terms refer to:

- \gg Path:
Question
What does these terms refer to:

- \gg Rooted tree:
Question
What does these terms refer to:

- \gg Shortest path:
Question
What does these terms refer to:

- \gg Shortest path algorithm:
Question
What does these terms refer to:

- \gg Simple graph:
Question
What does these terms refer to:

- \gg Simple path:
Question
What does these terms refer to:

- \gg Source:
Question
What does these terms refer to:

- \gg Spanning tree:
Question
What does these terms refer to:

- \gg Strongly connected:
Question
What does these terms refer to:

- \gg Subgraph:
Question
What does these terms refer to:

- \gg Subset:
Question
What does these terms refer to:

- \gg Undirected graph:
Question
What does these terms refer to:

- \gg Union:
Question
What does these terms refer to:

- \gg Vertices:
Question
What does these terms refer to:

- \gg Weight:
Question
What does these terms refer to:

- \gg Weight of the edge:
Question
What does these terms refer to:

- \gg Weight of the path:
Question
What does these terms refer to:

- \gg Weight of tree T:
Question
What does these terms refer to:

- \gg Weighted graph:
Question
What does these terms refer to:

- \gg Weighted tree:
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/53
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 20: Graphs
1
Provide a brief description of the Königsberg bridge problem. Who answered the question posed in the problem? What was the answer?
The Königsberg bridge problem is as follows: starting at one land area, is it possible to walk across all the bridges exactly once and return to the starting land area? Euler represented the Königsberg bridge problem as a graph and answered the question in the negative.
2
For a graph G, what does it mean to say that H is a subgraph of G?
A graph H is called a subgraph of graph G if V(H) \subseteq V(G) and E(H) \subseteq E(G). In other words, every vertex of H is a vertex of G, and every edge in H is an edge in G.
3
What does it mean to say that a graph G is connected? Strongly connected?
G is called connected if there is a path from any vertex to any other vertex. G is called strongly connected if any two vertices in G are connected.
4
The adjacency matrix representation discussed in this chapter is a two-dimensional array that stores any nonnegative integer in each slot in the array.
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
5
List three common operations on graphs.
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
6
The ____________________ traversal algorithm for graphs is similar to the preorder traversal of a binary tree.
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
7
Who developed the shortest path (or greedy) algorithm?
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
8
A graph G must be ____________________ to determine a spanning tree for G.
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
9
Define a minimal spanning tree of graph G.
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
10
What does these terms refer to:

- \gg Adjacency list:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
11
What does these terms refer to:

- \gg Adjacency matrix:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
12
What does these terms refer to:

- \gg Adjacent:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
13
What does these terms refer to:

- \gg Adjacent from:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
14
What does these terms refer to:

- \gg Adjacent to:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
15
What does these terms refer to:

- \gg Breadth first traversal:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
16
What does these terms refer to:

- \gg Component:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
17
What does these terms refer to:

- \gg Connected:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
18
What does these terms refer to:

- \gg Cycle:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
19
What does these terms refer to:

- \gg Depth first traversal:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
20
What does these terms refer to:

- \gg Destination:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
21
What does these terms refer to:

- \gg Digraph:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
22
What does these terms refer to:

- \gg Directed graph:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
23
What does these terms refer to:

- \gg Edges:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
24
What does these terms refer to:

- \gg (Free) tree:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
25
What does these terms refer to:

- \gg Graph:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
26
What does these terms refer to:

- \gg Greedy algorithm:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
27
What does these terms refer to:

- \gg Immediate successors:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
28
What does these terms refer to:

- \gg Incident:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
29
What does these terms refer to:

- \gg Intersection:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
30
What does these terms refer to:

- \gg Loop:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
31
What does these terms refer to:

- \gg Minimal spanning tree:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
32
What does these terms refer to:

- \gg Origin:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
33
What does these terms refer to:

- \gg Parallel edges:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
34
What does these terms refer to:

- \gg Path:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
35
What does these terms refer to:

- \gg Rooted tree:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
36
What does these terms refer to:

- \gg Shortest path:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
37
What does these terms refer to:

- \gg Shortest path algorithm:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
38
What does these terms refer to:

- \gg Simple graph:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
39
What does these terms refer to:

- \gg Simple path:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
40
What does these terms refer to:

- \gg Source:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
41
What does these terms refer to:

- \gg Spanning tree:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
42
What does these terms refer to:

- \gg Strongly connected:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
43
What does these terms refer to:

- \gg Subgraph:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
44
What does these terms refer to:

- \gg Subset:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
45
What does these terms refer to:

- \gg Undirected graph:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
46
What does these terms refer to:

- \gg Union:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
47
What does these terms refer to:

- \gg Vertices:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
48
What does these terms refer to:

- \gg Weight:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
49
What does these terms refer to:

- \gg Weight of the edge:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
50
What does these terms refer to:

- \gg Weight of the path:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
51
What does these terms refer to:

- \gg Weight of tree T:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
52
What does these terms refer to:

- \gg Weighted graph:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
53
What does these terms refer to:

- \gg Weighted tree:
Unlock Deck
Unlock for access to all 53 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 53 flashcards in this deck.