UTSAVS26 / PySnippets

Collection of reusable Python code snippets for all.
https://sites.google.com/view/pysnippets/
MIT License
27 stars 68 forks source link

[Feature Request]: Adding cocktail_sort in sorting Algorithms #269

Open k-harpreet opened 5 hours ago

k-harpreet commented 5 hours ago

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

github-actions[bot] commented 5 hours ago

🙌 Thank you for bringing this issue to our attention! We appreciate your input and will investigate it as soon as possible.

Feel free to join our community on Discord to discuss more!