August 26, 2019Linked Lists Data Structure Guide What is a Linked List? A linked list is a series of nodes linked together in a linear sequence. Linked lists are a null-terminated data structure,