Basic info

Linked lists are a data structure type that are linear and represent a sequence of data. They can be used to develop other abstract data types as well.

More facts

  1. Can either be singly, doubly, or circularly linked.
  2. Contains nodes and pointers.
link to website with more info