C with Data Structures-Syllabus
- Basic Concepts Of Computer
- Introduction of C Language
- C Tokens
- Data Types
- Input-Output in C
- Operators
- Control Statements
- Functions
- Storage Classes
- Math.h Funtions
- Arrays
- Strings
- Pointers
- Pre Processor Statement Or Pre Processor Directives
- Structures
- Unions
- Pre-Defined Structures
- User Defined Data types
- Files
- Command Line Arguments
- Introduction to Data Structures
- Linked List
Single linked list
Circular single linked list
Double linked list
Circular double linked list
- Header Nodes
- Stacks
- Queues
- Circular Queue using Arrays
- DEQUEUE (Double Ended Queue)
- Infix , Prefix And Postfix Expressions
- Sortings
Bubble Sort
Selection Sort
Insertion Sort
Quick Sort
Merge Sort
Radix Sort
Shell Sort
Heap Sort
- Searchings
Linear search
Binary search
- Trees
- Circular double linked list
Back