Some Sort Algorithms
Bubble Sort Heap Sort
Selection Sort Merge Sort
Insertion Sort Quick Sort
In an effort to find a very fast sorting algorithm, we have many known sorting algorithms. Bubble sort is the slowest, running in n2 time. Too slow !
Previous slide
Next slide
Back to first slide
View graphic version