Represents a structure to keep data and references to the adjacent nodes of the linked list.
Value to be stored in the linked list node
Previous node of the linked list
Next node of the linked list