Consider the following unsorted array:
a[] = {19, 2, 18, 400, 67, 234, 649, 128}
Considering the range of the given elements which sorting algorithm will be best suitable choice to sort the given array?1
Radix sort
2
Bubble sort
3
Selection sort
4
Insertion sort