Deck 2: Business Efficiency

Full screen (f)
exit full mode
Question
Construct a digraph for the following tasks necessary when building a house: get a building permit, install wiring, pour foundation, build walls, build doghouse, pass final inspection.
Use Space or
up arrow
down arrow
to flip the card.
Question
You want to create a mileage grid showing the distance between every pair of the 10 Canadian provincial and territorial capitals. How many numbers will you have to compute?
Question
Construct an example of a spanning tree on the graph given below. Construct an example of a spanning tree on the graph given below.  <div style=padding-top: 35px>
Question
You own a chain of 12 apartment complexes (including your residence) and you want to plan a trip to visit each of your properties. If it takes 1/2 minute to compute the total length of a tour, how long will it take to apply the brute force algorithm to find the optimal tour?
Question
You own a chain of 10 one-day photo development kiosks and a lab where the photos are developed. Each morning and evening a delivery truck leaves the lab, visits each kiosk, and returns to the lab. If it takes 1/3 minute to compute the total length of a tour, how long will it take to apply the brute force algorithm to find the optimal tour for the delivery truck?
Question
What is a disadvantage of a heuristic algorithm?
Question
Identify six tasks necessary when building a sandwich, and construct a digraph for these tasks.
Question
Construct a complete graph on four vertices.
Question
In some states, license plates use a mixture of letters and numerals. How many possible plates could be constructed using three letters followed by three numerals?
Question
What is an advantage of a heuristic algorithm?
Question
The local cafe offers three different entrees, 10 different vegetables, and four different salads. A "blue plate special" includes an entree, a vegetable, and a salad. How many different ways can a special be constructed?
Question
Use the brute force algorithm to solve the traveling salesman problem for the graph of the four cities shown below. Use the brute force algorithm to solve the traveling salesman problem for the graph of the four cities shown below.  <div style=padding-top: 35px>
Question
Construct an example of a graph with no Hamiltonian circuit.
Question
Construct a complete graph whose vertices represent the six largest islands of Hawaii: Kauai, Oahu, Molokai, Lanai, Maui, and Hawaii.
Question
In some states, license plates use a mixture of letters and numerals. How many possible plates could be constructed using three letters followed by four numerals?
Question
You want to create a mileage grid showing the distance between every pair of the 50 U.S. state capitals. How many numbers will you have to compute?
Question
A nearby ice cream shop offers 31 different flavors and three different types of cones. How many different single scoop cones can be ordered?
Question
Use the brute force algorithm to solve the traveling salesman problem for the graph of the four cities shown below. Use the brute force algorithm to solve the traveling salesman problem for the graph of the four cities shown below.  <div style=padding-top: 35px>
Question
If a graph of nine vertices is complete, how many edges are there?
Question
Identify six tasks necessary when preparing for a picnic, and construct a digraph for these tasks.
Question
Find the earliest completion time for the following order-requirement digraph. Find the earliest completion time for the following order-requirement digraph.  <div style=padding-top: 35px>
Question
Which of the following describes a Hamiltonian circuit for the graph below? <strong>Which of the following describes a Hamiltonian circuit for the graph below?  </strong> A) ABCDEFJIHG B) ABCDEAFJDIHBGFEJICHGA C) ABCDEAGHIJFA D) AEDCBGHIJFA <div style=padding-top: 35px>

A) ABCDEFJIHG
B) ABCDEAFJDIHBGFEJICHGA
C) ABCDEAGHIJFA
D) AEDCBGHIJFA
Question
Will the nearest-neighbor algorithm ever use the most expensive edge of a graph?
Question
Which of the following describes a Hamiltonian circuit for the graph below? <strong>Which of the following describes a Hamiltonian circuit for the graph below?  </strong> A) ABCDEJHIGF B) AEDCBGIHJFA C) ABCDEAFGHIJFA D) ABCDEAFGBGIDIHCHJEJFA <div style=padding-top: 35px>

A) ABCDEJHIGF
B) AEDCBGIHJFA
C) ABCDEAFGHIJFA
D) ABCDEAFGBGIDIHCHJEJFA
Question
The route of a delivery truck generally follows a Hamiltonian circuit. Under what circumstances should it instead follow an Euler circuit?
Question
What is critical about the critical path of an order-requirement digraph?
Question
If you add a new vertex to a complete graph of 10 vertices, how many new edges are needed to make the new graph complete?
Question
In the graph below, construct a Hamiltonian circuit. In the graph below, construct a Hamiltonian circuit.  <div style=padding-top: 35px>
Question
A connected graph H has a spanning tree with 50 edges. How many vertices does the spanning tree have? How many vertices does H have? What can one say about the number of edges H has?
Question
On the graph below, which routing is produced by using the nearest-neighbor algorithm to solve the traveling salesman problem, starting at A? <strong>On the graph below, which routing is produced by using the nearest-neighbor algorithm to solve the traveling salesman problem, starting at A?  </strong> A) ABCDA B) ABDCA C) ACBDA D) ABCD <div style=padding-top: 35px>

A) ABCDA
B) ABDCA
C) ACBDA
D) ABCD
Question
How many distinct Hamiltonian circuits can you find on the following graph? (Do not count a circuit and the reverse of the same circuit as distinct.) How many distinct Hamiltonian circuits can you find on the following graph? (Do not count a circuit and the reverse of the same circuit as distinct.)  <div style=padding-top: 35px>
Question
Construct an example of a connected graph that does not have a Hamiltonian circuit.
Question
Find the earliest completion time for the following order-requirement digraph. Find the earliest completion time for the following order-requirement digraph.  <div style=padding-top: 35px>
Question
Which of the following describes a Hamiltonian circuit for the graph below? <strong>Which of the following describes a Hamiltonian circuit for the graph below?  </strong> A) ABCDEFGA B) ACBAEGFDEA C) ACBFGDEA D) ABCDGEF <div style=padding-top: 35px>

A) ABCDEFGA
B) ACBAEGFDEA
C) ACBFGDEA
D) ABCDGEF
Question
Can a graph have a Hamiltonian circuit, but not an Euler circuit?
Question
How many distinct Hamiltonian circuits can you find on the following graph? How many distinct Hamiltonian circuits can you find on the following graph?  <div style=padding-top: 35px>
Question
In the graph below, construct a Hamiltonian circuit. In the graph below, construct a Hamiltonian circuit.  <div style=padding-top: 35px>
Question
The route of a neighborhood garbage truck generally follows an Euler circuit. Under what circumstances should it instead follow a Hamiltonian circuit?
Question
Construct a graph which has an Euler circuit, but not a Hamiltonian circuit.
Question
Construct an example of a connected graph that has a Hamiltonian circuit but does not have an Euler circuit.
Question
On a map there are roads from town A of length 10, 26, 12, and 50 miles. Using the nearest-neighbor algorithm for finding a Hamiltonian circuit starting at town A, which road would be traveled first?

A) Road of length 10
B) Road of length 26
C) Road of length 12
D) Road of length 50
Question
When the traveling salesman problem (Hamiltonian circuit) is applied to four cities, how many distinct tours are possible?

A) 3
B) 6
C) 12
D) 24
Question
When the traveling salesman problem (Hamiltonian circuit) is applied to six cities, how many tours are possible?

A) 60
B) 120
C) 360
D) 720
Question
When the traveling salesman problem (Hamiltonian circuit) is applied to six cities, how many distinct circuits are possible?

A) 120
B) 60
C) 24
D) 12
Question
Use Kruskal's algorithm for minimum-cost spanning trees on the graph below. What is the cost of the tree found? <strong>Use Kruskal's algorithm for minimum-cost spanning trees on the graph below. What is the cost of the tree found?  </strong> A) 20 B) 14 C) 19 D) 22 <div style=padding-top: 35px>

A) 20
B) 14
C) 19
D) 22
Question
Use Kruskal's algorithm for minimum-cost spanning trees on the graph below. What is the cost of the tree found? <strong>Use Kruskal's algorithm for minimum-cost spanning trees on the graph below. What is the cost of the tree found?  </strong> A) 10 B) 11 C) 14 D) 15 <div style=padding-top: 35px>

A) 10
B) 11
C) 14
D) 15
Question
Use Kruskal's algorithm for minimum-cost spanning trees on the graph below. What is the cost of the tree found? <strong>Use Kruskal's algorithm for minimum-cost spanning trees on the graph below. What is the cost of the tree found?  </strong> A) 5 B) 9 C) 12 D) 15 <div style=padding-top: 35px>

A) 5
B) 9
C) 12
D) 15
Question
On the graph below, which algorithm has different routing from others to solve the traveling salesman problem? <strong>On the graph below, which algorithm has different routing from others to solve the traveling salesman problem?  </strong> A) The sorted-edges algorithm B) The nearest-neighbor algorithm starting from A C) The nearest-neighbor algorithm starting from B D) The nearest-neighbor algorithm starting from D <div style=padding-top: 35px>

A) The sorted-edges algorithm
B) The nearest-neighbor algorithm starting from A
C) The nearest-neighbor algorithm starting from B
D) The nearest-neighbor algorithm starting from D
Question
Use Kruskal's algorithm for minimum-cost spanning trees on the graph below. What is the cost of the tree found? <strong>Use Kruskal's algorithm for minimum-cost spanning trees on the graph below. What is the cost of the tree found?  </strong> A) 23 B) 20 C) 16 D) 5 <div style=padding-top: 35px>

A) 23
B) 20
C) 16
D) 5
Question
For the graph below, what is the cost of the Hamiltonian circuit obtained by using the nearest-neighbor algorithm, starting at C? <strong>For the graph below, what is the cost of the Hamiltonian circuit obtained by using the nearest-neighbor algorithm, starting at C?  </strong> A) 215 B) 220 C) 235 D) 295 <div style=padding-top: 35px>

A) 215
B) 220
C) 235
D) 295
Question
Use Kruskal's algorithm for minimum-cost spanning trees on the graph below. What is the cost of the tree found? <strong>Use Kruskal's algorithm for minimum-cost spanning trees on the graph below. What is the cost of the tree found?  </strong> A) 22 B) 28 C) 32 D) 49 <div style=padding-top: 35px>

A) 22
B) 28
C) 32
D) 49
Question
For the graph below, what is the cost of the Hamiltonian circuit obtained by using the sorted-edges algorithm? <strong>For the graph below, what is the cost of the Hamiltonian circuit obtained by using the sorted-edges algorithm?  </strong> A) 40 B) 58 C) 60 D) 66 <div style=padding-top: 35px>

A) 40
B) 58
C) 60
D) 66
Question
Use Kruskal's algorithm for minimum-cost spanning trees on the graph below. What is the cost of the tree found? <strong>Use Kruskal's algorithm for minimum-cost spanning trees on the graph below. What is the cost of the tree found?  </strong> A) 47 B) 25 C) 22 D) 15 <div style=padding-top: 35px>

A) 47
B) 25
C) 22
D) 15
Question
For the graph below, what is the cost of the Hamiltonian circuit obtained by using the nearest-neighbor algorithm, starting at A? <strong>For the graph below, what is the cost of the Hamiltonian circuit obtained by using the nearest-neighbor algorithm, starting at A?  </strong> A) 60 B) 54 C) 62 D) 66 <div style=padding-top: 35px>

A) 60
B) 54
C) 62
D) 66
Question
For the graph below, what is the cost of the Hamiltonian circuit obtained by using the nearest-neighbor algorithm, starting at A? <strong>For the graph below, what is the cost of the Hamiltonian circuit obtained by using the nearest-neighbor algorithm, starting at A?  </strong> A) 215 B) 220 C) 235 D) 295 <div style=padding-top: 35px>

A) 215
B) 220
C) 235
D) 295
Question
When the traveling salesman problem (Hamiltonian circuit) is applied to seven cities, how many distinct circuits are possible?

A) 360
B) 720
C) 2520
D) 5040
Question
If the order-requirement digraph for a collection of tasks is shown below, then what is the minimum completion time for the collection of tasks? <strong>If the order-requirement digraph for a collection of tasks is shown below, then what is the minimum completion time for the collection of tasks?  </strong> A) 64 minutes B) 43 minutes C) 36 minutes D) 28 minutes <div style=padding-top: 35px>

A) 64 minutes
B) 43 minutes
C) 36 minutes
D) 28 minutes
Question
Which path listed forms a Hamiltonian circuit on the graph below? <strong>Which path listed forms a Hamiltonian circuit on the graph below?  </strong> A) ADCBFGHEA B) ABCDHGFE C) ABCDHGFEA D) ABCDHGFEHDA <div style=padding-top: 35px>

A) ADCBFGHEA
B) ABCDHGFE
C) ABCDHGFEA
D) ABCDHGFEHDA
Question
For the graph below, what is the cost of the Hamiltonian circuit obtained by using the sorted-edges algorithm? <strong>For the graph below, what is the cost of the Hamiltonian circuit obtained by using the sorted-edges algorithm?  </strong> A) 220 B) 225 C) 235 D) 295 <div style=padding-top: 35px>

A) 220
B) 225
C) 235
D) 295
Question
Given the order-requirement digraph for a collection of tasks shown below, what would the critical path be? <strong>Given the order-requirement digraph for a collection of tasks shown below, what would the critical path be?  </strong> A) T<sub>1</sub>, T<sub>2</sub>, T<sub>3 </sub> B) T<sub>4</sub>, T<sub>2</sub>, T<sub>3 </sub> C) T<sub>4</sub>, T<sub>3 </sub> D) T<sub>4</sub>, T<sub>5</sub>, T<sub>6 </sub> <div style=padding-top: 35px>

A) T1, T2, T3
B) T4, T2, T3
C) T4, T3
D) T4, T5, T6
Question
The sorted-edges algorithm for solving the traveling salesman problem always gives optimal results.
Question
The nearest-neighbor algorithm for solving the traveling salesman problem always produces the same result as the sorted-edges algorithm.
Question
What is the earliest possible completion time for a job whose order-requirement digraph is shown below? <strong>What is the earliest possible completion time for a job whose order-requirement digraph is shown below?  </strong> A) 27 minutes B) 17 minutes C) 21 minutes D) 48 minutes <div style=padding-top: 35px>

A) 27 minutes
B) 17 minutes
C) 21 minutes
D) 48 minutes
Question
Suppose an architect needs to design an intercom system for a large office building. Which technique is most likely to be useful in solving this problem?

A) Finding an Euler circuit on a graph
B) Applying the nearest-neighbor algorithm for the traveling salesman problem
C) Applying Kruskal's algorithm for finding a minimum-cost spanning tree for a graph
D) None of these techniques is likely to apply
Question
Suppose a veteran wants a visit to all the war memorials in Washington, D.C. in one day. Which technique is most likely to be useful in solving this problem?

A) Finding an Euler circuit on a graph
B) Applying the nearest-neighbor algorithm for the traveling salesman problem
C) Applying Kruskal's algorithm for finding a minimum-cost spanning tree for a graph
D) None of these techniques is likely to apply
Question
The minimum-cost spanning tree produced by applying Kruskal's algorithm will always contain the lowest cost edge of the graph.
Question
Suppose an employee of a power company needs to read the electricity meters outside of each house along the streets in a residential area. Which technique is most likely to be useful in solving this problem?

A) Finding an Euler circuit on a graph
B) Applying the nearest-neighbor algorithm for the traveling salesman problem
C) Applying Kruskal's algorithm for finding a minimum-cost spanning tree for a graph
D) None of these techniques is likely to apply
Question
The path produced by the nearest-neighbor algorithm when solving the traveling salesman problem may be dependent on the starting city.
Question
The best-known guarantee for a heuristic algorithm for a traveling salesman problem yields a cost no worse than one and a half times the optimal cost.
Question
What is the earliest possible completion time for a job whose order-requirement digraph is shown below? <strong>What is the earliest possible completion time for a job whose order-requirement digraph is shown below?  </strong> A) 10 minutes B) 17 minutes C) 40 minutes D) 15 minutes <div style=padding-top: 35px>

A) 10 minutes
B) 17 minutes
C) 40 minutes
D) 15 minutes
Question
The path produced by the sorted-edges algorithm when solving the traveling salesman problem may be dependent on the starting city.
Question
A spanning tree of a graph must contain every vertex of the graph.
Question
What is the earliest possible completion time for a job whose order-requirement is shown below? <strong>What is the earliest possible completion time for a job whose order-requirement is shown below?  </strong> A) 16 minutes B) 19 minutes C) 30 minutes D) 60 minutes <div style=padding-top: 35px>

A) 16 minutes
B) 19 minutes
C) 30 minutes
D) 60 minutes
Question
A heuristic algorithm will always produce optimal results.
Question
What is the earliest possible completion time for a job whose order-requirement digraph is shown below? <strong>What is the earliest possible completion time for a job whose order-requirement digraph is shown below?  </strong> A) 15 minutes B) 22 minutes C) 34 minutes D) 19 minutes <div style=padding-top: 35px>

A) 15 minutes
B) 22 minutes
C) 34 minutes
D) 19 minutes
Question
A digraph is a graph with exactly two vertices.
Question
When Kruskal's algorithm is used to find a minimum-cost spanning tree on a graph, which of the following is false?

