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

You might also like to view...

Online courses are supported by the use of ________ programs such as Blackboard

Fill in the blank(s) with correct word

Computer Science & Information Technology

In an m-way tree, each node has 0 to ____ subtrees.

A. m / 2 B. m - 2 C. m - 1 D. m

Computer Science & Information Technology