Q. 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? (Solved)
1. (ii) and (iii) are true
2. (i) and (ii) are true
3. (iii) and (iv) are true
4. (ii) and (iv) are true
- a. (ii) and (iii) are true