Bubble sort is a simple sort algorithm that is easy to understand, but there are other better sort algorithms such as quick sort and merge sort. If your array is small, it doesn't matter much, but if you have hundreds or thousands of elements in your array, it'd better to spend some time to use the better sort algorithms.