Data-structures-and-algorithms

Fundamental structures and how to use them.

Fundamentals

The foundational information for data structures and algorithms.

Linked lists

A series of nodes, each containing a data value and a link to the next node.