[Feature Request]: Adding cocktail_sort in sorting Algorithms #269
Labels
Contributor
gssoc-ext
hacktoberfest
Issues or PRs that qualify for Hacktoberfest contributions.
level1
Is there an existing issue for this?
Feature Description
Cocktail Sort is an improved version of Bubble Sort. It also goes through the list, but it moves in both directions. First, it sorts from left to right, pushing the largest unsorted item to the end. Then, it reverses and sorts from right to left, pushing the smallest unsorted item to the beginning.
Cocktail Sort is often better for large or partly sorted lists because it reduces the number of passes needed.
Record
Full Name
Harpreet Kaur
Participant Role
GSOC
The text was updated successfully, but these errors were encountered: