Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 403 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 403 Bytes

Bubble Sort

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 )