McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2026
→
Computer Science Engineering (CSE)
→
Data Structures (DS)
→
Breadth First search is used in_________...
Q.
Breadth First search is used in____________.
A.
binary tree.
B.
stacks.
C.
graphs.
D.
both a and c.
Answer» C. graphs.
1.9k
0
Do you find this helpful?
7
View all MCQs in
Data Structures (DS)
Discussion
No comments yet
Login to comment
Related MCQs
Which data structure is used in breadth first search of a graph to hold nodes?
The data structure required for Breadth First Traversal on a graph is?
____________ data structure is used to implement Depth First search.
Which of the following is useful in traversing a given graph by Breath first search?
A self – balancing binary search tree can be used to implement
Consider the following statements:i. First-in-first out types of computations are efficiently supported by STACKS. ii. Implementing LISTS on linked lists is more efficient than implementing LISTS on an array for almost all the basic LIST operations. iii. Implementing QUEUES on a circular array is more efficient than implementing QUEUES on a linear array with two indices. iv. Last-in-first-out type of computations are efficiently supported by QUEUES.Which of the following is correct?
A binary search tree whose left subtree and right subtree differ in hight by at most 1 unit is called ……
The number of comparisons done by sequential search is ………………
In ……………, search start at the beginning of the list and check every element in the list.
In general, the binary search method needs no more than ……………. comparisons.