1.
Which of the following data structures is used to check whether an arithmetic expression has balanced parentheses?
2.
In Data structures, which of the following statements is a disadvantage of the binary search algorithm?
3.
The binary search algorithm cannot be applied to a _______________.
4.
What is the postfix equivalent for the following prefix expression:
* + w x - y z
5.
Why is the linked list implementation of sparse matrices superior to the generalized dope vector method?