Bubble sort is a sorting algorithm which helps you sort a given array.
It is the simplest sorting algorithm that works by repeatedly swapping the adjacent elements if they are in wrong order.
Let's see how many languages can you implement this algorithm in.
upload your code in their respective language folder with the naming format . (ex: jhonvig.py )