Bubble Sort in Python Class 11 Notes – Important Questions
Bubble Sort in Python What is Bubble Sort ? This is a very simple or basic algorithm to arrange elements in a particular order. This algorithm compares repeatedly the adjacent elements of list and swap them if they are not in order. This process of comparing adjacent elements continue until the complete list is sorted. … Read more