Which of the stack operations must be supported in a linked list implementation?
a) push and pop
b) push and peek
c) pop and peek
d) push, pop, and isEmpty
e) all of them
c) pop and peek
Computer Science & Information Technology
a) push and pop
b) push and peek
c) pop and peek
d) push, pop, and isEmpty
e) all of them
c) pop and peek