Linked lists - mmedrano9438/peripheral-brain GitHub Wiki
A linked list consists of a data element known as a node. And each node consists of two fields: one field has data, and in the second field, the node has an address that keeps a reference to the next node.