As compared to selection sort Enhanced Bidirectional
Selection sort avoids swapping and involves comparisons and
assigns the element its correct position in another array.
The total number of comparisons required for finding the
minimum element in Selection sort = the total number of
comparisons required for finding minimum and maximum
value in the Enhanced Bidirectional Selection sort