DATA STRUCTURE: Structural representation of data items in primary memory to do storage & retrieval operations efficiently.
FILE STRUCTURE: Representation of items in secondary memory.
It includes
- Array
- Matrix
- Linked List
- Stack
- Queue
- Tree
- Heap
- Graph
This all includes searching and Sorting techniques codes.
Searching Techniques:
- Linear Search
- Binary Search
Sorting Techniques:
1. Bubble Sort
2. Selection Sort
3. Insertion Sort
4. Merge Sort
5. Quick Sort
6. Heap Sort
7. Radix Sort
8. Shell Soort
9. Counting Sort
All the codes are done using C