Breadth First Search Quiz

Breadth First Search Quiz

University

16 Qs

quiz-placeholder

Similar activities

Queues

Queues

11th Grade - Professional Development

15 Qs

DSA5541 Quiz 1 TRI 2210

DSA5541 Quiz 1 TRI 2210

University

20 Qs

Data Structures Activity - 1

Data Structures Activity - 1

University

15 Qs

DSA - Binary Tree 2-3

DSA - Binary Tree 2-3

University

20 Qs

AI basics

AI basics

University

12 Qs

Traveling Salesman Quiz - Batch 1

Traveling Salesman Quiz - Batch 1

University

14 Qs

FUNDAMENTALS OF ALGORITHMS - UNIT II

FUNDAMENTALS OF ALGORITHMS - UNIT II

University

20 Qs

Quis Informatika Kelas XI (Senin, 1 September 2025)

Quis Informatika Kelas XI (Senin, 1 September 2025)

9th Grade - University

20 Qs

Breadth First Search Quiz

Breadth First Search Quiz

Assessment

Quiz

Computers

University

Hard

Created by

PAUL FENOGLIO

Used 14+ 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?