MCQOPTIONS
Bookmark
Saved Bookmarks
→
Data Structures and Algorithms
→
Evaluation Infix Expression Not Parenthesized in Data Structures and Algorithms
→
Minimum number of queues to implement stack is __..
1.
Minimum number of queues to implement stack is ___________
A.
3
B.
4
C.
1
D.
2
Answer» D. 2
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Minimum number of queues to implement stack is ___________
Which of the following data structures can be used for parentheses matching?
Consider these functions:push() : push an element into the stackpop() : pop the top-of-the-stack elementtop() : returns the item stored in top-of-the-stack-nodeWhat will be the output after performing these sequence of operations
What does ‘stack overflow’ refer to?
What does the following function do?
Which of the following statements are not correct with respect to Singly Linked List(SLL) and Doubly Linked List(DLL)?
What is the best case time complexity of deleting a node in a Singly Linked list?
pop$
Which of the following statements are correct with respect to Singly Linked List(SLL) and Doubly Linked List(DLL)?
What is the complexity of searching for a particular element in a Singly Linked List?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply