Introduction to Linked List

Linked List

A Linked List is a linear data structure in which elements (called nodes) are connected using pointers. Each node contains:

Types of Linked Lists:

1. Singly Linked List

2. Doubly Linked List

Key Terminologies: