I have a sorting algorithm simulation program on my website which collects all sorting algorithms, about 10 to 15 different sortings.
home.nyc.rr.com/hayaiBubble sort, along with Simple sort are the slowest two sorting algorithms. Shaking sort, also known as bidirectional bubble sort is little faster.
There is another sort which is unreasonable slower than Bubble sort and Simple sort which is called BOGO sort.