Sorting-Algorithms icon indicating copy to clipboard operation
Sorting-Algorithms copied to clipboard

Fix selection sort.py

Open diptangsu opened this issue 5 years ago • 6 comments

Add a proper function and add the sorting code in the function.

User if __name__ == '__main__': and write a few lines of code with a simple example.

diptangsu avatar Sep 30 '20 13:09 diptangsu

I would like to take this issue

UbadahJ avatar Sep 30 '20 13:09 UbadahJ

Most of the python files in repo don't have type annotations, should I add them or go without them?

UbadahJ avatar Sep 30 '20 14:09 UbadahJ

@UbadahJ Adding type annotations would be amazing!

diptangsu avatar Sep 30 '20 15:09 diptangsu

Adding annotations to current python file. Should I create a issue to add annotations to every python file?

UbadahJ avatar Sep 30 '20 15:09 UbadahJ

@UbadahJ I thought I would take care of it haha. But I'm not getting much time to go through the code. If you want you can add an issue, if someone else does it for me, who am I to stop them? 😆

diptangsu avatar Sep 30 '20 18:09 diptangsu

I have added a new issue for that, just assign that to me

UbadahJ avatar Sep 30 '20 18:09 UbadahJ