Linked List in C Programming : Data Structure


Note :

Before Learning Linked List You Should Know Pointer and Dynamic Memory Allocation Concepts !!!!!

1.1 Introduction to Linked List

  1. Introduction to Linked List
  2. Advantages of Linked List
  3. Disadvantages of Linked List
  4. Array vs Linked-List

1.2 Types

  1. Singly Linked List
  2. Doubly Linked List
  3. Circular Linked List

1.3 Singly Linked List Operations