Home » Interview Topics » Linked Lists
Linked Lists
Linked Lists are linear data structure which consists of nodes interlinked with each other. Linked List nodes are not stored in continuous memory locations and each node contains the address of the next node.