Skip to content

Data Structures

Which term refers to a linked list where each node has pointers to both the next and previous nodes?

Difficulty: Medium

About this MCQ

This Medium Data Structures MCQ checks one syllabus fact.

The question is: “Which term refers to a linked list where each node has pointers to both the next and previous nodes?”

The accepted answer is C. Doubly linked list. Doubly linked list refers to a linked list where each node has pointers to both the next and previous nodes.

Correct answer

C. Doubly linked list

Explanation

Doubly linked list refers to a linked list where each node has pointers to both the next and previous nodes.

Source: Data Structures Official Reference Guide

Tags: computer science, data structures, algorithms, programming

Submitted by: MCQsHub Editorial

Related MCQs

More Data Structures MCQs