Coders Packet

Packets submitted by Saitejasvi Prabhakar Poreddiwar

Bubble sort in Python

Bubble Sort is the simplest sorting algorithm that works by repeatedly swapping the adjacent elements if they are in the wrong order.