Singly Linked List
Term side of the Card
Topic: Linked List
Unit title: Singly Linked List
Categories: Data structure
Explanation side of the Card
Explanation: The linear data structure in which each node contains data and a reference to the next node. Ideal for dynamic memory management, though traversal is one-way only.