It has been long since my college days that I used to hear that bubble sort is the worst sorting method and you should not use it. Theoretically its complexity was same as few others like insertion sort and selection sort that is O(n2) . But when you run it on machines and compute time … Continue reading