Definition

Doubly linked list node

A doubly linked list node is an object or structure that stores a value, a prev link to the previous node, and a next link to the next node.