Tag: Linkedkist
Posted in Data Structure
Explain the Concept of Linked List in Data Structure
Linked list in data structure is a way to keep data items next to each other. In memory, we can keep data in two ways, Sequential(contiguous) and random manner.