algorithms icon indicating copy to clipboard operation
algorithms copied to clipboard

Added odd even sort algorithm in python

Open prathimacode-hub opened this issue 4 years ago • 1 comments

I have included odd even sort algorithm in python.

prathimacode-hub avatar May 15 '21 14:05 prathimacode-hub

Impl looks good, but could you add a comment explaining the algorithm?, e.g.

"""
Odd even sort algorithm ...
Time complexity: ...
Space complexity: ...
"""
def sort(array, compare=default_compare):
    ....

Also, add test cases and a link on the README.

ericklarac avatar May 15 '21 16:05 ericklarac