Sorts a list using the Cocktail Shaker Sort algorithm. :param arr: List of elements to be sorted. :return: Sorted list.
All Algorithms implemented in Python. Contribute to yerwen555/Python_algorithm development by creating an account on GitHub.