MCPcopy Index your code
hub / github.com/subbarayudu-j/TheAlgorithms-Python / cocktail_shaker_sort.py

File cocktail_shaker_sort.py

sorts/cocktail_shaker_sort.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from __future__ import print_function
2
3def cocktail_shaker_sort(unsorted):
4 """

Callers

nothing calls this directly

Calls 2

cocktail_shaker_sortFunction · 0.85
splitMethod · 0.80

Tested by

no test coverage detected