Sort the array using bubble sort. The idea behind bubble sort is to look for adjacent indexes which are out of place and interchange their elements until the entire array is sorted.
(self, ar)
source not stored for this graph (policy: none)
no test coverage detected