A) Circuits are not permitted in the tree.
B) The tree contains the edge of the graph of minimum cost.
C) The tree is not necessarily connected.
D) The tree may contain the edge of the highest cost.
Question
Kruskal's algorithm for finding minimum-cost spanning trees always gives optimal results.
Question
Making the best choice at each stage for solving the traveling salesman problem always gives optimal results.
Question
The minimum-cost spanning tree produced by applying Kruskal's algorithm may contain the most expensive edge of the graph.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/104
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 2: Business Efficiency
1
Construct a digraph for the following tasks necessary when building a house: get a building permit, install wiring, pour foundation, build walls, build doghouse, pass final inspection.
Answers will vary. One solution is: Answers will vary. One solution is:
2
You want to create a mileage grid showing the distance between every pair of the 10 Canadian provincial and territorial capitals. How many numbers will you have to compute?
(10)(9)/2 = 45
3
Construct an example of a spanning tree on the graph given below. Construct an example of a spanning tree on the graph given below.
Answers will vary. One solution is: Answers will vary. One solution is:
4
You own a chain of 12 apartment complexes (including your residence) and you want to plan a trip to visit each of your properties. If it takes 1/2 minute to compute the total length of a tour, how long will it take to apply the brute force algorithm to find the optimal tour?
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
5
You own a chain of 10 one-day photo development kiosks and a lab where the photos are developed. Each morning and evening a delivery truck leaves the lab, visits each kiosk, and returns to the lab. If it takes 1/3 minute to compute the total length of a tour, how long will it take to apply the brute force algorithm to find the optimal tour for the delivery truck?
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
6
What is a disadvantage of a heuristic algorithm?
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
7
Identify six tasks necessary when building a sandwich, and construct a digraph for these tasks.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
8
Construct a complete graph on four vertices.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
9
In some states, license plates use a mixture of letters and numerals. How many possible plates could be constructed using three letters followed by three numerals?
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
10
What is an advantage of a heuristic algorithm?
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
11
The local cafe offers three different entrees, 10 different vegetables, and four different salads. A "blue plate special" includes an entree, a vegetable, and a salad. How many different ways can a special be constructed?
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
12
Use the brute force algorithm to solve the traveling salesman problem for the graph of the four cities shown below. Use the brute force algorithm to solve the traveling salesman problem for the graph of the four cities shown below.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
13
Construct an example of a graph with no Hamiltonian circuit.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
14
Construct a complete graph whose vertices represent the six largest islands of Hawaii: Kauai, Oahu, Molokai, Lanai, Maui, and Hawaii.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
15
In some states, license plates use a mixture of letters and numerals. How many possible plates could be constructed using three letters followed by four numerals?
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
16
You want to create a mileage grid showing the distance between every pair of the 50 U.S. state capitals. How many numbers will you have to compute?
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
17
A nearby ice cream shop offers 31 different flavors and three different types of cones. How many different single scoop cones can be ordered?
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
18
Use the brute force algorithm to solve the traveling salesman problem for the graph of the four cities shown below. Use the brute force algorithm to solve the traveling salesman problem for the graph of the four cities shown below.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
19
If a graph of nine vertices is complete, how many edges are there?
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
20
Identify six tasks necessary when preparing for a picnic, and construct a digraph for these tasks.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
21
Find the earliest completion time for the following order-requirement digraph. Find the earliest completion time for the following order-requirement digraph.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
22
Which of the following describes a Hamiltonian circuit for the graph below? <strong>Which of the following describes a Hamiltonian circuit for the graph below?  </strong> A) ABCDEFJIHG B) ABCDEAFJDIHBGFEJICHGA C) ABCDEAGHIJFA D) AEDCBGHIJFA

A) ABCDEFJIHG
B) ABCDEAFJDIHBGFEJICHGA
C) ABCDEAGHIJFA
D) AEDCBGHIJFA
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
23
Will the nearest-neighbor algorithm ever use the most expensive edge of a graph?
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
24
Which of the following describes a Hamiltonian circuit for the graph below? <strong>Which of the following describes a Hamiltonian circuit for the graph below?  </strong> A) ABCDEJHIGF B) AEDCBGIHJFA C) ABCDEAFGHIJFA D) ABCDEAFGBGIDIHCHJEJFA

