Linked Lists

Home > Biology > Bioinformatics > Algorithms and Data Structures > Linked Lists

A data structure used to store a collection of data elements, where each element points to the next element.