Data Structures

Which term 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.