Skip to main content

Posts

Showing posts with the label Linked List

Linked List

Linked List What is LinkedList: A linked list is a linear data structure where each element is a separate object, which is connected together via links. Linked list elements are not stored at contiguous locations.