Skip to main content

Section 4.8 Summary

  • Linked lists or sometimes lists are collections of items where each item holds a relative position.
  • A linked list implementation maintains logical order without requiring contiguous physical storage requirements.
  • Modification to the head of the linked list is a special case.
You have attempted of activities on this page.