Bubble Short - In bubble sort, each element is compared with its adjacent element, if the first element is larger than the second one then the position of the elements are interchanged otherwise it is not changed. Then next element is compared...