A data structure is a way of storing and organizing data in computer so that it can used efficiently. In other words, we can say that the data structure is the representation of the logical relationship existing between the individual elements of data.
Previous | Home | Next |
Classified data structure in C Language
C Programming Static and Dynamic memory allocation
C Programming Dynamic Memory Allocation Function
Operations in Data structure using C
Access elements of array in Data structure using C
C - Example of Array of structure
C - Link List in Data structure
C - Singly linked list, Insertion
C - Singly linked list, Delete
C - Circular Linked List, Insertion
C - Circular Linked List, Delete
C - Doubly Linked List, Insertion
C - Doubly Linked List, Delete
Example of Static Implementation of Stack (Using Array)
Example of Dynamic Implementation of Stack (Linked List Implementation)
C - Queue Static implementation
Previous | Home | Next |