Data Structures :: Queue - Discussion
Home > Data Structures > Queue > MCQs Questions Discussion
10 / 42
Choose the correct option.
Time taken for addition of element in queue is
AO(1)
BO(n)
CO(log n)
DNone of these options
Answer: Option (Login/Signup)
Show Explanation
I think this answer should be A. O(1). because this question is asked about the normal queue.
For priority queue this should be O(log n).
Asked In ::
TRICK
I think this answer should be A. O(1). because this question is asked about the normal queue.
For priority queue this should be O(log n).
Read Full Answer
Report Error
Please Login First Click Here