2. Linked List Part 1: Singly Linked List
Summary
In the previous article, I tried to explain the Array data structure. Today, I am going to review the Linked List data structure, particularly the Singly Linked List (Doubly Linked and Circular Linked Lists are going to be next).
Since the Ar...
cssavvy.hashnode.dev11 min read
takla
In the previous article, I tried to explain the Array data structure. Today, I am going to review the Linked List data structure, particularly the Singly Linked List (Doubly Linked and Circular Linked Lists are going to be next).