Skip to content

Data Structures

What does Doubly linked list refer to?

Difficulty: Medium

About this MCQ

This Medium Data Structures MCQ checks one syllabus fact.

The question is: “What does Doubly linked list refer to?”

The accepted answer is B. A linked list where each node has pointers to both the next and previous nodes.. A linked list where each node has pointers to both the next and previous nodes is the fact required by What does Doubly linked list refer to option B Option A A data structure that maps keys to values using a hash function for fast lookup does not match the stem it is a near-miss used to catch incomplete recall of A linked list where each node has pointers to both the next and previous nodes Option C A self-balancing binary search tree where the height difference between subtrees is at most one does not match the stem it is a near-miss used to catch incomplete recall of A linked list where each node has pointers to both the next.

Correct answer

B. A linked list where each node has pointers to both the next and previous nodes.

Explanation

A linked list where each node has pointers to both the next and previous nodes is the fact required by What does Doubly linked list refer to option B Option A A data structure that maps keys to values using a hash function for fast lookup does not match the stem it is a near-miss used to catch incomplete recall of A linked list where each node has pointers to both the next and previous nodes Option C A self-balancing binary search tree where the height difference between subtrees is at most one does not match the stem it is a near-miss used to catch incomplete recall of A linked list where each node has pointers to both the next.

Source: Data Structures Official Reference Guide

Tags: computer science, data structures, algorithms, programming

Submitted by: MCQsHub Editorial

Related MCQs

More Data Structures MCQs