Erick Lara
Erick Lara
Every algorithm contribution is welcome 😄 .
@hardik-dadhich feel free to add it.
@Cawibo are you still interested working on this?
@melemo2 could you share some of the outputs? Since the CD job is not running I want to see it working. Thanks in advance for the contribution!
@KishoreTG go ahead with the contribution, tag me on your PR to review it.
@rashidkalwar Add test cases, please
Please add test cases, and a link to your algo on the readme.
Impl looks good, but could you add a comment explaining the algorithm?, e.g. ```python3 """ Odd even sort algorithm ... Time complexity: ... Space complexity: ... """ def sort(array, compare=default_compare):...
The test is on line 62, but is not calling the function. Could you update the changes?
Add test cases on the test file