adplus-dvertising
frame-decoration

Question

Linked lists are best suited

a.

for relatively permanent collections of data

b.

for the size of the structure and the data in the structure are constantly changing

c.

for both of above situation

d.

for none of above situation

Answer: (b).for the size of the structure and the data in the structure are constantly changing

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Linked lists are best suited

Similar Questions

Discover Related MCQs

Q. The situation when in a linked list START=NULL is

Q. Which of the following is two way list?

Q. In a circular linked list

Q. A linear collection of data elements where the linear node is given by means of pointer is called?

Q. Which of the following operations is performed more efficiently by doubly linked list than by singly linked list?

Q. What would be the asymptotic time complexity to add a node at the end of singly linked list, if the pointer is initially pointing to the head of the list?

Q. A variant of linked list in which last node of the list points to the first node of the list is?

Q. In doubly linked lists, traversal can be performed?

Q. What kind of linked list is best to answer question like “What is the item at position n?”

Q. A variation of linked list is circular linked list, in which the last node in the list points to first node of the list. One problem with this type of list is?

Q. A variant of the linked list in which none of the node contains NULL pointer is?

Q. In circular linked list, insertion of node requires modification of?

Q. Consider a linked list of n elements. What is the time taken to insert an element after an element pointed by some pointer?

Q. In a linked list with n nodes, the time taken to insert an element after an element pointed by some pointer is

Q. A linear collection of data elements where the linear node is given by means of pointer is called

Q. The time required to delete a node x from a doubly linked list having n nodes is

Q. A collection of data items of similar type arranged in a sequence is termed as?

Q. A linked list is a linear collection of homogeneous elements called______.

Q. Depending on what on what can a linked list be classified into various other types?

Q. In a singly-linked list (linear linked list), how many fields does each node consists of?