Introduction In this article, I am going to explain the Bubble sort algorithm. Bubble sort is one of the most widely used sorting algorithms by the programmers worldwide. It can be applied to any collection including array, string, numbers, or characters. Bubble sort is very frequently asked about in job interviews. So first I am going […]