Data Structure using C
In this page Data Structure using C we give the all syllabus for data structure using c. also we provided all point and related simple note with program.
Unit 1: Introduction to data structures
Unit 2: Sorting and Searching Methods
Introduction to Sorting and Searching.
- Bubble Sort
- Insertion sort
- Selection sort
- Merge sort or Quick Sort
- Linear search
- Binary search and hashing concept
Unit 3: Stacks and Queues
Concept of Abstract Data types
- Introduction to stack, Primitive Stack operations: Push &Pop, Array and Linked, Implementation of Stack in C
- Application of stack: Prefix and Postfix, Expressions, Evaluation of postfix expression
- Definition of queue. Operations on queue, Applications of queue.
Types of queue-