Sorting is process of arranging list of elements to ascending and descending order Information/data growth in digital world leads to
rapid development of sorting algorithm. The sorting algorithms with increased performance and decreased complexity attracts
researcher’s attention towards sorting techniques. Selection sort algorithm is used to sort elements based on min elements for
ascending sort and max element for descending sort. On other hand bilateral sorting implies to sort elements by finding smallest and
largest element at same time and swapping with start and end position of unsorted array.