The push operation of a stack implemented using a linked list is O(1) when

a) the stack is empty
b) the stack is full
c) the top of the stack is at the front of the linked list
d) the top of the stack is at the end of the linked list
e) none of the above

c) the top of the stack is at the front of the linked list

Computer Science & Information Technology

You might also like to view...

________ is an example of a microblogging site that allows a limited number of characters in a post

A) The Blogosphere B) Blogger C) Twitter D) Flickr

Computer Science & Information Technology

Explain the following terms as used in the context of Network Address Translation:

1. Static NAT 2. Dynamic NAT 3. NAT with IP overload 4. Port address translations 5. IP masquerading

Computer Science & Information Technology