What is bubble sort?

What is bubble sort ?

Bubble Sort is the simplest sorting algorithm technique which works on the mechanism of repeatedly swapping the adjacent elements if they are at the wrong place.