abhinav-193 / Codes

Contains code of Python,c and c++
13 stars 72 forks source link

Created Bubble_sort.py #174

Open Miyanboy opened 1 year ago

Miyanboy commented 1 year ago

Bubble Sort is a simple sorting algorithm. This sorting algorithm repeatedly compares two adjacent elements and swaps them if they are in the wrong order.