DSA NOTES 3
DSA NOTES 3
Lab 8
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 Doubly Link List:
Happy Learning!!!