DSA Lab 05
DSA Lab 05
Lab 5
Linked-List-Data-Structure
In simple words, a linked list consists of nodes where each node contains a data
field and a reference(link) to the next node in the list.
Tasks:
You need to implement the concept of Singly Link List: