June 2018
Intermediate to advanced
316 pages
6h 34m
English
A linked list contains a group of nodes that represent a sequence. Each node, in turn, contains a link to the next node, as well as stored data:

There are also doubly-linked lists, in which each node contains a link to the previous node in addition to the next:

A linked list supports operations such as:
Read now
Unlock full access