Tanmay-901 / python-algorithms

efficient algorithms for general tasks with good time complexity.
MIT License
11 stars 11 forks source link

Selection Sort using Python #14

Closed hardikkhurana closed 2 years ago

hardikkhurana commented 3 years ago

Thank you

Tanmay-901 commented 3 years ago

@hardikkhurana kindly add comments in your code to make it understandable for everyone and with a brief description of the program and if you use good variable names, that'd be an additional plus point. The variable name must describe the information represented by the variable. A variable name should tell you specifically in words what the variable stands for.