Q184
Why is implementation of stack operations on queues not feasible for a large dataset (Asssume the number of elements in the stack to be n)?
A.
Because of its time complexity O(n)
AnswerB.
Because of its time complexity O(log(n))
C.
Extra memory is not required
D.
There are no problems
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board