Here be the Bubble Sort implementation issues, matey.
It be a sorting algorithm that works by repeatedly swappin' adjacent elements that be out of order. But, matey, it be inefficient for big datasets and has a time complexity of O(n^2).
Issues:
There be: