MCQOPTIONS
Bookmark
Saved Bookmarks
→
Data Structures and Algorithms
→
Evaluation Infix Expression Not Parenthesized in Data Structures and Algorithms
→
Which of the following data structure is used to i..
1.
Which of the following data structure is used to implement DFS?
A.
linked list
B.
tree
C.
stack
D.
queue
Answer» D. queue
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Choose the incorrect statement about DFS and BFS from the following?
Which of the following data structure is used to implement BFS?
What is the space complexity of standard DFS(V: no. of vertices E: no. of edges)?
What will be the time complexity of the iterative depth first traversal code(V=no. of vertices E=no.of edges)?
Which of the following is a possible result of depth first traversal of the given graph(consider 1 to be source element)?
What will be the result of depth first traversal in the following tree?
Which of the following traversal in a binary tree is similar to depth first traversal?
Which of the following data structure is used to implement DFS?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply