Table 1. Performance Evaluation of Sorting Methods for five elements 13, 47, 32, 4, and 25.
Sorting Methods
# of Comparisons
# of Exchanges
# of Merges
Selection
10
4
-
Bubble
10
6
-
Insertion
9
6
-
Merge
14
6
4