graph

graph

University

15 Qs

quiz-placeholder

Similar activities

ByteWar Round 1

ByteWar Round 1

University

20 Qs

FUNDAMENTALS OF ALGORITHMS - UNIT II

FUNDAMENTALS OF ALGORITHMS - UNIT II

University

20 Qs

UAS Struda C

UAS Struda C

University

10 Qs

ADA QUIZZZZZ 2nd Time

ADA QUIZZZZZ 2nd Time

University

10 Qs

2.3.1 Graph Traversal & Path Finding Algorithms

2.3.1 Graph Traversal & Path Finding Algorithms

12th Grade - University

20 Qs

Grafos Repaso

Grafos Repaso

University

12 Qs

DAA QUIZ-1

DAA QUIZ-1

University

19 Qs

Quiz3_DivideConquer_GreedyApproach

Quiz3_DivideConquer_GreedyApproach

University

10 Qs

graph

graph

Assessment

Quiz

Computers

University

Hard

Created by

priyanka bhardwaj

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What would be the DFS traversal of the given Graph?

ABCED

AEDCB

EDCBA

ADECB

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of these adjacency matrices represents a simple graph?

[ [1, 0, 0], [0, 1, 0], [0, 1, 1] ]

[ [1, 1, 1], [1, 1, 1], [1, 1, 1] ]

[ [0, 0, 1], [0, 0, 0], [0, 0, 1] ]

[ [0, 0, 1], [1, 0, 1], [1, 0, 0] ]

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

n the given graph, how many intermediate vertices are required to travel from node a to node e at a minimum cost?

2

1

0

3

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is false in the case of a spanning tree of a graph G?

a) It is tree that spans G

b) It is a subgraph of the G

c) It includes every vertex of the G

d) It can be either cyclic or acyclic

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. Floyd Warshall’s Algorithm is used for solving ____________

a) All pair shortest path problems

b) Single Source shortest path problems

c) Network flow problems

d) Sorting problems

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Dijkstra’s Algorithm is the prime example for ___________

a) Greedy algorithm

b) Branch and bound

c) Back tracking

d) Dynamic programming

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Given pseudo code of Dijkstra’s Algorithm.

What happens when “While Q != 0” is changed to “while Q>1”?

a) While loop gets executed for v times

b) While loop gets executed for v-1 times

c) While loop gets executed only once

d) While loop does not get executed

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?