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.
Binary search and hashing concept
Unit 3: Stacks and Queues
Concept of Abstract Data types
Application of stack: Prefix and Postfix, Expressions, Evaluation of postfix expression
Definition of queue. Operations on queue, Applications of queue.
Types of queue-
Unit 4: Linked Lists
Linkedlist | Linkedlist in Data Structure