Question: Stack may be represented using either array or linked list. Linked list has been claim to have the advantage of using space more efficiently than

Stack may be represented using either array or linked list. Linked list has been claim to have the advantage of using space more efficiently than array. However, in linked list representation, the nodes must hold reference for every stack element. Why does it still more efficient than array in space management? Explain your
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
