🏗️ Data Structure using C

1. Linear Data Structures

Arrays, Stacks (LIFO), Queues (FIFO), Linked Lists.

2. Non-Linear Data Structures

Trees (Binary Search Tree), Graphs (Adjacency Matrix, Adjacency List).