A) ABCDEJHIGF
B) AEDCBGIHJFA
C) ABCDEAFGHIJFA
D) ABCDEAFGBGIDIHCHJEJFA
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
25
The route of a delivery truck generally follows a Hamiltonian circuit. Under what circumstances should it instead follow an Euler circuit?
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
26
What is critical about the critical path of an order-requirement digraph?
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
27
If you add a new vertex to a complete graph of 10 vertices, how many new edges are needed to make the new graph complete?
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
28
In the graph below, construct a Hamiltonian circuit. In the graph below, construct a Hamiltonian circuit.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
29
A connected graph H has a spanning tree with 50 edges. How many vertices does the spanning tree have? How many vertices does H have? What can one say about the number of edges H has?
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
30
On the graph below, which routing is produced by using the nearest-neighbor algorithm to solve the traveling salesman problem, starting at A? <strong>On the graph below, which routing is produced by using the nearest-neighbor algorithm to solve the traveling salesman problem, starting at A?  </strong> A) ABCDA B) ABDCA C) ACBDA D) ABCD

A) ABCDA
B) ABDCA
C) ACBDA
D) ABCD
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
31
How many distinct Hamiltonian circuits can you find on the following graph? (Do not count a circuit and the reverse of the same circuit as distinct.) How many distinct Hamiltonian circuits can you find on the following graph? (Do not count a circuit and the reverse of the same circuit as distinct.)
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
32
Construct an example of a connected graph that does not have a Hamiltonian circuit.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
33
Find the earliest completion time for the following order-requirement digraph. Find the earliest completion time for the following order-requirement digraph.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
34
Which of the following describes a Hamiltonian circuit for the graph below? <strong>Which of the following describes a Hamiltonian circuit for the graph below?  </strong> A) ABCDEFGA B) ACBAEGFDEA C) ACBFGDEA D) ABCDGEF

A) ABCDEFGA
B) ACBAEGFDEA
C) ACBFGDEA
D) ABCDGEF
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
35
Can a graph have a Hamiltonian circuit, but not an Euler circuit?
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
36
How many distinct Hamiltonian circuits can you find on the following graph? How many distinct Hamiltonian circuits can you find on the following graph?
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
37
In the graph below, construct a Hamiltonian circuit. In the graph below, construct a Hamiltonian circuit.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
38
The route of a neighborhood garbage truck generally follows an Euler circuit. Under what circumstances should it instead follow a Hamiltonian circuit?
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
39
Construct a graph which has an Euler circuit, but not a Hamiltonian circuit.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
40
Construct an example of a connected graph that has a Hamiltonian circuit but does not have an Euler circuit.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
41
On a map there are roads from town A of length 10, 26, 12, and 50 miles. Using the nearest-neighbor algorithm for finding a Hamiltonian circuit starting at town A, which road would be traveled first?

A) Road of length 10
B) Road of length 26
C) Road of length 12
D) Road of length 50
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
42
When the traveling salesman problem (Hamiltonian circuit) is applied to four cities, how many distinct tours are possible?

A) 3
B) 6
C) 12
D) 24
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
43
When the traveling salesman problem (Hamiltonian circuit) is applied to six cities, how many tours are possible?

A) 60
B) 120
C) 360
D) 720
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
44
When the traveling salesman problem (Hamiltonian circuit) is applied to six cities, how many distinct circuits are possible?

A) 120
B) 60
C) 24
D) 12
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
45
Use Kruskal's algorithm for minimum-cost spanning trees on the graph below. What is the cost of the tree found? <strong>Use Kruskal's algorithm for minimum-cost spanning trees on the graph below. What is the cost of the tree found?  </strong> A) 20 B) 14 C) 19 D) 22

A) 20
B) 14
C) 19
D) 22
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
46
Use Kruskal's algorithm for minimum-cost spanning trees on the graph below. What is the cost of the tree found? <strong>Use Kruskal's algorithm for minimum-cost spanning trees on the graph below. What is the cost of the tree found?  </strong> A) 10 B) 11 C) 14 D) 15

A) 10
B) 11
C) 14
D) 15
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
47
Use Kruskal's algorithm for minimum-cost spanning trees on the graph below. What is the cost of the tree found? <strong>Use Kruskal's algorithm for minimum-cost spanning trees on the graph below. What is the cost of the tree found?  </strong> A) 5 B) 9 C) 12 D) 15

A) 5
B) 9
C) 12
D) 15
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
48
On the graph below, which algorithm has different routing from others to solve the traveling salesman problem? <strong>On the graph below, which algorithm has different routing from others to solve the traveling salesman problem?  </strong> A) The sorted-edges algorithm B) The nearest-neighbor algorithm starting from A C) The nearest-neighbor algorithm starting from B D) The nearest-neighbor algorithm starting from D

