Understanding the Sorted Edges Algorithm

Understanding the Sorted Edges Algorithm

Assessment

Interactive Video

Mathematics, Computers

10th - 12th Grade

Hard

Created by

Sophia Harris

FREE Resource

The video tutorial introduces the Sorted Edges Algorithm, also known as the Cheapest Link Algorithm, used to find the optimal Hamiltonian circuit with the lowest cost. It outlines the steps of the algorithm and recaps previous lessons on Hamiltonian circuits using different algorithms. The tutorial demonstrates the application of the Sorted Edges Algorithm to find and compare different circuits, emphasizing the importance of selecting edges with the least weight while avoiding conditions that would create incomplete circuits or vertices with a degree of three. The video concludes with an additional example and a reminder that the Sorted Edges Algorithm may not always yield the optimal solution.

Read more

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is another name for the Sorted Edges Algorithm?

Repeated Nearest Neighbor Algorithm

Brute Force Algorithm

Cheapest Link Algorithm

Nearest Neighbor Algorithm

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which algorithm found the Hamiltonian circuit with a total weight of 19 in past lessons?

Brute Force Algorithm

Cheapest Link Algorithm

Nearest Neighbor Algorithm

Sorted Edges Algorithm

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step in the Sorted Edges Algorithm?

Select any random edge

Select the edge with the second lowest weight

Select the cheapest unused edge

Select the edge with the highest weight

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What condition must be avoided when adding an edge in the Sorted Edges Algorithm?

Creating a circuit with all vertices

Giving a vertex degree two

Creating a circuit that doesn't contain all vertices

Adding an edge with a weight of zero

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the Sorted Edges Algorithm, what happens if two edges have the same weight?

Only one edge can be used

Both edges are ignored

Two possible circuits may be formed

The edge with the higher degree is chosen

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the total weight of the circuit starting with vertex D in the first example?

25

23

21

19

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which edge cannot be used because it would give vertex E a degree three?

Edge E, A

Edge E, B

Edge A, D

Edge C, D

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?