Linked List
Term side of the Card
Topic: Basics
Unit title: Linked List
Categories: Data structure
Explanation side of the Card
Explanation: The data structure that represents a sequence of nodes where each node stores data and a reference to the next node. Allows dynamic memory allocation and easy insertion or deletion of elements.