Q10
How would you implement a stack with constant space complexity?
A.
By using a dynamic array
B.
By using a linked list
C.
By using a fixed-size array
AnswerD.
By using a hash table
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board