In the linked list implementation of the stack class where does-03644
In the linked list implementation of the stack class, where does the push member function places the new entry on the linked list?
This multiple choice question (MCQ) is related to the book/course vu cs301 Data Structures. It can also be found in vu cs301 Mid Term - Quiz No.14.
In the linked list implementation of the stack class, where does the push member function places the new entry on the linked list?
At the tail
After all other entries that are greater than the new entry
At the head
After all other entries that are smaller than the new entry