adplus-dvertising
frame-decoration

Question

Which of the following is two way list?

a.

grounded header list

b.

circular header list

c.

linked list with header and trailer nodes

d.

none of above

Answer: (d).none of above

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following is two way list?

Similar Questions

Discover Related MCQs

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?

Q. The last node of the singly-linked list contains__________.

Q. A linked list contains a list pointer variable _____that stores the address of the first node of the list.