Menu

Stacks Questions

MCQ
1.
In a Stack the command to access nth element from the top of the stacks will be
forum Discussion
MCQ
2.
Consider the usual algorithm for determining whether a sequence of parentheses is balanced. What is the maximum number of parentheses that will appear on the stack AT ANY ONE TIME when the algorithm analyzes: (()(())(()))
forum Discussion
MCQ
3.
forum Discussion
MCQ
4.
Stack is used for
forum Discussion
MCQ
5.
push() and pop() functions are found in
forum Discussion
MCQ
6.
If locality is a concern, you can use _______ to traverse the graph.
forum Discussion
MCQ
7.
Aposterior analysis are more accurate than apriori analysis because ?
forum Discussion
MCQ
8.
Prefix notation is also known as
forum Discussion
MCQ
9.
In conversion from prefix to postfix using stack data-structure, if operators and operands are pushed and popped exactly once, then the run-time complexity is
forum Discussion
MCQ
10.
In C programming, when we remove an item from bottom of the stack, then ?
forum Discussion
Page 1 of 17Next chevron_right