Vidyalelo
Data Structure · Q111

Introduction to Data Structures

Programming · Data Structure · question 111

Q111

Consider yourself to be in a planet where the computational power of chips to be slow. You have an array of size 10.You want to perform enqueue some element into this array. But you can perform only push and pop operations .Push and pop operation both take 1 sec respectively. The total time required to perform enQueue operation is?

A.
20
B.
40
C.
42
D.
43
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board