An introduction to Linked List
An introduction to Linked List
Abstract:
This paper is a general overview of program codes is discussed. Linked list
non-linear data structure (Linked lists). is used to do many advanced operations
This research paper covers a brief in computer science. Linked lists are a
history of the early development of great way to store a theoretically
Linked lists and the purpose behind this infinite amount of data with a small and
to learnTypes of linked lists, advantages versatile amount of code.
and disadvantages and operations on
linked lists which includes creating a Keywords:
linked list, traversing, insertion of a
Node, reference, linked list, rpt, lpt and
node and deletion of a node with info etc.
Advantages
1. Linked lists are dynamic data
structures: Memory is allocated for
every node when it is actually required
Doubly Linked List and will be freed when not needed.
Doubly inked lists are two-way lists. In this 2. The size is not fixed.
1. Creating Nodes
i. At the beginning