Unit 3 Fds
Unit 3 Fds
External Sorting
General Sort Concepts
• Sort Order
• Sort Stability
Sort Efficiency
• Sort Efficiency
Sort efficiency is a measure of the relative efficiency of a sort
• Passes
During the sorted process, the data is traversed many times.
Each traversal of the data is referred to as a sort pass
Bubble Sort
Analysis of Bubble Sort
Insertion Sort
Analysis of Insertion Sort
Example of Insertion Sort
Selection Sort
Analysis of Selection Sort
Quick Sort
Analysis of Quick Sort
Heap Sort
Shell sort
Bucket Sort
Radix Sort
File Sort
Merge Sort
Time Complexity