Linked lists

Home > Computer Science > Programming Languages > Algorithms and Data Structures > Linked lists

A data structure where each element is connected to the next element through a pointer, forming a chain-like structure.