Page 1 of 1

In the linked list implementation of the stack class, where does the push method place the new entry on the linked list?

Posted: Mon Jun 06, 2022 5:21 pm
by answerhappygod
In The Linked List Implementation Of The Stack Class Where Does The Push Method Place The New Entry On The Linked List 1
In The Linked List Implementation Of The Stack Class Where Does The Push Method Place The New Entry On The Linked List 1 (46.21 KiB) Viewed 32 times
In the linked list implementation of the stack class, where does the push method place the new entry on the linked list? At the head At the tail After all other entries that are greater than the new entry. After all other entries that are smaller than the new entry.