A) The sorted-edges algorithm
B) The nearest-neighbor algorithm starting from A
C) The nearest-neighbor algorithm starting from B
D) The nearest-neighbor algorithm starting from D
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
49
Use Kruskal's algorithm for minimum-cost spanning trees on the graph below. What is the cost of the tree found? <strong>Use Kruskal's algorithm for minimum-cost spanning trees on the graph below. What is the cost of the tree found?  </strong> A) 23 B) 20 C) 16 D) 5

A) 23
B) 20
C) 16
D) 5
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
50
For the graph below, what is the cost of the Hamiltonian circuit obtained by using the nearest-neighbor algorithm, starting at C? <strong>For the graph below, what is the cost of the Hamiltonian circuit obtained by using the nearest-neighbor algorithm, starting at C?  </strong> A) 215 B) 220 C) 235 D) 295

A) 215
B) 220
C) 235
D) 295
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
51
Use Kruskal's algorithm for minimum-cost spanning trees on the graph below. What is the cost of the tree found? <strong>Use Kruskal's algorithm for minimum-cost spanning trees on the graph below. What is the cost of the tree found?  </strong> A) 22 B) 28 C) 32 D) 49

A) 22
B) 28
C) 32
D) 49
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
52
For the graph below, what is the cost of the Hamiltonian circuit obtained by using the sorted-edges algorithm? <strong>For the graph below, what is the cost of the Hamiltonian circuit obtained by using the sorted-edges algorithm?  </strong> A) 40 B) 58 C) 60 D) 66

A) 40
B) 58
C) 60
D) 66
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
53
Use Kruskal's algorithm for minimum-cost spanning trees on the graph below. What is the cost of the tree found? <strong>Use Kruskal's algorithm for minimum-cost spanning trees on the graph below. What is the cost of the tree found?  </strong> A) 47 B) 25 C) 22 D) 15

A) 47
B) 25
C) 22
D) 15
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
54
For the graph below, what is the cost of the Hamiltonian circuit obtained by using the nearest-neighbor algorithm, starting at A? <strong>For the graph below, what is the cost of the Hamiltonian circuit obtained by using the nearest-neighbor algorithm, starting at A?  </strong> A) 60 B) 54 C) 62 D) 66

A) 60
B) 54
C) 62
D) 66
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
55
For the graph below, what is the cost of the Hamiltonian circuit obtained by using the nearest-neighbor algorithm, starting at A? <strong>For the graph below, what is the cost of the Hamiltonian circuit obtained by using the nearest-neighbor algorithm, starting at A?  </strong> A) 215 B) 220 C) 235 D) 295

A) 215
B) 220
C) 235
D) 295
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
56
When the traveling salesman problem (Hamiltonian circuit) is applied to seven cities, how many distinct circuits are possible?

A) 360
B) 720
C) 2520
D) 5040
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
57
If the order-requirement digraph for a collection of tasks is shown below, then what is the minimum completion time for the collection of tasks? <strong>If the order-requirement digraph for a collection of tasks is shown below, then what is the minimum completion time for the collection of tasks?  </strong> A) 64 minutes B) 43 minutes C) 36 minutes D) 28 minutes

A) 64 minutes
B) 43 minutes
C) 36 minutes
D) 28 minutes
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
58
Which path listed forms a Hamiltonian circuit on the graph below? <strong>Which path listed forms a Hamiltonian circuit on the graph below?  </strong> A) ADCBFGHEA B) ABCDHGFE C) ABCDHGFEA D) ABCDHGFEHDA

A) ADCBFGHEA
B) ABCDHGFE
C) ABCDHGFEA
D) ABCDHGFEHDA
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
59
For the graph below, what is the cost of the Hamiltonian circuit obtained by using the sorted-edges algorithm? <strong>For the graph below, what is the cost of the Hamiltonian circuit obtained by using the sorted-edges algorithm?  </strong> A) 220 B) 225 C) 235 D) 295

A) 220
B) 225
C) 235
D) 295
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
60
Given the order-requirement digraph for a collection of tasks shown below, what would the critical path be? <strong>Given the order-requirement digraph for a collection of tasks shown below, what would the critical path be?  </strong> A) T<sub>1</sub>, T<sub>2</sub>, T<sub>3 </sub> B) T<sub>4</sub>, T<sub>2</sub>, T<sub>3 </sub> C) T<sub>4</sub>, T<sub>3 </sub> D) T<sub>4</sub>, T<sub>5</sub>, T<sub>6 </sub>

