Daffodil International University

Faculty of Science and Information Technology => Software Engineering => Topic started by: lamisha on April 22, 2017, 11:43:03 AM

Title: Cocktail shaker sort- An improvement of bubble sort
Post by: lamisha on April 22, 2017, 11:43:03 AM
The cocktail shaker sort is an improvement on the Bubble Sort. The improvement is basically that values "bubble" both directions through the array, because on each iteration the cocktail shaker sort bubble sorts once forwards and once backward.

link: http://www.programming-algorithms.net/article/40270/Shaker-sort
Title: Re: Cocktail shaker sort- An improvement of bubble sort
Post by: Tasnim_Katha on April 22, 2017, 11:46:28 AM
informative one :)