Breadth First Search Quiz

Breadth First Search Quiz

University

16 Qs

quiz-placeholder

Similar activities

Data Structures Quiz

Data Structures Quiz

University

20 Qs

DS QUIZ 2

DS QUIZ 2

University

20 Qs

Data Structures and Algorithm

Data Structures and Algorithm

University

20 Qs

Knowledge Knockout[Quiz Round](2nd-4th years)

Knowledge Knockout[Quiz Round](2nd-4th years)

University

15 Qs

DATA STRUCTURES

DATA STRUCTURES

University

20 Qs

Search Algorithms

Search Algorithms

University

18 Qs

Data Structure

Data Structure

University

14 Qs

Data Structure

Data Structure

University

15 Qs

Breadth First Search Quiz

Breadth First Search Quiz

Assessment

Quiz

Computers

University

Medium

Created by

PAUL FENOGLIO

Used 7+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure is used in breadth first search?

Queue

Stack

Array

Heap

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the traversal algorithm used in breadth first search?

queue

stack

linked list

heap

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main purpose of breadth first search?

To find the shortest path between two vertices.

To explore all the vertices of a graph or tree in breadth-first order.

To find the maximum flow in a network.

To sort the vertices of a graph in ascending order.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of graph is used in breadth first search?

Undirected graph

Cyclic graph

Weighted graph

Directed graph

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of breadth first search?

O(V)

O(E)

O(V + E)

O(V * E)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In breadth first search, which vertex is visited first?

Starting vertex or root vertex

Random vertex

Middle vertex

Last vertex

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a step in breadth first search?

C

B

D

A

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?