A) T1, T2, T3
B) T4, T2, T3
C) T4, T3
D) T4, T5, T6
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
61
The sorted-edges algorithm for solving the traveling salesman problem always gives optimal results.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
62
The nearest-neighbor algorithm for solving the traveling salesman problem always produces the same result as the sorted-edges algorithm.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
63
What is the earliest possible completion time for a job whose order-requirement digraph is shown below? <strong>What is the earliest possible completion time for a job whose order-requirement digraph is shown below?  </strong> A) 27 minutes B) 17 minutes C) 21 minutes D) 48 minutes

A) 27 minutes
B) 17 minutes
C) 21 minutes
D) 48 minutes
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
64
Suppose an architect needs to design an intercom system for a large office building. Which technique is most likely to be useful in solving this problem?

A) Finding an Euler circuit on a graph
B) Applying the nearest-neighbor algorithm for the traveling salesman problem
C) Applying Kruskal's algorithm for finding a minimum-cost spanning tree for a graph
D) None of these techniques is likely to apply
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
65
Suppose a veteran wants a visit to all the war memorials in Washington, D.C. in one day. Which technique is most likely to be useful in solving this problem?

A) Finding an Euler circuit on a graph
B) Applying the nearest-neighbor algorithm for the traveling salesman problem
C) Applying Kruskal's algorithm for finding a minimum-cost spanning tree for a graph
D) None of these techniques is likely to apply
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
66
The minimum-cost spanning tree produced by applying Kruskal's algorithm will always contain the lowest cost edge of the graph.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
67
Suppose an employee of a power company needs to read the electricity meters outside of each house along the streets in a residential area. Which technique is most likely to be useful in solving this problem?

A) Finding an Euler circuit on a graph
B) Applying the nearest-neighbor algorithm for the traveling salesman problem
C) Applying Kruskal's algorithm for finding a minimum-cost spanning tree for a graph
D) None of these techniques is likely to apply
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
68
The path produced by the nearest-neighbor algorithm when solving the traveling salesman problem may be dependent on the starting city.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
69
The best-known guarantee for a heuristic algorithm for a traveling salesman problem yields a cost no worse than one and a half times the optimal cost.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
70
What is the earliest possible completion time for a job whose order-requirement digraph is shown below? <strong>What is the earliest possible completion time for a job whose order-requirement digraph is shown below?  </strong> A) 10 minutes B) 17 minutes C) 40 minutes D) 15 minutes

A) 10 minutes
B) 17 minutes
C) 40 minutes
D) 15 minutes
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
71
The path produced by the sorted-edges algorithm when solving the traveling salesman problem may be dependent on the starting city.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
72
A spanning tree of a graph must contain every vertex of the graph.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
73
What is the earliest possible completion time for a job whose order-requirement is shown below? <strong>What is the earliest possible completion time for a job whose order-requirement is shown below?  </strong> A) 16 minutes B) 19 minutes C) 30 minutes D) 60 minutes

A) 16 minutes
B) 19 minutes
C) 30 minutes
D) 60 minutes
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
74
A heuristic algorithm will always produce optimal results.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
75
What is the earliest possible completion time for a job whose order-requirement digraph is shown below? <strong>What is the earliest possible completion time for a job whose order-requirement digraph is shown below?  </strong> A) 15 minutes B) 22 minutes C) 34 minutes D) 19 minutes

A) 15 minutes
B) 22 minutes
C) 34 minutes
D) 19 minutes
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
76
A digraph is a graph with exactly two vertices.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
77
When Kruskal's algorithm is used to find a minimum-cost spanning tree on a graph, which of the following is false?

A) Circuits are not permitted in the tree.
B) The tree contains the edge of the graph of minimum cost.
C) The tree is not necessarily connected.
D) The tree may contain the edge of the highest cost.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
78
Kruskal's algorithm for finding minimum-cost spanning trees always gives optimal results.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
79
Making the best choice at each stage for solving the traveling salesman problem always gives optimal results.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
80
The minimum-cost spanning tree produced by applying Kruskal's algorithm may contain the most expensive edge of the graph.
Unlock Deck
Unlock for access to all 104 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 104 flashcards in this deck.