Search Header Logo

Discrete Mathematics (Eng) Chapter 8 : Applications on Graph

Authored by วัชรศักดิ์ ศิริเสรีวรรณ

Computers

University

Used 1+ times

Discrete Mathematics (Eng) Chapter 8 : Applications on Graph
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

9 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following are problems we discussed last week. Those problems can apply the graph model and develop an algorithm to solve them .

Minimum Spanning Tree

Heuristic search

Shortest Path

Travelling salesman problem

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which are properties of graph that we found in Minimum Spanning Tree problem ?

directed

connected

simple

weighted

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following are the name of algorithms for solving Minimum Spanning Tree.

Kruskal's

Prim's

Dijkstra's

Euclidean

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which statements are TRUE for Prim's algorithm

Must sort all edge values by weight first

The tree obtained at each step of the method is always a connected graph

Do not select edges that create a cycle with the tree being constructed

The choices of edges to select for MST are every unselected edge left in the graph.

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

How much is

(#of steps of Kruskal's algorithm * 100) +

the total weight of MST of this graph ?

ie. using 4 steps and weight = 15 -> 415

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following is not the initialization for the Dijkstra's algorithm?

d[i] = 0 for all node i

d[s] = 0 for the source node s

p[s] = 0

Known[i] = FALSE for all node[i]

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

From the Dijkstra's table, which node is the source ?

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?