Skip to content

Linked lists

Handout

Nodes joined by links

  • A linked list is a chain of nodes.
  • Each node holds a piece of data and a link to the next node.
  • The last node links to None, which marks the end.

Handout

Log in or create account

IGCSE & A-Level