Chitresh-code / DSA_Worksheet

Worksheet posting DSA problems every day for GNIOT Students to solve and create PR's.
MIT License
17 stars 33 forks source link

Implement selection sort using python #3

Closed AdityaDKale closed 1 year ago

AdityaDKale commented 1 year ago

Fixes issue #1 partially.

Let me know for any changes. Also please do add hacktoberfest-accepted label to it.

Chitresh-code commented 1 year ago

@AdityaDKale Make the program take the whole input at once like in the problem statement, instead of taking input one by one.

AdityaDKale commented 1 year ago

@Chitresh-code Thanks for your comment. Please check if following code suits your needs..

Chitresh-code commented 1 year ago

@AdityaDKale Yes it works, thanks for your contribution. Happy Hacktoberfest!