linked data structure
data structure which consists of a set of data records (nodes) linked together and organized by references (links or pointers)
linked list
data structure which is a linear collection of data elements, called nodes, each pointing to the next node by means of a pointer
linked list
data structure which is a linear collection of data elements, called nodes, each pointing to the next node by means of a pointer
rope
data structure representing a long string as a tree of separate substrings to permit efficient random insertions and deletions